Home » Theory of Computation » Theory of computation miscellaneous » Question

Theory of computation miscellaneous

Theory of Computation

  1. The following finite state machine accepts all those binary strings in which the number of 1's and 0's are respectively.
    1. divisible by 3 and 2
    2. odd and even
    3. even and odd
    4. divisible by 2 and 3
Correct Option: A

The given finite state machine accepts any string W ∈ (0, 1)* in which the number of 1's is multiple of 3 and the number of 0's is multiple of 2.



Your comments will be displayed only after manual approval.