COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
The language of the computer
|
|
The brains of the computer
|
|
The eyes of the computer
|
|
The toes of the computer
|
Detailed explanation-1: -Machine code, also known as machine language, is the elemental language of computers. It is read by the computer’s central processing unit (CPU), is composed of digital binary numbers and looks like a very long sequence of zeros and ones.
Detailed explanation-2: -For example, the ASCII code 01000001 represents the letter “A” in machine language, yet it is shown on the screen as “A". Different machine code is used by different processor architectures; however, machine code includes 1s and 0s.
Detailed explanation-3: -It is a highly portable language which means programs written in ‘C’ language can run on other machines.
Detailed explanation-4: -Machine code is a low-level programming language. Instructions in machine code are written as a sequence of 0s and 1s. It is directly understood and executed by the processor.