Recent questions tagged tbb-toc-1

6 votes
2 answers
1
Given a regular grammar $G_1$ and a context free grammar $G_2$, the problem of deciding if $L(G_1)$ is a proper subset of $L(G_2)$ is:DecidableUndecidable but semi-decida...
0 votes
1 answer
2
0 votes
1 answer
3
4 votes
1 answer
6
0 votes
0 answers
7
By reading any string, which of the following is possible for a Turing Machine?TM halts in Final StateTM halts in Non Final StateTM enters into Infinite LoopAll of these
1 votes
2 answers
8
PDA can be used for:infix to postfix conversionimplementing recursive function callsevaluating arithmetic expressionsall of the above
3 votes
2 answers
9
Total Recursive Functions are similar to:Recursive LanguagesRecursive Enumerable LanguagesCannot relate the twoNone
4 votes
2 answers
10
Consider the following grammar: $G$ $E \rightarrow E+E \mid E-E \mid E^*E \mid (E)\mid \text{id}$The number of derivation trees for the string $\text{id} +\text{id} ^* \t...
2 votes
1 answer
11
Which of the following is not a Regular Expression?$[(a+b)^* – (aa+bb)]^*$$[(0+1) – (0b + a1)^* (a+b)]^*$$(01+11+10)^*$$(1+2+0)^* (1+2)^*$
3 votes
1 answer
12
Consider the following CFG :$S \rightarrow AB$$A \rightarrow BC \mid a$$B \rightarrow CC \mid b$$C \rightarrow a \mid AB$The Rank of Variable $A$ is:$2$$3$$4$not possible...
1 votes
1 answer
13
The regular set $A =(01+1)^*$ and the regular set $B =((01)^*1^*)^*$Which of the following statements is TRUE?$A$ is a subset of $B$$B$ is a subset of $A$$A$ and $B$ are ...
2 votes
2 answers
14
2 votes
1 answer
15
The Minimal Finite Automata accepting the set of all strings over $(0+1)^*$ that do NOT have the sub-string $0001$ has:$5$ states$6$ states$7$ states$9$ states
0 votes
3 answers
16
Which one is a correct statement in terms of accepting powers of DPDA and NPDA?DPDA and NPDA are equalDPDA and NPDA are not comparableDPDA < NPDADPDA NPDA
6 votes
1 answer
18
An NFA has $10$ states out of which $3$ are final states. The maximum number of final states in converted DFA is:$895$$894$$896$$897$
2 votes
2 answers
20
Identify the Regular Expression among the following which denotes ALL strings of $a$'s and $b$'s, where each string contains at least $2$ $b$'s:$(a+b)^*ba^*b$$(a+b)^*ba^*...
1 votes
1 answer
21
Consider the language $L =\{ ab^2 wb^3 / w$ is an element of $(a+b)^* \}$.$L$, therefore, is:regularCFL but not regularCSL but not CFLnone
1 votes
1 answer
22
1 votes
1 answer
24
How many states are there in the minimal DFA that accept the following language?$L= \{x \mid x$ is a binary string with number of $0$'s divisible by $2$ and number of $1$...
4 votes
1 answer
25
If L is any regular language accepted by Minimal Finite Automaton with $n$ states, then the number of states in Minimal Finite Automaton to accept Prefix(L) is:$n$$n+1$$n...
1 votes
1 answer
27
If $r1$ ,$r2$ and $r3$ are the accepting powers of DFA, NFA and NFA with Epsilon - moves, then ____________.$r1=r2=r3$$r1 < r2 = r3$$r1 = r2 < r3$$r1$ not equal to $r2$ n...
1 votes
1 answer
29
To see more, click for the full list of questions or popular tags.