kamankitty
kamankitty
how would you explain the process of code generation (in the translation process)?
Correct, that's as much as u need , because if they ask about translation my best bet would be asking about the whole thing general rather than making you talk a pargraph about a process where text books didn't cover so indepth.Originally posted by Glide
Source code gets compiled into object code (machine code) that the CPU can interpret and carry out instructions for.
I guess O_O
Ok. But what about the whole lexical and syntactical analysis? First formatting is discarded and then the elements of the resultant code are converted to tokens. The tokens are parsed into a parse tree before being traversed. Traversing is where each indiviual token is then finally converted to machine code.Originally posted by Winston
Correct, that's as much as u need , because if they ask about translation my best bet would be asking about the whole thing general rather than making you talk a pargraph about a process where text books didn't cover so indepth.
It's not for the option topic its the common topic.Originally posted by Glide
... Thats for the option topic I take it?