Correct Answer:
B. Machine language
The correct answer is Machine language. Computers' central processing units (CPUs) are designed to directly execute instructions written in machine language. This language consists of binary code (sequences of 0s and 1s) that represents fundamental operations the hardware can perform. All other programming languages must be translated or compiled into machine language before a computer can process them.
- Assembly language is a low-level language but still requires an assembler to translate it into machine code.
- High-level language (like Python) is far removed from hardware and needs an interpreter or compiler.
- Python is a specific example of a high-level language.
Machine language is the only language directly understood by the computer's processor.