

InterviewSolution
Saved Bookmarks
1. |
Number of states require to simulate a computer with memory capable of storing ‘3’ words each of length ‘8’.(a) 3 * 2^8(b) 2^(3*8)(c) 2^(3+8)(d) None of the mentionedI got this question during an online exam.Origin of the question is Finite Automata in chapter Finite Automata of Automata Theory |
Answer» Correct choice is (b) 2^(3*8) |
|