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

5/9

Page

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

When are the mouse events generated?

Select an option to see the answer and solution.

The properties that specify the position and button state of the mouse are

Select an option to see the answer and solution.

Which of the following keys are set to true when the keyboard modifier keys are held down?

Select an option to see the answer and solution.

How to detect and respond to mouse drags?

Select an option to see the answer and solution.

When is the mouseover event fired?

Select an option to see the answer and solution.

When is the mouseout event fired?

Select an option to see the answer and solution.

The focus and blur events are also part of

Select an option to see the answer and solution.

The element that can also register handlers for load and error events is

Select an option to see the answer and solution.

The events that is emulated by the jQuery library are

Select an option to see the answer and solution.

Which event is triggered sooner when the document and its elements are ready to manipulate?

Select an option to see the answer and solution.

DOM Level 3 Events standardizes which of the following events?

Select an option to see the answer and solution.

Which of the following are the unnecessary events currently?

Select an option to see the answer and solution.

Which object is passed as the argument to handlers for keydown, keyup, and keypress events?

Select an option to see the answer and solution.

Which property reports rotation around three different mouse wheel axes?

Select an option to see the answer and solution.

Which of the following property specifies the string of text that was entered?

Select an option to see the answer and solution.

Which of the following is defined by the specification?

Select an option to see the answer and solution.

Which two events will have the generated text for key events?

Select an option to see the answer and solution.

Which of the following are the drag and drop events?

Select an option to see the answer and solution.

Which property holds a DataTransfer object that contains information about the data being transferred and the formats in whichh it is available?

Select an option to see the answer and solution.

Which API allows scripts in a document from one server to exchange messages with scripts?

Select an option to see the answer and solution.