Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
HTML5 and CSS Comprehensive
Quiz 10: Creating Pop-Up Windows, Adding Scrolling Messages, and Validating Forms
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
The comparison,____,is true if a equals b and the data are of the same type.
Question 2
Multiple Choice
The ____ object component of a scrolling message defines where the scrolling message displays.
Question 3
Multiple Choice
A(n) ____ is any expression that evaluates to true or false.
Question 4
Multiple Choice
Which of the following conditional operators evaluates as true if both conditions are true?
Question 5
Multiple Choice
The ____ component of a scrolling message regulates the speed in which the characters display in the text field.
Question 6
Multiple Choice
To determine if the current value of the beginPos variable is greater than the length of the message,use the ____ statement.
Question 7
Multiple Choice
Which of the following event handlers triggers JavaScript code when used with buttons and links?
Question 8
Multiple Choice
The text field that displays a scrolling message must be part of a ____.
Question 9
Multiple Choice
Conditional operators are used to compare two ____.
Question 10
Multiple Choice
The first part of the if statement includes ____.
Question 11
Multiple Choice
The ____ component of a scrolling message is the location of the next character in a text string.
Question 12
Multiple Choice
The JavaScript statement,____,automatically adds 1 to a variable.
Question 13
Multiple Choice
A ____ function should have a mechanism that terminates the function when it completes its task.
Question 14
Multiple Choice
A(n) ____ is an action,such as a mouse click or a window loading.
Question 15
Multiple Choice
An operand is a ____ data type or value.
Question 16
Multiple Choice
A scrolling message displays either in a text field within the Web page or on the ____.
Question 17
Multiple Choice
Which of the following conditional operators always evaluates as true if a does not equal b?
Question 18
Multiple Choice
Although scrolling text can be assigned to a < div > tag container using the ____ property,it does not allow for as much control as a form object like a text field or button.