31. 

The best form of coupling is _____

A. complete
B. tight
C. loose
D. free

32. 

Paying attention to the important properties while ignoring inessential details is known as________

A. selectiveness
B. polymorphism
C. abstraction
D. summarizing

33. 

What does C++ append to the end of a string literal constant?

A. a space
B. a number sign (#)
C. an asterisk (*)
D. a null character

34. 

An array name is a _____

A. subscript
B. formal parameter
C. memory address
D. prototype

35. 

To enter a comment in a C++ program, you begin the comment with _____

A. **
B. &&
C. \\
D. @
E. //