Shared Flashcard Set

Details

My Flash Cards
Flash Cards
21
Other
Not Applicable
04/05/2005

Additional Other Flashcards

 


 

Cards

Term
A client-side script is
Definition
downloaded to the Web browser (or other user agent) before being executed.
Term
The Modulo operator (%)
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
LANGUAGE
Term
A variable name cannot start with a(n)
Definition
number
Term
In a JavaScript script, /* and */ codes
Definition
turn bracketed text and codes on a single line or multiple lines into a comment.
Term
How many lines of out
Definition
1
Term
What is the value of q after the segment below is executed?
Definition
23
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
cooland6 – 2
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
5
Term
The document is a child of what object?
Definition
window
Term
A child of SELECT object is
Definition
option
Supporting users have an ad free experience!