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

1. It is usually much easier to process a large number of items in an array than to process a large number of items that are stored in separate variables.
2. The number of elements in an array is the value of the subscript of the last element in that array.
3. One drawback to the sequential search is that it cannot be used with an array that contains string elements.
4. The term parallel array is a synonym for a two-dimensional array.


1. TRUE
2. FALSE
3. FALSE
4. FALSE

Computer Science & Information Technology

You might also like to view...

In a recursive function, the statement(s) that invoke the function again are called the ______________.

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

Computer Science & Information Technology

____ errors can be caused by an inadequate definition of the problem or an incorrect formula for a calculation.

A. Syntax B. Runtime C. Logic D. Processing

Computer Science & Information Technology

The syntax for creating a conditional section is ____.

A. B. C. D.

Computer Science & Information Technology

To print a mailing label, click Tools on the menu bar, choose Labels to open the Labels dialog, type the delivery address in the Delivery address box, and then click the Print button in the Labels dialog.

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

Computer Science & Information Technology