Indicate whether the sentence or statement is true or false.
TF 1.
The document part of the command means that there is an object, the web page, that we will be altering.
TF 2.
The write & writeln commands tell the browser what we will do to our script (the document).
Multiple Choice
Identify the letter of the choice that best completes the statement or answers the question.
ABC 3.
What is not one the two types of programs that we can write?
a. Server-side c. Client-side
b. Client-server side
ABCD 4.
What company developed the Java language?
a. Sun Microsystems c. Java Beans Co.
b. Java, Inc. d. HTML, Ltd.
ABCD 5.
Where can you not place your JavaScript programs?
a. In the HTML file
b. In a separate file
c. Both of these are places to put JavaScript
d. None of the above
ABCD 6.
What tag will we use to insert our JavaScript?
a. <SRC> c. <LANGUAGE>
b. <SCRIPT> d. None of these are correct
ABCD 7.
What property in the <SCRIPT> tag allows you to specify the source of external JavaScript programs?
a. SRC c. SCRIPT
b. LANGUAGE d. None of these are right
ABCD 8.
What is not one of the two advantages of keeping our JavaScript in a separate file?
a. Writing the script is easier if it is not in the same file as the HTML c. Although the script can still be accessed, it is much more difficult get to
b. This helps to keep your code hidden from everybody d. Foster, none of these are right
ABCD 9.
What property tells browsers what language the script is written in ?
a. SRC c. IMG
b. SCRIPT d. LANGUAGE
ABCDE 10.
What two areas of the HTML code can you put JavaScript into?
a. Between the <HEAD> tags d. a & b
b. Between the <TITLE> tags e. a & c
c. Between the <BODY> tags
ABCD 11.
What tag do we use to hide our JavaScript from older browsers?
a. <SCRIPT> c. <HEAD>
b. <COMMENT> d. None of the above
ABCDE 12.
What are the two commands that we will use to display text on pages?
a. document.write() d. a & b
b. document.writeln() e. a & c
c. document.writenl()
Matching
a. Operator g. Comparison Operator
b. Variable h. Applet
c. Array i. Logical Operator
d. Compiling j. Date Object
e. Assignment Operators k. Java Interpreter
f. Expression l. Conditional Statements
ABCDEFGHIJKL 13.
A statement that executes a command only if certain conditions are met
ABCDEFGHIJKL 14.
A collection of values referenced by a single variable name
ABCDEFGHIJKL 15.
Compares the value of one element to the value of another element
ABCDEFGHIJKL 16.
Evaluates two or more Boolean expressions
ABCDEFGHIJKL 17.
An element that performs actions in expressions
ABCDEFGHIJKL 18.
A JavaScript command that assigns values to variables
ABCDEFGHIJKL 19.
An object that contains information about the date and it determines how that date will be used by the program
ABCDEFGHIJKL 20.
What variables are assigned values through
ABCDEFGHIJKL 21.
A named element in a program that is used to store and retrieve information
ABCDEFGHIJKL 22.
Software that is able to interpret a Java program and run it for the user
ABCDEFGHIJKL 23.
A Java program that the user downloads along with a Web page
ABCDEFGHIJKL 24.
To convert a program from readable text into an executable file
TF 1.
The document part of the command means that there is an object, the web page, that we will be altering.
TF 2.
The write & writeln commands tell the browser what we will do to our script (the document).
Multiple Choice
Identify the letter of the choice that best completes the statement or answers the question.
ABC 3.
What is not one the two types of programs that we can write?
a. Server-side c. Client-side
b. Client-server side
ABCD 4.
What company developed the Java language?
a. Sun Microsystems c. Java Beans Co.
b. Java, Inc. d. HTML, Ltd.
ABCD 5.
Where can you not place your JavaScript programs?
a. In the HTML file
b. In a separate file
c. Both of these are places to put JavaScript
d. None of the above
ABCD 6.
What tag will we use to insert our JavaScript?
a. <SRC> c. <LANGUAGE>
b. <SCRIPT> d. None of these are correct
ABCD 7.
What property in the <SCRIPT> tag allows you to specify the source of external JavaScript programs?
a. SRC c. SCRIPT
b. LANGUAGE d. None of these are right
ABCD 8.
What is not one of the two advantages of keeping our JavaScript in a separate file?
a. Writing the script is easier if it is not in the same file as the HTML c. Although the script can still be accessed, it is much more difficult get to
b. This helps to keep your code hidden from everybody d. Foster, none of these are right
ABCD 9.
What property tells browsers what language the script is written in ?
a. SRC c. IMG
b. SCRIPT d. LANGUAGE
ABCDE 10.
What two areas of the HTML code can you put JavaScript into?
a. Between the <HEAD> tags d. a & b
b. Between the <TITLE> tags e. a & c
c. Between the <BODY> tags
ABCD 11.
What tag do we use to hide our JavaScript from older browsers?
a. <SCRIPT> c. <HEAD>
b. <COMMENT> d. None of the above
ABCDE 12.
What are the two commands that we will use to display text on pages?
a. document.write() d. a & b
b. document.writeln() e. a & c
c. document.writenl()
Matching
a. Operator g. Comparison Operator
b. Variable h. Applet
c. Array i. Logical Operator
d. Compiling j. Date Object
e. Assignment Operators k. Java Interpreter
f. Expression l. Conditional Statements
ABCDEFGHIJKL 13.
A statement that executes a command only if certain conditions are met
ABCDEFGHIJKL 14.
A collection of values referenced by a single variable name
ABCDEFGHIJKL 15.
Compares the value of one element to the value of another element
ABCDEFGHIJKL 16.
Evaluates two or more Boolean expressions
ABCDEFGHIJKL 17.
An element that performs actions in expressions
ABCDEFGHIJKL 18.
A JavaScript command that assigns values to variables
ABCDEFGHIJKL 19.
An object that contains information about the date and it determines how that date will be used by the program
ABCDEFGHIJKL 20.
What variables are assigned values through
ABCDEFGHIJKL 21.
A named element in a program that is used to store and retrieve information
ABCDEFGHIJKL 22.
Software that is able to interpret a Java program and run it for the user
ABCDEFGHIJKL 23.
A Java program that the user downloads along with a Web page
ABCDEFGHIJKL 24.
To convert a program from readable text into an executable file

Comment