If a window does not contain any forms, ____.

A. the forms[] array is empty
B. the forms[] array contains one element
C. the forms[] array is undefined
D. no JavaScript can be used on the page


Answer: A

Computer Science & Information Technology

You might also like to view...

This cable has a special coating that emits less toxic smoke when burned.

What will be an ideal response?

Computer Science & Information Technology

A ________ form allows the user to add records to two tables at once

A) one-to-many B) many-to-many C) one-to-one D) some-to-some

Computer Science & Information Technology

When a user issues a command to run an application, the operating system locates the application in memory and loads it into storage.

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

Computer Science & Information Technology

How many times will the following loop iterate?

Set k = 1 Do Display k Set k = k + 1 Until k > 1 A ) One B ) Two C ) Three D ) No iterations E ) Infinite

Computer Science & Information Technology