0 votes
2
Let Σ= {0, 1} What will be the number of states in minimal DFA, if the Binary number string is congruent to (mod 8). A. 8 B. 9 C. 7 D. 4
7 votes
4
What type of grammar is this most accurately described as?S- b/ aDD- a/ aDDA. A regular grammar B. CFG C. CSG D. Type-0
2 votes
5
#IITD_2011 which is better merge sort or heap. sort ?
0 votes
6
A fair coin is tossed repeatedly till both head and tail appear atleast once. Average no of tosses required is ?
0 votes
9
In the given figure angle $Q$ is a right angle, $PS:QS = 3:1, RT:QT = 5:2$ and $PU:UR = 1:1. $ If area of triangle $QTS$ is $20cm^{2},$ then the area of triangle $PQR$ in...
2 votes
13
In a complete $k$-ary tree, every internal node has exactly $k$ children. The number of leaves in such a tree with $n$ internal node is:$nk$$(n-1)k + 1$$n(k-1) +1$$n(k-1)...
19 votes
15
Let $A, B$ and $C$ be non-empty sets and let $X = ( A - B ) - C$ and $Y = ( A - C ) - ( B - C ).$ Which one of the following is TRUE?$X = Y$$X ⊂ Y$$Y ⊂ X$None of thes...
0 votes
17
1 votes
18
it will be accepted by NPDA. Right ??
2 votes
20
Having trouble while doing TOC, specially with languages.Please suggest somebook / notes / lectures.Very frustrated with it.
1 votes
21
According to me when we perform the above operations we have to traverse the entire list so then why does it all take constant time ?
12 votes
22
Which of the following disk scheduling strategies is likely to give the best throughput?Farthest cylinder nextNearest cylinder nextFirst come first servedElevator algorit...
1 votes
25
1 votes
26
Which of the following is functionally complete set?a. {NOT, OR}b. {AND, OR}c. {AND}d. All of these
0 votes
29
5 votes
30
is the language WXWR is regular? can any one provide the proof?