InterviewSolution
Saved Bookmarks
| 1. |
Number of states of FSM required to simulate behaviour of a computer with a memory capable of storing “m” words, each of length ‘n’.(a) m x 2^n(b) 2^mn(c) 2^(m+n)(d) all of the mentionedThe question was asked in a job interview.My question is taken from Finite Automata and Regular Expressions in section Compiler Introduction of Compiler |
|
Answer» Correct option is (b) 2^mn |
|