FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which language is directly understood by the computer without translation program?
A
BASIC
B
Assembly Language
C
Machine Language
D
C Language
Explanation: 

Detailed explanation-1: -Machine language gives instructions as 0’s and 1’s and is the only language that the computer understands.

Detailed explanation-2: -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.

Detailed explanation-3: -Machine language, or machine code, consists of binary code and is the only language that is directly understood by the computer. An assembly language consists of a set of symbols and letters and requires translation to machine language.

Detailed explanation-4: -Explanation: Binary number we can call it as machine language so computer can understand machine language without any conversion.

Detailed explanation-5: -With the exception of first generation languages, all computing languages need to be converted to machine code to enable the computer system to execute the instructions. Two kinds of language translators are used to achieve this. Compilers.

There is 1 question to complete.