FUNDAMENTALS OF COMPUTER

TROUBLESHOOTING COMPUTER ISSUES

COMPUTER TROUBLESHOOTING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following language does the computer understand?
A
Computer understands only C Language
B
Computer understands only Assembly Language
C
Computer understands only Binary Language
D
Computer understands only BASIC
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: -Machine language is the only language a computer is capable of understanding. Computer programs are written in one or more programming languages, like C++, Java, or Visual Basic. A computer cannot directly understand the programming languages used to create computer programs, so the program code must be compiled.

Detailed explanation-3: -In mathematics and in computing systems, a binary digit, or bit, is the smallest unit of data. Each bit has a single value of either 1 or 0, which means it can’t take on any other value. Computers can represent numbers using binary code in the form of digital 1s and 0s inside the central processing unit (CPU) and RAM.

Detailed explanation-4: -Explanation: The computer knows only the binary language. The binary language is written in the form of “1s” and “0s". The binary language is sometimes referred to as machine language.

There is 1 question to complete.