Correct option is C
The correct answer is (c) Assembly Language
Explanation:
● Assembly language is a low-level language that uses mnemonics (like MOV, ADD, SUB) instead of binary codes (0s and 1s) used in Machine Language.
● It is easier for humans to read than Machine Language but still specific to computer architecture.
Information Booster:
● An "Assembler" is used to convert Assembly Language into Machine Language.
● High Level Languages (like Python or C) use compilers/interpreters.
Additional Knowledge:
● Machine Language is the only language a computer can understand directly.