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 true about an edge?

a. An edge is either directed or undirected b. An edge has the property of how many vertices it connects with c. An edge has a length between two vertices d. An edge defines the boundaries of a graph

Computer Science & Information Technology

The MAC address of a node is a unique 48-bit identifying address that comes from the NIC.

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

Computer Science & Information Technology