...
GATE 1991
March 17, 2025
GATE 1992
March 17, 2025
GATE 1991
March 17, 2025
GATE 1992
March 17, 2025

GATE 1991

Question 30

Choose the correct alternatives (more than one may be correct) and write the corresponding letters only:
Indicate all the false statements from the statements given below:

A
The amount of virtual memory available is limited by the availability of secondary storage.
B
Any implementation of a critical section requires the use of an indivisible machine-instruction, such as test-and-set.
C
The LRU page replacement policy may cause hashing for some type of programs.
D
The best fit techniques for memory allocation ensures the memory will never be fragmented.
E
B and D
Question 30 Explanation: 
(A) Is true.
(B) Is false, because one of the solution is Peterson’s solution which is purely software based solution without use of hardware.
(C) Is true.
(D) False, memory can get fragmented with best fit technique.
Correct Answer: E
Question 30 Explanation: 
(A) Is true.
(B) Is false, because one of the solution is Peterson’s solution which is purely software based solution without use of hardware.
(C) Is true.
(D) False, memory can get fragmented with best fit technique.

Leave a Reply

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