1
GATE CSE 1991
True or False
+2
-0
State whether the following statement TRUE or FALSE.

The best-fit techniques for memory allocation ensures the memory will never be fragmented.

A
TRUE
B
FALSE
2
GATE CSE 1991
True or False
+2
-0
State whether the following statement TRUE or FALSE.

The use of monitors ensures that no dead -locks will be caused.

A
TRUE
B
FALSE
3
GATE CSE 1991
Subjective
+2
-0
Match the pairs in the following question by writing the corresponding letters only. GATE CSE 1991 Operating Systems - Memory Management Question 72 English
4
GATE CSE 1991
MCQ (Single Correct Answer)
+2
-0.6
A ''link editor'' is a program that:
A
Matches the parameters of the macro definition with locations of the parameters of the macro call.
B
Matches external names of one program with their location in other programs.
C
Matches the parameters of subroutine definition with the location of parameters of subroutine call.
D
Acts as a link between compiler and user program.