You have an incoming bitstream (sequence of Os and 1s) that might be truncated at any time. Create a DFA (State diagram) to determine if the number represented (in binary, reading bits from left-to-right) is a multiple of two (2) but not a multiple of four (4). (If you need to you can use http://madebyevan.com/fsm/ to draw your diagram.)