A good answer might be:The embedded control program for the dental appliance is given below. | ||||||||||||||||||||||||
Machine Language ProgramThere are at least two sensible programs for the toothbrush. Here is one of them:
To help you read the program, here is the list of machine operations:
This is, of course, a stupid example. Electric toothbrushes are not controlled by computer processors. And, the machine instructions of actual processors are much more detailed. But the essential ideas of the example are these:
If toothbrush user leaves the switch "on" for a while, the program repeats its operations many times. This is how most programs in real computers run--many little operations add up to a useful function, which is then repeated many times. | ||||||||||||||||||||||||
QUESTION 5:Will the electric toothbruch stop immediately when the switch is turned off? (Follow through the program to see if this happens.) Click Here after you have answered the question |