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

1. The splice() method is used to divide one long array into two smaller ones.
2. A two-dimensional array in JavaScript is actually an array of arrays.
3. Given a two-dimensional array named exams[][] that holds the values of three exam scores for each of twenty students, exams[][] contains sixty elements.
4. Parallel arrays use index values to identify related elements.
5. Each element of an array can be used in a program as if it were a variable.


1. False
2. True
3. True
4. True
5. True

Computer Science & Information Technology

You might also like to view...

During the __________ the virus is idle.

A. dormant phase B. propagation phase C. triggering phase D. execution phase

Computer Science & Information Technology

Suppose you have a file that is linked to a file owned by another user. How can you ensure that changes to the file are no longer shared?

What will be an ideal response?

Computer Science & Information Technology

Which alignment option positions the right edge of a line of text against the right margin?

A) Left B) Center C) Right D) Justify

Computer Science & Information Technology

A ____ is used to ensure that any data sent across a public network, such as the Internet, is secure.

A. WAN B. LAN C. VPN D. MAN

Computer Science & Information Technology