Term
|
Definition
downloaded to the Web browser (or other user agent) before being executed. |
|
|
Term
|
Definition
specifies the remainder (after division of one value by another) as a value. |
|
|
Term
The SCRIPT element's __________ attribute identifies the script language being used. |
|
Definition
|
|
Term
A variable name cannot start with a(n) |
|
Definition
|
|
Term
In a JavaScript script, /* and */ codes |
|
Definition
turn bracketed text and codes on a single line or multiple lines into a comment. |
|
|
Term
|
Definition
|
|
Term
What is the value of q after the segment below is executed?
|
|
Definition
|
|
Term
Assume the following javascript code is run on November 25, 2002 at 9 a.m..(Monday)
When the above code is executed, the display on the document will be: |
|
Definition
|
|
Term
Following is the beginning of a javascript program. var x=20, w=99; w++; y = w / x; After executing these three statements , value of y will be: |
|
Definition
|
|
Term
The document is a child of what object? |
|
Definition
|
|
Term
A child of SELECT object is |
|
Definition
|
|