A simple two-pass assembler does which of the following in the first pass?
1 Crore+ students have signed up on EduRev. Have you? Download the App |
A system program that set-up an executable program in main memory ready for execution is
A programmer by mistake writes multiplication instead of division, such error can be detected by a/an
The computer language generally translated to pseudo-code is
A system program that combines separately compiled modules of a program into a form suitable for execution is
In which way a macro processor for assembly language can be implemented?
A shift reduce parser carries out the actions specified within braces immediately after reducing with the corresponding rule of grammar S—-> xxW ( PRINT “1”) S—-> y { print ” 2 ” } S—-> Sz { print ” 3 ” )
What is the translation of xxxxyzz using the syntax directed translation scheme described by the above rules ?