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

Any implementation of a critical section requires the use of an indivisible machine instruction such as test-and-set.

A
TRUE
B
FALSE
2
GATE CSE 1991
MCQ (Single Correct Answer)
+2
-0.6
The total size of address space in a virtual memory systems is limited by
A
The length of MAR
B
The available secondary storage
C
The available main memory
D
ALL of the above
3
GATE CSE 1991
True or False
+1
-0
Indicate the following statement true or false:

Although C does not support call by name parameter passing, the effect can be correctly simulated in C.
A
TRUE
B
FALSE
4
GATE CSE 1991
True or False
+1
-0
Indicate the following statement true or false :

A programming language not supporting either recursion or pointer type does not need the support of dynamic memory allocation.
A
TRUE
B
FALSE