1
GATE CSE 2008
MCQ (Single Correct Answer)
+2
-0.6
An LALR(1) parser for a grammar G can have shift-reduce (S-R) conflicts if and only if
A
The SLR(1) parser for G has S - R conflicts
B
The LR(1) parser for G has S - R conflicts
C
The LR(0) parser for G has S - R conflicts
D
The LALR(1) parser for G has reduce-reduce conflicts
2
GATE CSE 2008
MCQ (Single Correct Answer)
+1
-0.3
Some code optimizations are carried out on the intermediate code because
A
They enhance the portability of the compiler to other target processors
B
Program analysis is more accurate on intermediate code than on machine code
C
The information from dataflow analysis cannot otherwise be used for optimization
D
The information from the front end cannot otherwise be used for optimization
3
GATE CSE 2008
MCQ (Single Correct Answer)
+2
-0.6
The total number of keys required for a set of n individuals to be able to communicate with each other using secret key and public key crypto-systems, respectively are:
A
n(n - 1) and 2n
B
2n and $${{N(N - 1)} \over 2}$$
C
$${{N(N - 1)} \over 2}$$ and 2n
D
$${{N(N - 1)} \over 2}$$ and n
4
GATE CSE 2008
MCQ (Single Correct Answer)
+2
-0.6
A computer on a 10 Mbps network is regulated by a token bucket. The token bucket is filled at a rate of 2 Mbps. It is initially filled to capacity with 16 Megabits. What is the maximum duration for which the computer can transmit at the full 10 Mbps?
A
1.6 seconds
B
2 seconds
C
5 seconds
D
8 seconds
EXAM MAP