Exam 13: Programming Web Pages With Javascript

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

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

(Essay)
4.8/5
(36)

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

(Multiple Choice)
4.7/5
(37)

Standard ____ for objects include the text content associated with an object, the name of the object, and the name of an associated attribute.

(Multiple Choice)
4.9/5
(43)

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

(True/False)
4.8/5
(36)

Matching Match each commonly used JavaScript property with the appropriate description. -the current value of a form field or an object property

(Multiple Choice)
4.7/5
(39)

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

Whenever you use a method, you specify its parent object first, followed by a(n) __________ and then the method name.

(Multiple Choice)
4.9/5
(36)

You can use browser developer tools to enter test code and view error messages related to JavaScript.

(True/False)
4.9/5
(28)

You can think of the DOM as a hierarchical arrangement of the content of an HTML document into a tree-like structure, which is known as a DOM root._________________________

(True/False)
4.8/5
(39)

​    -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.7/5
(40)

JavaScript names can include spaces.

(True/False)
4.7/5
(32)

JavaScript supports the use of symbols known as operators to compare or change the values of multiple objects or properties._________________________

(True/False)
4.8/5
(41)

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

(Multiple Choice)
4.8/5
(32)

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)

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

(Multiple Choice)
4.8/5
(34)

To call a function in response to a user action, a developer creates a(n) __________.

(Multiple Choice)
4.9/5
(36)

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

(Short Answer)
4.7/5
(42)

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

(True/False)
4.9/5
(38)

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

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)
5.0/5
(35)
Showing 21 - 40 of 75
close modal

Filters

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