Which of the following is an advantage of using a high-level programming language?
A.
It decreases execution times for programs
B.
It allows programmers to define syntax
C.
It requires programmer-controlled storage management
D.
It enforces coding standards
Explanation:
High-level languages enforce coding standards as a specific order to statements is required as well as a syntax
that must be used.
Incorrect Answers:
A: High-level language makes a program easier to code but does not affect the execution times for a program.
B: High-level languages have a set syntax that the programmer needs to follow. It does not allow the
programmer to define their own syntax.
C: High-level languages abstract the actual operation of the computer system such as memory usage, and
storage.Harris, Shon, All In One CISSP Exam Guide, 6th Edition, McGraw-Hill, New York, 2013, pp. 1125-1128