Filters
Question type

Study Flashcards

Arrays,like variables,can only hold one value at a time.

A) True
B) False

Correct Answer

verifed

verified

Which of the following array declarations would be best suited for storing the retail prices?


A) Declare String retailPrice[SIZE]
B) Declare Real retailPrice[SIZE]
C) Declare Integer retailPrice[SIZE]
D) All of the above
E) None of the above

F) C) and E)
G) A) and B)

Correct Answer

verifed

verified

Two- dimensional arrays can be thought of as containing ___________.


A) Rows and columns
B) Lines and pages
C) Rows and pages
D) Lines and columns

E) All of the above
F) B) and D)

Correct Answer

verifed

verified

Arrays are designed to store and process a ________ of data.

Correct Answer

verifed

verified

Passing an array as an argument requires that you pass ___________ argument(s).

Correct Answer

verifed

verified

If array name contains a list of names,name[1] is the name of the first person.

A) True
B) False

Correct Answer

verifed

verified

Showing 41 - 46 of 46

Related Exams

Show Answer