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