Vidyalelo
JavaScript · all questions

Document Object Model And Event Handling
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

180

Questions

4/9

Page

Pick an option on a question to see the right answer and solution.

The type that specifies what kind of event occured is

Select an option to see the answer and solution.

Which is the object on which the event occured or with which the event is associated?

Select an option to see the answer and solution.

In general, event handler is nothing but

Select an option to see the answer and solution.

When will the browser invoke the handler?

Select an option to see the answer and solution.

Which property specifies the property of the event?

Select an option to see the answer and solution.

The process by which the browser decides which objects to trigger event handlers on is

Select an option to see the answer and solution.

Which form of event propogation handles the registered container elements?

Select an option to see the answer and solution.

The events that are directly tied to a specific input device are

Select an option to see the answer and solution.

The high-level events among the following events are

Select an option to see the answer and solution.

The events that are not directly tied to a specific input device are

Select an option to see the answer and solution.

The events that are not triggered directly by user activity are called

Select an option to see the answer and solution.

The video and the audio belong to the

Select an option to see the answer and solution.

The client-side JavaScript’s asynchronous programming model contains

Select an option to see the answer and solution.

Which are the events that have default actions that can be canceled by event handlers?

Select an option to see the answer and solution.

The events that represents occurrences related to the browser window are

Select an option to see the answer and solution.

Which event is fired when a document and all of its external resources are fully loaded and displayed to the user?

Select an option to see the answer and solution.

Which is the alternative to the load event?

Select an option to see the answer and solution.

Which is the opposite to the load event in JavaScript?

Select an option to see the answer and solution.

Which is the property that is triggered in response to JavaScript errors?

Select an option to see the answer and solution.

Which event can be fired on any scrollable document element?

Select an option to see the answer and solution.