GATE 1988 CSE & IT
4 questions across 1 session
PYQ 1
Consider the following grammar: $$\eqalign{ & S \to S \cr & S \to SS\,|\,a\,|\,\varepsilon \cr} $$ (a) Construct the collection of sets of LR(0) items for this grammar and draw its...
Compiler Design·OTHER·medium
PYQ 2
In a compiler the module that checks every character of the source text is called:
Compiler Design·MCQ·easy·✓ keyed
PYQ 3
State an undesirable characteristic of each of the following criteria for measuring performance of an operating system: (a) Turn around time. (b) Waiting time.
Operating Systems·OTHER·easy
PYQ 4
Solve the recurrence equations: $$\,\,\,\,\,\,\,\,\,\,T\left( n \right) = \left( {{n \over 2}} \right) + 1$$ $$\,\,\,\,\,\,\,\,\,\,\,T\left( 1 \right) = 1$$
Discrete Mathematics·OTHER·easy