FLAT Short Questions
1.
What is Finite State Machine? What are the elements of
FSM?
2.
What are the advantages and disadvantages of FSM?
3.
What are the Applications of FSM?
4.
What is the difference between CFG and CSG?
5.
Define Regular Expression?
6. Consider a DFA M= (Q, Σ, δ, q0, F),
what is the minimum and maximum number of initial states in it?
7.
Consider
a NFA M= (Q, Σ, δ, q0, F), what is the minimum and maximum number of
initial states in it?
8.
Consider
a ϵ-NFA M= (Q, Σ, δ, q0, F), what is the minimum and maximum number
of initial states in it?
9.
What
is Unit- Production? If you eliminate the unit productions from the give CFG, what will be the effect on the language
by the resulting grammar?
10. When you convert ϵ-NFA to NFA,
how do you decide the final states of resultant NFA. Give an example
11. What is left recursion? How to
eliminate the left recursion?
12. Give the formal definition of
Mealy machine. Give an example
13. Give the formal definition of
Moore machine
14. What is ambiguous grammar? Give
an example
15. What is trap state? Give an
example?
16. Difference between PDA and TM
with respect to tape, head, halt state and final state?
17. What are the applications of CFG?
18. List out the components of
turning machine?
19. What is dead state? Give an
example?
20. Give the formal definition of TM?
Give the block diagram of TM
21. What is useless symbol in CFG? If
you eliminate the useless symbols and productions from the given CFG, what will
be the effect on the language by the resultant grammar?
22. What is an infinite loop in TM?
Explain with an example?
Comments
Post a Comment