InterviewSolution
Saved Bookmarks
| 1. |
Why is a program converted to binary form before it can be executed? |
|
Answer» Explanation: The program is CONVERTED to BINARY language because a computer is an electronic device and can only understand the ON and OFF states like that of a switch. Hence, while dealing with computers only two disgits are REQUIRED to represent the two states of the switch. OR It is also because a computer processes information, PERFORMS calculations and stores data in the form of binary numbers. All data and information like words, images, sound, etc. need to be converted into binary numbers. |
|