|
Reformatted: January 2010 |
|||||||||||||||||||||||||||||||
Part 1: numbersWe have all seen digital alarm clocks, microwaves, watches, etc. We know that they are made of lights that may be switched on or off. If the engineers use a 1 for on, and a 0 for off, what numbers do they use to make the display work?
[1] Is this the same or different as the binary number for 2? [2] Now that we know how to do 2, use this idea to show how to display 1,3,4,5,6,7,8,9, and 0. |
Related pages at this site |
|||||||||||||||||||||||||||||||
Part 2: lettersSome times engineers have to abbreviate words with these displays. What letters can they make? What letters can they not make?
Summation:Once you have solved this, you have solved a problem that software engineers must solve. How do you think the engineers get the sequence of 1's and 0's from the processor to the display? How do you think they translate from the numbers in memory stored as binary, and the letters in memory stored as ASCII to the sequences you generated above? |
||||||||||||||||||||||||||||||||
|