basic computer MCQ #1264

Which statement is valid about a computer program?

basic computer MCQ #1264

  1. Question 1

    Q1. Which statement is valid about a 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 a high-level language program than in low-level programs
    • D) All of above

    Answer: High-level languages must be converted into machine language to execute

    Explanation: High-level languages use human-readable syntax and must be translated into machine language (binary) by a compiler or interpreter before the CPU can execute them.