Exam 13: Programming Web Pages With Javascript

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Developers can write JavaScript that responds to actions, known as __________, which include many actions commonly performed on a web page.

(Multiple Choice)
4.9/5
(45)

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.8/5
(35)

The punctuation for a function is similar to that of a CSS style rule: an opening ____ goes at the beginning.

(Multiple Choice)
4.9/5
(37)

When creating a variable name that contains multiple words, it's common to use __________ case.

(Short Answer)
4.8/5
(31)

The addEventListener method is commonly used to access the element specified by a CSS selector.

(True/False)
4.8/5
(36)

Case-Based Critical Thinking Question Patrice is creating JavaScript code for her website. Her first task is to reference several HTML elements. Patrice can reference HTML elements in JavaScript using the __________ method.

(Multiple Choice)
4.7/5
(39)

  Referring to the figure above, what is the role of the line of code labeled with the number 1? Referring to the figure above, what is the role of the line of code labeled with the number 1?

(Multiple Choice)
4.9/5
(38)

Explain the syntax of a statement that uses the assignment operator.

(Essay)
5.0/5
(36)

  Referring to the figure above, the code in this figure creates a(n) __________. Referring to the figure above, the code in this figure creates a(n) __________.

(Multiple Choice)
4.8/5
(38)

Name 3 ways that the punctuation for a function is similar to that of a CSS style rule.

(Essay)
4.9/5
(37)

The DOM defines ____, which are actions that are associated with an object.

(Multiple Choice)
4.9/5
(33)

A function starts with the keyword __________.

(Short Answer)
4.9/5
(32)

Whenever you use a method, you specify its parent object first, followed by a space and then the method name.

(True/False)
4.9/5
(32)

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
(40)

  Referring to the figure above, which of the following is a function name used in the code shown? Referring to the figure above, which of the following is a function name used in the code shown?

(Multiple Choice)
4.8/5
(29)

The first line of a function begins with the word function , followed by its name and a pair of ____.

(Multiple Choice)
4.8/5
(34)

The submit event takes place when a user clicks or touches an element.  _________________________

(True/False)
5.0/5
(42)

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.

(Multiple Choice)
4.7/5
(51)

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.8/5
(41)

You specify a CSS selector in __________ within the parentheses of the querySelector() method to reference an object.

(Multiple Choice)
4.8/5
(41)
Showing 41 - 60 of 71
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)