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
Writing code to look up and change data associated with parts of HTML documents requires a standardized way of referring to the parts of a Web page; this system is known as the Document _________ Model.
(Multiple Choice)
4.9/5
(48)
Matching
Match each commonly used JavaScript property with the appropriate description.
-the value of an element's class attribute
(Multiple Choice)
4.9/5
(37)
-Referring to the figure above, what is the role of the line of code labeled with the number 2?

(Multiple Choice)
4.8/5
(37)
A common method to change the CSS styles of an element in response to a user's actions is to add or remove __________ values from the element in response to events.
(Multiple Choice)
4.9/5
(31)
In the DOM, each HTML element is considered a(n) property._________________________
(True/False)
4.9/5
(36)
The ____ event occurs when a user clicks or touches an element.
(Multiple Choice)
4.7/5
(33)
Using comparison operators, you can create a(n) __________ statement, in which two values are compared and if the result is true, one or more statements are executed.
(Short Answer)
4.9/5
(47)
JavaScript allows you to create __________, which are values that are stored and that you can access with a name that you specify.
(Multiple Choice)
4.8/5
(37)
Name 3 ways that the punctuation for a function is similar to that of a CSS style rule.
(Essay)
4.9/5
(38)
The script element is added to an HTML document to reference an external JavaScript file._________________________
(True/False)
4.9/5
(43)
You can access any HTML element by specifying a CSS selector using the ____ method.
(Multiple Choice)
4.9/5
(31)
-Referring to the figure above, what is the role of the three lines of code labeled with the number 1?

(Multiple Choice)
4.8/5
(36)
The ____ event occurs when a user moves the mouse pointer over an element or touches an element.
(Multiple Choice)
4.9/5
(35)
You can access any HTML element by specifying a CSS selector using the querySelector() method._________________________
(True/False)
4.9/5
(35)
The first line of a function begins with the word function, followed by its name and a pair of ____.
(Multiple Choice)
4.7/5
(30)
The DOM defines ____, which are actions that are associated with an object.
(Multiple Choice)
4.8/5
(33)
To assign a new property value, you use the assignment operator, which is simply a(n) __________.
(Multiple Choice)
4.8/5
(27)
-Referring to the figure above, what is the role of the line of code labeled with the number 1?

(Multiple Choice)
4.8/5
(40)
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.
-In Alicia's JavaScript code, she can refer to a user moving the mouse pointer over an element with the __________ event.
(Multiple Choice)
4.9/5
(25)
Showing 41 - 60 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)