COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
True
|
|
False
|
|
Either A or B
|
|
None of the above
|
Detailed explanation-1: -Computers doesn’t actually translate anything to binary, it’s all binary from the start, and the computer never knows anything other than binary. The character A stored in memory would be 01000001, and the computer doesn’t see that as anything but a binary number.
Detailed explanation-2: -Everything in a computer (to be precise, in any typical contemporary computer) is binary, at a certain level. “1s and 0s” is an abstraction, an idea we use to represent a way of distinguishing between two values.
Detailed explanation-3: -A computer can’t understand any language other than binary numbers. So, you have to give input in the form of 0s and 1s. You can say that it is the native language of the digital world. The picture and text messages we see on the screen, use binary codes in the back end.
Detailed explanation-4: -All computer systems and processes are built on the binary number system, which makes it possible for devices to store, access, and manipulate any data sent to or read from the CPU or memory.
Detailed explanation-5: -The only language that the computer can process or execute is called machine language. It consists of only 0s and 1s in binary, that a computer can understand. In short, the computer only understands binary code, i.e 0s and 1s.