1 answer
1
Calculate total time to transmit a 1500 KB file over a link.Assume one way delay in either direction is 40ms .Bandwidth is 1Mbpsand packet size including header is 1 KB ...
0 answers
2
How to convert above E-R diagram to Relations?Sorry for adding image instead of typing..
1 answer
3
If 356 + 123 = 512 .Then what is the value of 653 + 321?1.2152.9743.10044.1304How to solve these type questions?
1 answer
4
formule for1.number of binary tree2.number of binary search tree3.number labeled binary tree4.number of unlabeled binary tree
2 answers
8
1 answer
10
A fair coin is tossed repeatedly till both head and appear atleast once. The average number of tosses required is?
2 answers
12
Suppose we have a rightmost derivation which proceeds as follows:$\begin{array}{ccc}S &\rightarrow & Aabw \\ & \rightarrow &ABw \end{array}$Which of the following is a po...
2 answers
13
If we merge states in LR(1) parser to form a LALR(1) parser, we may introduceshift-reduce conflictreduce-reduce conflictno extra conflictboth shift-reduce as well as redu...