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

1. A static array has a constant number of memory locations saved for its values.
2. Data structures is the way data is stored for usage.
3. The element numbers are the same in an array that uses the base-zero system and an array that uses base-one system.
4. You must use an array starting with the first element.
5. When using an automatic counter loop to print an array, you must have an incrementor for the element number.


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

Computer Science & Information Technology

You might also like to view...

Which of the following computer operations involves the highest degree of spatial locality?

a) a traversal of a tree data structure b) a traversal of a linked-list data structure c) a linear array traversal d) a function used for calculating a factorial

Computer Science & Information Technology

Line length affects not only the aesthetics of your page, but also the readability.

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

Computer Science & Information Technology

When configuring a CAD/CAM workstation, the quality and performance of the graphics card is of paramount importance.

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is a valid SQL command?

A. COMMIT TABLE; B. COMMIT CHANGES; C. COMMIT DB; D. COMMIT;

Computer Science & Information Technology