A language which is close to that used within the computer is
A. High-level language
B. Assembly language
C. Low-level language
D. All of the above
E. None of the above
Answer: Option C
Solution (By Examveda Team)
The correct answer is (C) Low-level language.Here's why:
Low-level languages are designed to be very close to the computer's hardware.
They use instructions that the computer can directly understand, often represented in binary code (0s and 1s) or assembly language.
Assembly language is a type of low-level language that uses mnemonics (short codes) to represent machine instructions.
High-level languages (like Python, Java, C++) are designed to be easier for humans to read and write, and they need to be translated into machine code before the computer can execute them.
Therefore, the language closest to what the computer uses internally is a low-level language.

Join The Discussion