Which statement is valid about a computer program?
Q1. Which statement is valid about a computer program?
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.