Exam 13: Javascript: Event Handling

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

The ________ model of registering event handlers involves passing a function object to be invoked when the event fires.

Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
Verified

B

Event bubbling is _______.

Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
Verified

A

An anonymous function ________.

Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
Verified

D

The ________ model of registering event handlers requires adding parentheses at the end of the function name and surrounding it in quotes.

(Multiple Choice)
4.8/5
(27)

What does the following script do < !-- Var value = 0; Function startTimer() { Window.setInterval( "updateTime()", 1000 ); } Function updateTime() { Value++; PText.innerText = value; } //-- >

(Multiple Choice)
4.7/5
(34)

The blur event is associated with ________.

(Multiple Choice)
4.8/5
(27)

When the browser calls an event-handling function, it passes a(n) ________ to the function.

(Multiple Choice)
4.7/5
(34)

The focus event fires when ________.

(Multiple Choice)
4.8/5
(31)

Event ________ fires whenever a mouse cursor moves into an element.

(Multiple Choice)
4.9/5
(38)

Which if the following statements about the form's submit and reset events is false

(Multiple Choice)
4.8/5
(23)
close modal

Filters

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