Non-Deterministic Finite Automata
1.
a(bab)*∪a(ba

 

A.  
B.  
C.  
D.  

None of the mentioned

2.

Which is the correct NDFA for the following mentioned expression?

(ab)*∪(aba)*
A.  
B.  
C.  
D.  

None of the mentioned

3.

NDFAs where introduced by ____________

A.  

Michael O Rabin & Dana Scott

B.  

Dan Brown

C.  

Sun micro system Labs

D.  

SAP Labs

4.

The regular languages are not closed under ___________

A.  

Concatenation

B.  

Union

C.  

Kleene star

D.  

Complement

5.

The Tuples for NDFA is ___________

A.  

∑, Q, q0, F, δ

B.  

Q, q0, F, δ

C.  

Θ, Q, q0, F,δ

D.  

F, Q, Δ, q0, δ

6.

NFAs are ________ DFAs.

A.  

Larger than

B.  

More expressive than

C.  

Less expressive than

D.  

Equally expressive as

7.

An NFA’s transition function returns ________

A.  

A Boolean value

B.  

A state

C.  

A set of states

D.  

An edge

8.

Which NDFA correctly represents the following RE?

a(bab)*∪a(ba)* 
A.  
B.  
C.  
D.  

None of the mentioned

9.

A ε transition takes no input and represents a pure nondeterministic choice of being in the state or the target state without having done any processing.

A.  

Michael O Rabin & Dana Scott

B.  

Dan Brown

C.  

Sun micro system Labs

D.  

SAP Labs

10.

The regular languages are not closed under ___________

A.  

Concatenation

B.  

Union

C.  

Kleene star

D.  

Complement