UGC NET CS 2006 Dec-paper-2
April 8, 2025
UGC NET CS 2006 Dec-paper-2
April 8, 2025
UGC NET CS 2006 Dec-paper-2
April 8, 2025
UGC NET CS 2006 Dec-paper-2
April 8, 2025

UGC NET CS 2006 Dec-paper-2

Question 33
A compiler for a high level language that runs on one machine and produces code for a different machine is called :
A
Optimizing
B
One pass compiler
C
Cross compiler
D
Multipass compiler
Question 33 Explanation: 
→ Incremental compiler: The compiler which compiles only the changed lines from the source code and update the object code
→ Threaded code compiler: The compiler which simply replace a string by an appropriate binary code.
→ Cross compiler: The compiler used to compile a source code for different kinds platform.
**One pass assembler and two pass assemblers are available.
Correct Answer: C
Question 33 Explanation: 
→ Incremental compiler: The compiler which compiles only the changed lines from the source code and update the object code
→ Threaded code compiler: The compiler which simply replace a string by an appropriate binary code.
→ Cross compiler: The compiler used to compile a source code for different kinds platform.
**One pass assembler and two pass assemblers are available.

Leave a Reply

Your email address will not be published. Required fields are marked *