An array with m rows and n columns is not:

I. An m-by-n array.
II. An n-by-m array.
III. A two-dimensional array.
IV. A dual-transcripted array.

a) I and III
b) I and IV
c) II and IV
d) II and III


c) II and IV

Computer Science & Information Technology

You might also like to view...

What do the following statements do?

a. Open a file for output, the statement fails if the file already exists. b. Open a file for output, the contents of the file is destroyed if the file already exists. c. Open a file for input. d. Open a file for input, the statement fails if the file does not exist.

Computer Science & Information Technology

Which of the following is false?

a. Method finalize does not take parameters and has return type void. b. Memory leaks using Java are rare because of automatic garbage collection. c. Objects are marked for garbage collection by method finalize. d. The garbage collector reclaims unused memory.

Computer Science & Information Technology

________ is a language used to display webpages

A) XBRL B) XML C) HTML D) XHTML

Computer Science & Information Technology

You use grid-row and grid-column properties to define grid areas when you use

a. numbered lines b. template areas c. template lines d. named or numbered lines

Computer Science & Information Technology