

InterviewSolution
Saved Bookmarks
1. |
For a DFA accepting binary numbers whose decimal equivalent is divisible by 4, what are all the possible remainders?(a) 0(b) 0,2(c) 0,2,4(d) 0,1,2,3I had been asked this question in unit test.I need to ask this question from The Language of DFA in chapter Finite Automata of Automata Theory |
Answer» The CORRECT answer is (d) 0,1,2,3 |
|