1
GATE CSE 2015 Set 2
MCQ (Single Correct Answer)
+1
-0.3
Match the following:
GROUP 1 GROUP 2
P. Lexical analysis 1. Graph coloring
Q. Parsing 2. DFA minimization
R. Register allocation 3. Post-order traversal
S. Expression evaluation 4. Production tree
A
$$P - 2,\,\,Q - 3,\,\,R - 1,\,\,S - 4$$
B
$$P - 2,\,\,Q - 1,\,\,R - 4,\,\,S - 3$$
C
$$P - 2,\,\,Q - 4,\,\,R - 1,\,\,S - 3$$
D
$$P - 2,\,\,Q - 3,\,\,R - 4,\,\,S - 1$$
2
GATE CSE 2015 Set 2
Numerical
+1
-0
A link has a transmission speed of 106 bits/sec. It uses data packets of size 1000 bytes each. Assume that the acknowledgement has negligible transmission delay, and that its propagation delay is the same as the data propagation delay. Also assume that the processing delays at the nodes are negligible. The efficiency of the stop-and-wait protocol in this setup is exactly 25%. The value of the one-way propagation delay (in milliseconds) is ___________.
Your input ____
3
GATE CSE 2015 Set 2
MCQ (Single Correct Answer)
+2
-0.6
Consider the following routing table at an IP router: GATE CSE 2015 Set 2 Computer Networks - Network Layer Question 22 English 1

For each IP address in Group I identify the correct choice of the next hop from Group II using the entries from the routing table above.

GATE CSE 2015 Set 2 Computer Networks - Network Layer Question 22 English 2
A
i - a, ii - c, iii - e, iv - d
B
i - a, ii - d, iii - b, iv - e
C
i - b, ii - c, iii - d, iv - e
D
i - b, ii - c, iii - e, iv - d
4
GATE CSE 2015 Set 2
MCQ (Single Correct Answer)
+1
-0.3
Identify the correct order in which a server process must invoke the function calls accept, bind, listen, and recv according to UNIX socket APL
A
listen, accept, bind recv
B
bind, listen, accept, recv
C
bind, accept, listen, recv
D
accept, listen, bind recv