The convention used in this book for named constants is ____ characters ____ underscores to separate words.

A. uppercase, with
B. uppercase, without
C. lowercase, with
D. lowercase, without


Answer: A

Computer Science & Information Technology

You might also like to view...

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

1. The linked list is always the most efficient storage mechanism for storing many pieces of data. 2. A stack is a specialized type of list 3. The stack exhibits last-in/first-out behavior 4. The stack can be compared to a line of people at a bank, where the first person in line is the first person served. 5. If you write a linked list class, then you should implement the destructor, copy constructor, and the assignment operator

Computer Science & Information Technology

To collapse or expand a panel group, click the ___________ at the top of the panel or double-click its tab.

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

Computer Science & Information Technology

When English-like phrases are used to describe an algorithm (the processing steps), the description is called ____.

A. a formula B. a flowchart C. a program D. pseudocode

Computer Science & Information Technology

A merged field is surrounded by:

A) single angle brackets. B) double angle brackets. C) exclamation points. D) commas.

Computer Science & Information Technology