In every programming language, when you access data stored in an array, you must use a ____ containing a value that accesses memory occupied by the array.

A. superscript
B. subscript
C. key
D. condition


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements about the break statement is false?

a. The break statement is used to exit an iteration structure early and continue execution after the loop. b. A break statement can only break out of an immediately enclosing while, for, do…while or switch statement. c. The break statement, when executed in a while, for or do…while, skips the remaining statements in the loop body and proceeds with the next iteration of the loop. d. Common uses of the break statement are to escape early from a loop or to skip the remainder of a switch.

Computer Science & Information Technology

The ____________________ creates the images, buttons, logos, and other art.

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

Computer Science & Information Technology

The default number format is ________

A) Left aligned B) General C) Number D) Two decimal places

Computer Science & Information Technology

What type of object is a GUI widget the user can click to select an option, and allows for any number of these objects to be selected at the same time?

A. ListBox B. RadioButton C. CheckBox D. CheckedListBox

Computer Science & Information Technology