Question:

A compiler is used to translate a program written in

Show Hint

Compilers are essential for converting human-readable code into machine-readable instructions for execution.
Updated On: Feb 27, 2025
  • A low level language
  • A high level language
  • Assembly language
  • Machine language
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: A compiler is a program that translates a high-level programming language into machine code or an intermediate language.


Step 2: High-level languages like C, Java, or Python require a compiler to convert the code into a format that the computer can execute.
Was this answer helpful?
0
0