Exam 13: Programming Web Pages With Javascript
Exam 1: Getting Started With HTML75 Questions
Exam 2: Structuring Content in a Web Document75 Questions
Exam 3: Getting Started With CSS71 Questions
Exam 4: Laying Out Elements With CSS75 Questions
Exam 5: Formatting Text With CSS75 Questions
Exam 6: Inserting and Working With Links74 Questions
Exam 7: Inserting and Working With Images74 Questions
Exam 8: Organizing Content With-Lists And-Tables75 Questions
Exam 9: Implementing Responsive Design74 Questions
Exam 10: Creating and Processing Web Forms75 Questions
Exam 11: Creating Visual Effects and Animation75 Questions
Exam 12: Incorporating Video and Audio74 Questions
Exam 13: Programming Web Pages With Javascript75 Questions
Exam 14: Integrating Social Media75 Questions
Exam 15: Optimizing Your Web Site for Search Engines75 Questions
Exam 16: Testing and Improving Performance70 Questions
Select questions type
Case-Based Critical Thinking Question
Patrice is creating JavaScript code for her website. Her first task is to reference several HTML elements.
-If Patrice follows common practice among JavaScript developers, she will store the HTML element references as __________.
(Multiple Choice)
4.8/5
(37)
-Referring to the figure above, which of the following describes when the statements within the braces are executed?

(Multiple Choice)
4.9/5
(41)
Case-Based Critical Thinking Question
Patrice is creating JavaScript code for her website. Her first task is to reference several HTML elements.
-If Patrice wants to reference the content of an object and wants her code to work for users if IE8, she will use the __________ property.
(Multiple Choice)
4.9/5
(39)
Multi-line comments in JavaScript use the same format as __________ comments.
(Multiple Choice)
4.8/5
(33)
Matching
Match each commonly used JavaScript property with the appropriate description.
-the path and source filename for an element with a src attribute
(Multiple Choice)
4.9/5
(44)
You specify a CSS selector in __________ within the parentheses of the querySelector() method to reference an object.
(Multiple Choice)
4.9/5
(37)
The __________ property refers to the current value of a form field or an object property.
(Multiple Choice)
4.9/5
(39)
The contents of a function are executed automatically when they are parsed by a browser.
(True/False)
4.8/5
(34)
Matching
Match each commonly used JavaScript property with the appropriate description.
-the content of an object, including any nested HTML tags
(Multiple Choice)
4.8/5
(42)
JavaScript supports the use of symbols known as __________ to compare or change the values of multiple objects or properties.
(Multiple Choice)
4.7/5
(43)
Case-Based Critical Thinking Question
Alicia wants to increase the sizes of images on her website in response to users moving the mouse pointer over them. To add this feature, she plans to use JavaScript.
-Alicia can create code that responds to an event using a(n) __________.
(Multiple Choice)
4.7/5
(28)
Each DOM node is associated with a standard set of information; each piece of information is known as a(n) ________________.
(Short Answer)
4.8/5
(40)
The statement that creates a variable starts with the keyword __________.
(Multiple Choice)
4.9/5
(41)
Showing 61 - 75 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)