...
Question 3361 – Logical-Reasoning
December 26, 2023
Question 8877 – ISRO CS 2020
December 26, 2023
Question 3361 – Logical-Reasoning
December 26, 2023
Question 8877 – ISRO CS 2020
December 26, 2023

ISRO CS 2020

Question 6
In a two-pass assembler, resolution of subroutine calls and inclusion of labels in the symbol table is done during
A
Second pass
B
First pass and second pass respectively
C
Second pass and first pass respectively
D
First pass
Question 6 Explanation: 
In two pass assembler, each pass scans the program, the first pass generates the symbol table and the second pass generates the machine code.
So, inclusion of labels in symbol table is done in first pass and resolution of subroutine is done in second pass.
Correct Answer: C
Question 6 Explanation: 
In two pass assembler, each pass scans the program, the first pass generates the symbol table and the second pass generates the machine code.
So, inclusion of labels in symbol table is done in first pass and resolution of subroutine is done in second pass.

Leave a Reply

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