UGC NET CS 2012 June-Paper2
October 18, 2023NTA-UGC-NET 2021 Dec & 2022 June Paper-2
October 18, 2023Programming
Question 432 |
Match List I with List II:
List I List II
(A) Activation record (I) Linking loader
(B) Location counter (II) Garbage collection
(C) Reference count (III) Subroutine call
(D) Address relocation (IV) Assembler
Choose the correct answer from the options given below:
List I List II
(A) Activation record (I) Linking loader
(B) Location counter (II) Garbage collection
(C) Reference count (III) Subroutine call
(D) Address relocation (IV) Assembler
Choose the correct answer from the options given below:
(A)-(III), (B)-(IV), (C)-(I), (D)-(II) | |
(A)-(IV), (B)-(III), (C)-(I), (D)-(II) | |
(A)-(IV), (B)-(III), (C)-(II), (D)-(I) | |
(A)-(II), (B)-(III), (C)-(I), (D)-(IV) |
Correct Answer: A
The matching should be like this: A) Activation Record – III) Subroutine call B) Location Counter – IV) Assembler C) Reference count – II) Garbage collection D) Address Relocation – I) Linking loader.
Thanks. Updated