E
emudude
Guest
Short answer:
You press the number buttons that you want, which are displayed nearly instantly on an LCD screen. A processor takes two binary numbers (which you entered, with their decimal equivalent written on the keys and displayed on the LCD) and inputs them to different logical pathways, depending on what operation needs to be performed, resulting in an 'answer' binary number which is sent back to the LCD control hardware which uses the numbers to drive the LCD display, which represents the binary number in decimal for you.
| |
| |
| |
| + |
| |
| |
| |
(what you see)
0001 + 0001 => 0010
(what the processor does)
_ _ _
|
|
_ _ _
|
|
_ _ _
(the answer you see)
Although the representation isn't the best, the LCD I tried to visualise here is a 7-segment display, with all seven segments on for the number 8.
The Long Answer:
Go and earn a Bacherlor of Computer Engineering or Electrical Engineering (this will still cover enough about digital logic to make you understand this as well) and marvel in the beauty that is computing.
You press the number buttons that you want, which are displayed nearly instantly on an LCD screen. A processor takes two binary numbers (which you entered, with their decimal equivalent written on the keys and displayed on the LCD) and inputs them to different logical pathways, depending on what operation needs to be performed, resulting in an 'answer' binary number which is sent back to the LCD control hardware which uses the numbers to drive the LCD display, which represents the binary number in decimal for you.
| |
| |
| |
| + |
| |
| |
| |
(what you see)
0001 + 0001 => 0010
(what the processor does)
_ _ _
|
|
_ _ _
|
|
_ _ _
(the answer you see)
Although the representation isn't the best, the LCD I tried to visualise here is a 7-segment display, with all seven segments on for the number 8.
The Long Answer:
Go and earn a Bacherlor of Computer Engineering or Electrical Engineering (this will still cover enough about digital logic to make you understand this as well) and marvel in the beauty that is computing.