Question: Part 4 - Problem 4 ( 1 0 points ) Build a binary odd number detector MEALY machine that works as follows: It will read
Part Problem points
Build a "binary odd number detector" MEALY machine that works as follows:
It will read in strings that are in the language # over the alphabet #
You may assume that all strings it processes will be in the language defined above.
Each time it processes a or a the machine will print a D for digit
When it sees the final pound sign # it should print either T for True, if the most recent digit was so the number is odd or F for False, if the most recent digit was so the number is not odd
tableExamplesInputResult#DF#DT#DDDT#DDDDDT#DDDF
tableMore ExamplesInputResult#DDDT#DDDDDT#DDDDDDDDDT#DDDDDF#DDDDDDT
Draw a MEALY machine with at most states that works as described above.
Note that IT IS possible to draw this machine with fewer than states, but the most you can use is
Put your answer to problem in this box. Make sure you build a MEALY machine and you have no more than states!!
Scratch area I WILL NOT GRADE anything written in this box
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
