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

1. ReDim statements can be used to change a one-dimensional array into a three-dimensional
array.
2. Given the following statements, the first subscript in the second statement references a
column. (T/F)
Dim myArray(15, 20) As Double
myArray(5, 10) = 0
3. Two-dimensional arrays are often referred to as tables or matrices.
4. The third statement below is NOT valid. (T/F)
row = 5
col = 3
someArray(col, row) = 25


1. F
2. F
3. T
4. F

Computer Science & Information Technology

You might also like to view...

Explain the ACM's opinion regarding software engineering as a discipline, and its reasons for withdrawing from an initiative with the IEEE that helped define a suitable body of knowledge for software engineers.

What will be an ideal response?

Computer Science & Information Technology

To enhance the appearance of sparklines, use ________

A) designs B) styles C) legends D) layouts

Computer Science & Information Technology

Java software is designed to run on any computer or computing device, regardless of the specific microprocessor or operating system it uses.

a. true b. false

Computer Science & Information Technology

When you use a hyperlink as a bookmark, you are inserting a link to ____.

A. an e-mail address B. a Web page C. a place in the document D. a new document

Computer Science & Information Technology