Purchase Solution

Transition Diagram, State Machine

Not what you're looking for?

Ask Custom Question

I need to design a control unit for a simple hand held video game in which a character on the display catches objects. I only need to show the transition diagram...NOT A CIRCUIT! The input to the control unit is a two-bit vector in which 00 means "move left", 01 means "move right", 10 means "do not move" and 11 means "halt." The output Z is 11 if the machine is halted, and is 00, 01, or 10 otherwise, corresponding to the input patterns. Once the machine is halted, it must remain in the halted state indefinitely.

Thanks for your help!

Purchase this Solution

Solution Summary

I need to design a control unit for a simple hand held video game in which a character on the display catches objects. I only need to show the transition diagram.

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Basic Networking Questions

This quiz consists of some basic networking questions.

C# variables and classes

This quiz contains questions about C# classes and variables.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.