(APCSP) AP Computer Science Principles Practice Test
APCSP APCSP Program Design and Development
Which documentation practice best helps others understand a program's purpose?
Select your answer
A
Removing all comments to reduce file size
B
Writing comments that explain the 'why' behind complex logic
C
Using only variable names like x, y, z
D
Compressing all code into a single line
Hint