Which statement is valid about computer program?
- A. High level languages must be converted into machine language to execute
- B. High level language programs are more efficient and faster to execute
- C. It is more difficult to identify errors in high level language program than in low level programs
- D. All of above
Explanation
A high-level program must be translated into machine code, either before execution by a compiler or during execution by an interpreter. High-level code is generally easier, not harder, to understand and debug, and it is not necessarily faster than low-level code.
Related questions
A computer program that translates one program instructions at a time into machine language is called a/an___________?
In assembly languages symbols are used instead of binary code, these symbols are called?
In which language is source program written?
BASIC stands for ________?
The symbols used in an assembly language are _________?