1
GATE CSE 1987
Subjective
+2
-0
(a) Solve the recurrence equations
$$\,\,\,\,\,\,\,\,\,T\left( n \right) = T\left( {n - 1} \right) + n$$
$$\,\,\,\,\,\,\,\,\,T\left( 1 \right) = 1T$$
(b) What is the generating function?
$$\,\,\,\,\,\,\,\,\,G\left( z \right)$$ for the sequence of Fibonacci numbers?
2
GATE CSE 1987
True or False
+1
-0
State whether the following statement are TRUE or FALSE:
(a) The union of two equivalence relations is also an equivalence relation.
A
TRUE
B
FALSE
3
GATE CSE 1987
MCQ (Single Correct Answer)
+2
-0.6
A critical region is:
A
One which is enclosed by a pair of P and V operations on semaphores
B
A program segment that has not been proved bug-free
C
A program segment that often causes unexpected system crashes
D
A program segment where shared resources are accessed
4
GATE CSE 1987
MCQ (Single Correct Answer)
+2
-0.6
On receiving an interrupt from an $${\rm I}/O$$ device the $$CPU$$:
A
halts for predetermined time.
B
hands over control of address bus and data bus to the interrupting device.
C
Branches off to the interrupt service routine immediately.
D
Branches off to the interrupt service routine after completion of the current instruction.
EXAM MAP