Exam 13: Programming Web Pages With Javascript

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

The statement that creates a variable starts with the keyword __________.

(Multiple Choice)
4.9/5
(34)

To create a variable, you use the keyword create ._________________________

(True/False)
4.8/5
(31)

A(n) property is a JavaScript instruction that performs an action. _________________________

(True/False)
4.8/5
(44)

To retrieve data from or make changes to a web page element, you must first write code that identifies the specific object you want to work with.

(True/False)
4.9/5
(36)

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

A common method for changing an element's CSS styles in response to a user's actions is to add or remove ID values from the element in response to events. _________________________

(True/False)
4.9/5
(34)

  Referring to the figure above, the code addressState.textContent === CO is a(n) __________. Referring to the figure above, the code addressState.textContent === "CO" is a(n) __________.

(Multiple Choice)
4.8/5
(33)

To execute the contents of a function, you must include a reference to the function name, known as a function __________, elsewhere in your code.

(Short Answer)
4.9/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 a set of statements to make the changes to her web page and reference the statements as a single unit by creating a(n) __________.

(Multiple Choice)
4.8/5
(39)

The ____ event occurs when a user moves the mouse pointer over an element or touches an element.

(Multiple Choice)
4.8/5
(35)

You can access any HTML element by specifying a CSS selector using the ____ method.

(Multiple Choice)
4.8/5
(33)
Showing 61 - 71 of 71
close modal

Filters

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