_________ is a system software package that converts a high level language…
2021
_________ is a system software package that converts a high level language program to machine language.
- A.
Compiler
- B.
Emulator
- C.
Editor
- D.
Debugger
Attempted by 326 students.
Show answer & explanation
Correct answer: A
A Compiler is a translator used to convert high-level programming language code (Source Code) into machine language (Object Code) all at once. This allows the computer's processor to understand and execute the instructions.