Consider the following NFA M1:

The number of states in the corresponding min DFA of M1 are ____

5
Difficulty Level: 1
Positive Marks: 1.00
Negative Marks: 0.00
Consider the following ε-NFA. The number of states in corresponding minimum DFA will be _______

1
Difficulty Level: 1
Positive Marks: 1.00
Negative Marks: 0.00
Consider the following statements

S1: ε-NFA may have more than one initial and final state.

S2: The number of states may increase if we convert an ε-NFA into corresponding NFA (without ε moves).

Select the correct option.

Both S1 and S2 are true.
S1 is true and S2 is false.
S1 is false and S2 is true.
Both S1 and S2 are false.
Difficulty Level: 1
Positive Marks: 1.00
Negative Marks: 0.33
Consider the following definition of finite automata.

It has 5 tuples {Q, ∑, δ, q0, F}

The δ is defined as: Q×∑ → 2^Q

Select the correct Finite automata from the option which satisfies the above definition.

Deterministic Finite Automata
Non-deterministic Finite Automata (without ε moves)
ε- Nondeterministic Finite Automata
None of these
Difficulty Level: 1
Positive Marks: 1.00
Negative Marks: 0.33
Select the correct option
If a Mealy machine has "n" states and "m" output then corresponding Moore machine may have "m*n" states.

If a Moore machine has "n" states and "m" output then corresponding Mealy machine may have "m*n" states.

The number of states in Moore machine and its corresponding Mealy machine cannot equal.
If a Moore machine has "n" states and "m" output then corresponding Mealy machine must have "m*n" states.

Difficulty Level: 1
Positive Marks: 1.00
Negative Marks: 0.33
Consider the following Mealy Machine of a serial adder, which takes two binary digits as input {00, 01, 10, 11}. The given Mealy machine performs addition of two binary numbers. The input is read from LSB to MSB. If at the end of input we are at state q1 then additional input “00” is considered. For example: Input1 : 101 and input2: 011 produce output: 1000. Select the correct value of X and Y from options.

X (00|0) & Y (11|0)
X (00|0) & Y (11|1)
X (00|1) & Y (11|0)
X (00|1) & Y (11|1)
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.66
Consider the following NFA and select the correct language of the given NFA from the options.

It accepts all strings which have exactly two a’s.
It accepts all strings which has at least two a’s.
It accepts all strings which has at least two a’s and always ends with any number of b’s >0 .
None of the Above
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.66
Consider a language L such that

L={ w ∈ {a,b}* | such that |w| >=99 and w begin with “a” or end with “b”} , the number of states in min NFA of L is

100
198
199
200
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.66
Consider the following deterministic finite automata (M)

Let A denote the set of seven bit strings in which first, fourth and last bit are “b”. The number of strings in set A that are accepted by M is _____

7
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.00
Consider a Non-Deterministic finite automata (without ε moves) over ∑={a,b}, which have 3 states {q0,q1,q2}. The maximum number of transitions in this NFA can be ______
18
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.00

Min DFA of L3 has 4 states

Min DFA of L3 has 2 states

Min DFA of L3 has 1 state

Min DFA of L3 has 8 states

Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.66
The number of states needed in minimal DFA, that accepts L=0(11+111)*, with ∑={0,1} as alphabet are _______
5
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.00
The minimum possible number of states in deterministic finite automata that accepts the regular language L={w1Yw2 | w1, w2 ∈ {a,b}* & Y ∈ {a,b} & |w1|=2 & |w2| >2} is ____________
7
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.00
The number of states in min DFA that accepts the language generated by regular expression (0+1)* (0*+1) (0+1)* is _______
1
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.00

3
Difficulty Level: 1
Positive Marks: 2.00
Negative Marks: 0.00