Question 3361 – Logical-Reasoning
December 26, 2023Question 8877 – ISRO CS 2020
December 26, 2023ISRO CS 2020
Question 6 |
In a two-pass assembler, resolution of subroutine calls and inclusion of labels in the symbol table is done during
Second pass | |
First pass and second pass respectively | |
Second pass and first pass respectively | |
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.
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.
So, inclusion of labels in symbol table is done in first pass and resolution of subroutine is done in second pass.