...
GATE 1990
March 16, 2025
GATE 1991
March 17, 2025
GATE 1990
March 16, 2025
GATE 1991
March 17, 2025

GATE 1991

Question 18

Match the pairs in the following questions by writing the corresponding letters only.

(A) Buddy system     (P) Run-time type specification
(B) Interpretation   (Q) Segmentation
(C) Pointer type     (R) Memory allocation
(D) Virtual memory   (S) Garbage collection
A
A-R, B-P, C-S, D-Q
B
A-P, B-R, C-S, D-Q
C
A-P, B-R, C-Q, D-S
D
A-R, B-P, C-Q, D-S
Question 18 Explanation: 
A-R
B-P
C-S
D-Q
Buddy system: The buddy system is a technique to allocate the memory by dividing the memory into partitions to try to satisfy a memory request as suitably as possible.
Interpretation: Runtime.
Pointer type: Garbage collector dereference the dangling pointer.
Virtual memory: Segmentation.
Correct Answer: A
Question 18 Explanation: 
A-R
B-P
C-S
D-Q
Buddy system: The buddy system is a technique to allocate the memory by dividing the memory into partitions to try to satisfy a memory request as suitably as possible.
Interpretation: Runtime.
Pointer type: Garbage collector dereference the dangling pointer.
Virtual memory: Segmentation.

Leave a Reply

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