Multiple choice general knowledge science & technology

The language that the computer can understand and execute is called

  1. Machine language

  2. Application software

  3. System program

  4. All of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Machine language (also called machine code) is the only language directly understood and executed by computers. It consists of binary instructions (0s and 1s) that the CPU can execute without translation. Application software and system programs are written in high-level languages that must be compiled or interpreted into machine language.