Exam 10: Creating Pop-Up Windows, Adding Scrolling Messages, and Validating Forms
Exam 1: Introduction to HTML, XHTML, and CSS112 Questions
Exam 2: Creating and Editing a Web Page Using Inline Styles112 Questions
Exam 3: Creating Web Pages With Links, Images, and Embedded Style Sheets110 Questions
Exam 4: Creating Tables in a Web Site Using an External Style Sheet112 Questions
Exam 5: Creating an Image Map112 Questions
Exam 6: Creating a Form on a Web Page112 Questions
Exam 7: Using Advanced Cascading Style Sheets112 Questions
Exam 8: Adding Multimedia Content to Web Pages111 Questions
Exam 9: Integrating Javascript and Html5111 Questions
Exam 10: Creating Pop-Up Windows, Adding Scrolling Messages, and Validating Forms112 Questions
Exam 11: Using Dom to Enhance Web Pages112 Questions
Exam 12: Creating and Using XML Documents111 Questions
Exam 13: Html Special Feature 1: Attracting Visitors to Your Web Site15 Questions
Exam 14: Html Special Feature 2: Converting Frames on Your Web Site15 Questions
Select questions type
The ____________________ method searches the string object for the separator,which is enclosed within the quotation marks,and for every separator creates a separate sub string.
(Short Answer)
4.9/5
(41)
"Next" statements are used to define one or more statements that only should be executed based on the result of a conditional test.
(True/False)
5.0/5
(39)
Identify the letter of the choice that best matches the phrase or definition.
-The only function that tests a numeric value as the argument
(Multiple Choice)
4.8/5
(44)
Most programmers agree it is a good programming practice to clear and initialize ____________________ to ensure the data is valid.
(Short Answer)
4.9/5
(39)
The ____ loop often is referred to as a counter-controlled loop.
(Multiple Choice)
4.9/5
(40)
Which of the following is a basic component of a scrolling message?
(Multiple Choice)
4.7/5
(44)
Which of the following operators is used by the isNaN()built-in function?
(Multiple Choice)
4.7/5
(35)
Identify the letter of the choice that best matches the phrase or definition.
-The number base to which an integer value should be converted
(Multiple Choice)
4.9/5
(38)
List at least six conditional operators with examples and briefly explain when they yield a true result.
(Essay)
4.8/5
(36)
Which of the following conditional operators evaluates as true if both conditions are true?
(Multiple Choice)
4.8/5
(27)
JavaScript has three types of loops: for loops,while loops,and if...then loops.
(True/False)
4.9/5
(40)
When using a(n)< ____ > text field,you can format the text using an inline style.
(Multiple Choice)
4.9/5
(36)
Case 10-2
Kate is tracing through her code to find a logical error and she thinks it has something to do with her misuse of conditional operators.Assume that the following variable assignments have been made:
a=45
b=46
c=45
d=50
e=100
-On Kate's original pass through the code,she intended all of the following to be true.Which of the following is NOT true?
(Multiple Choice)
5.0/5
(28)
Web developers use multiple techniques to validate Web forms using JavaScript.
(True/False)
4.9/5
(35)
The JavaScript statement,____,automatically adds 1 to a variable.
(Multiple Choice)
4.8/5
(43)
Which of the following conditional operators always evaluates as true if a does not equal b?
(Multiple Choice)
4.8/5
(32)
You can use the ____________________ function to return an integer value,stripping the value after the decimal point.
(Short Answer)
4.8/5
(41)
The value property can be used to assign text to the contents of a text field.
(True/False)
4.8/5
(38)
Showing 81 - 100 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)