a) Interpreter b) Debugger c) Op-Assembler d) Two-pass assembler Answer: d
View QuestionThe assembler stores the object code in ______
a) Main memory b) Cache c) RAM d) Magnetic disk Answer: d Explanation: ...
View QuestionThe last statement of the source program should be _______
a) Stop b) Return c) OP d) End Answer: d Explanation: This enables the processor ...
View Question_____ directive specifies the end of execution of a program.
a) End b) Return c) Stop d) Terminate Answer: b Explanation: This ...
View Question_____ directive is used to specify and assign the memory required for the block of code.
a) Allocate b) Assign c) Set d) ...
View QuestionThe directive used to perform initialization before the execution of the code is ______
a) Reserve b) Store c) Dataword d) EQU Answer: c Explanation: Dataword
View QuestionInstructions which won’t appear in the object program are called as _____
a) Redundant instructions b) Exceptions c) Comments d) Assembler Directives Answer: d Explanation: ...
View QuestionThe purpose of the ORIGIN directive is __________
a) To indicate the starting position in memory, where the program block is to be stored b) To ...
View QuestionThe instructions like MOV or ADD are called as ______
a) OP-Code b) Operators c) Commands d) None of the mentioned Answer: a
View Question__________ converts the programs written in assembly language into machine instructions.
a) Machine compiler b) Interpreter c) Assembler d) Converter Answer: c Explanation: ...
View Question