Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 1 - No. 21)

What is the purpose of documentation in the program development life cycle?
To hide the code from other programmers.
To provide instructions and descriptions for the program.
To prevent bugs from occurring.
To create the user interface.

Explanation

Documentation explains how the program works for users and other developers.

Comments (0)

Advertisement