Multiple choice

Which computer programming language is directly understandable by the computer without the use of a compiler?

  1. Imperative language

  2. Functional language

  3. Machine language

  4. Logical programming language

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

Machine language consists of binary code that can be executed directly by the computer's CPU without the need for translation by a compiler or interpreter.