Which of the following is the feature(s) of High level programming languages?…
2021
Which of the following is the feature(s) of High level programming languages? I. Portability II. Easy debugging
Answer: C. Both I and II — English Explanation:High-level programming languages are designed to make programming easier, more understandable, and less dependent on hardware. Statement…
- A.
Only I
- B.
Only II
- C.
Both I and II
- D.
Neither I nor II
Attempted by 679 students.
Show answer & explanation
Correct answer: C
English Explanation:
High-level programming languages are designed to make programming easier, more understandable, and less dependent on hardware.
Statement I: Portability
This statement is correct because high-level languages are portable. A program written in a high-level language can run on different systems with little or no modification after compilation.
Statement II: Easy debugging
This statement is also correct because high-level languages use readable syntax similar to human language, making errors easier to identify and debug.
Since both statements are correct, the correct answer is Both I and II.