InterviewSolution
Saved Bookmarks
| 1. |
How do you think the calculator on your computer works? Can you describe this procedure? |
|
Answer» Answer: Answer: Calculators work by processing information in binary form. Thus, when you input numbers into a calculator, the integrated circuit CONVERTS those numbers to binary STRINGS of 0s and 1s. A calculator is a DEVICE that performs arithmetic OPERATIONS on numbers. Explanation: |
|