How many elements are in an array created with the following loop?

```
var myArray = new Array;
for (k = 0; k , 8; k++)
myArray[k] = k;
```

a. 9
b. 8
c. 7
d. 6


b. 8

Computer Science & Information Technology

You might also like to view...

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

1. Windows XP is a sequential multitasking operating system. 2. Windows XP recognizes 4 different priority levels numbered 0 through 3. 3. Windows XP uses a virtual memory manager (VMM) to allocate and manage system memory. 4. A valid page resides in physical memory. An invalid page does not reside in physical memory because it has either been swapped out to disk or has not yet been loaded into memory. 5. When a Windows XP process or thread references the contents of a virtual address on an invalid page, a page fault occurs.

Computer Science & Information Technology

Two of the more commonly used date functions are the ________ and ________ functions

A) DateSerial, DatePart B) Date, DatePart C) Today, Date D) Date, Now

Computer Science & Information Technology

One of the most commonly used objects in JavaScript programming is the Document object.

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

Computer Science & Information Technology

Some browsers ignore the default value in a file box for security reasons.

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

Computer Science & Information Technology