Which of the following is considered an interactive array?

A. Declare Numeric numbersEntered[numEntries]
B. For index = 0 to SIZE - 1
   custNumber[index] = 0
End For
C. Declare String vegetables[] = "asparagus", "beans", "carrots"
D. Declare index
For index = 0 to SIZE - 1
   Display "Enter the customer ID for subscript " + index
   Input custNumber[index]
End For


Answer: D

Computer Science & Information Technology

You might also like to view...

It’s possible to view the order in which all controls on a form will receive the focus by __________.

a. clicking TabOrder in the Properties window b. pressing the Esc key c. clicking View on the menu bar and then Tab Order d. all of the above

Computer Science & Information Technology

Which of the following are considered guidelines to use when making decisions about creating a new workbook?

A. Determine the necessary formulas and functions needed B. Identify how to format various elements of the worksheet C. Specify how the hard copy of the worksheet should appear D. Enter data into the worksheets and format the cells

Computer Science & Information Technology

__________________ uses an "ideal lattice" mathematical formula to encrypt data.

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

Computer Science & Information Technology

A ____ is a network device that acts as an entrance to another network.

A. bridge B. router C. gateway D. switch

Computer Science & Information Technology