2 votes
561
A number $1$5 is divided into three parts which are in A.P. and the sum of their squares is $83$.The highest part is:$3$$5$$6$$7$
3 votes
563
Which one of the following can be handled by predictive parsers?Left recursionLeft factorsAmbiguityNon-determinism
1 votes
566
The concatenation of $2$ lists is to be performed in $O(1)$ time. Which of the following implementations should be used?array implementation of listdoubly linked listsing...
6 votes
570
Consider a sliding window protocol that uses Selective Repeat, the sender sliding window size is $32$. The sequence number of the frame to be sent after sending $200$ fra...
9 votes
573
Find the missing letter in the following table:$$\begin{array}{|c|c|c|} \hline N & 126 & R \\ \hline T & 100 & Y \\ \hline Y & 50 & P \\ \hline K & 12 & L \\ \hline G & 1...
0 votes
576
1 votes
580
A minimum sum-of-products expression of the function $F(w, x, y,z) = \Sigma m ( 0, 2, 5, 8, 10, 13, 14 )$ using Karnaugh map is:$x'z+xy+yxz$$x'z' + xy'z + wyz'$$x'z' + xy...
1 votes
581
Let the search key field of a B+ tree is 4 Bytes , the disk block size is 199 Bytes , and the index pointer is 3 Bytes, then the order of B+ tree is _______
2 votes
586
2 votes
587
2 votes
588
The default type of conflict resolution rule for the Yacc parser generator is _________________. in favor of shift in favor of reduce either shift or reduce depen...