Q
Medium 1 Mark
Computer Studies Programming Fundamentals
Which of the following is a characteristic of High-Level Languages?
Explanation
High-level languages are machine independent meaning the same program can run on different hardware. They require translation into machine language before execution.
Reference: Computer Studies , Page 3
Hint
High-level languages are portable across machines.