Answer the following statements true (T) or false (F)

1. A program’s comments should connect the program code to the problem being
solved.
2. A program should have a comment on every line.
3. Comments have no value whatsoever and do not belong in a program.
4. The most difficult programming language construct to learn to use properly is the comment.
5. A computer program is a set of instructions intended for only the computer to follow.


1. True.
2. False.
3.False.
4. True.
5. False.

Computer Science & Information Technology

You might also like to view...

Which of the following is not necessary to use the event delegation model?

a. An event listener must be registered. b. An event handler must be implemented. c. The appropriate interface must be implemented. d. The appropriate interface must be registered.

Computer Science & Information Technology

Order the following operators from lowest to highest precedence.

!= % + = ! && >

Computer Science & Information Technology

When the System File Checker utility restores a corrupted Windows file, where does it get the uncorrupted version from?

A. The C:\Windows\System32 folder B. The C:\Windows\Drivers folder C. The C:\Windows\.hidden\sysfiles folder D. The C:\Windows\System\backup folder

Computer Science & Information Technology

The _________ is typically located above the program code and global data and grows up in memory (while the sack grows down toward it).

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology