


Question
========

Consider the following automaton with initial state A and accepting state B:

![](automaton.png){width=5cm}


Which of the following sequences are accepted?

Answerlist
----------
* 1010011
* 01011
* 00100
* 1101
* 111110


Solution
========

The given automaton accepts input strings which consist of an
odd number of ones and
even number of zeros.

Answerlist
----------
* Not accepted
* Accepted
* Accepted
* Not accepted
* Not accepted


Meta-information
================
exname: Automaton
extype: mchoice
exsolution: 01100
