0 votes
3 answers
1
Find minimal states in DFA accepting {w1aw2, |w1| = 2, |w2| >=3, w1,w2 $\in$ $(a+b)^*$}?Is it $7$ or $8$?
0 votes
0 answers
2
1 votes
1 answer
3
For a simple, undirected, weighted graph each edge havind distinct weight, How is it possible that there can be more than $1$ second best minimum spanning tree?
0 votes
0 answers
4
0 votes
1 answer
5
0 votes
0 answers
6
1 votes
2 answers
7
0 votes
0 answers
8
Which of above three are valid. I know A3 is valid.
1 votes
1 answer
9
0 votes
0 answers
10
What is language accepted by above PDA, where 0 is final state and 1 denotes non-final state ?
2 votes
1 answer
12
Which of the following two is correct?If f(n) = Ο(g(n)) then h(f(n)) = Ο(h(g(n)))If f(n) ≠ Ο(g(n)) then g(n) = Ο(f(n))
1 votes
1 answer
13
0 votes
0 answers
15
What is the tightest upper bound to $T(n) = T(n-1) + 2^n$?$O(n2^n)$$O(2^n)$$O(2^{2n})$None
4 votes
1 answer
17
Assume a CSMA/CD network that transmit data at a rate of 20 Mbps over a 20 km cable with no repeater. If minimum frame size require for network is 5,000 KB then speed of ...
0 votes
0 answers
18
A B+ tree index is built on the key ‘CS’ attribute of the relation ME16. The attribute ‘CS’ is of length 32 bytes, disk blocks are of size 2048 bytes and index po...
0 votes
0 answers
19
A Turing Machine goes on to an infinite loop on string $\epsilon$. Is it correct? And thus Any language containing $\epsilon$ is not REL.Is it correct?
1 votes
0 answers
20