Recent posts tagged interview-experience

91
L2 is surely regular and I would choose L1 to be non-regular. Is the answer correct?
92
Ring latency is 2km/(2*10^8 m/s)= 10-5 s = 10 μs
95
In a round-robin tournament with m players, every two players play one game in which one player wins and the other loses. We want to find conditions on positive integers ...
96
$(C012.25)_H - (10111001110.101)_B $$= 1100\;0000\;0001\;0010.\;0010\;0101$$- 0000\;0101\;1100\;1110.\;1010\;0000$$= 1011\;1010\;0100\;0011.\;1000\;0101$$= 1\;011\;101\;0...
97
SLR paper is more powerful than LALR . False .LALR parser is more powerful than Canonical LR parser . False .Canonical LR parser is more powerful than LALR parser. True.T...
98
Consider the following expression$a\bar d + \bar a \bar c + b\bar cd$Which of the following expressions does not correspond to the Karnaugh Map obtained for the given exp...
99
A computer has a $256\text{-KByte}$, 4-way set associative, write back data cache with block size of $32\text{-Bytes}$. The processor sends $32\text{-bit}$ addresses to t...
100
One of the header fields in an IP datagram is the Time-to-Live (TTL) field. Which of the following statements best explains the need for this field?It can be used to prio...
101
Consider the following relations $A, B$ and $C:$$$\overset{\text{A}}{\begin{array}{|c|c|c|} \hline \text {ID} & \text {Name} & \text {Age} \\\hline\text{12}& \text{Arun}...
102
Consider a network with five nodes, $N1$ to $N5$, as shown as below.The network uses a Distance Vector Routing protocol. Once the routes have been stabilized, the distanc...
103
An $IP$ router with a $\text{Maximum Transmission Unit (MTU)}$ of $1500$ bytes has received an $IP$ packet of size $4404\text{ bytes}$ with an $IP$ header of length $20\t...
104
I think it is correct as rest of the cases have counter examples.
105
We have two subgraphs G1 and G2. G1 has k vertices and G2 has n-k vertices. Consider G2. Since we have 2 edge-disjoint spanning trees for G, each vertex in G2 must have t...