Sail E0 Webinar

MCQs

Total Questions : 180 | Page 3 of 18 pages
Question 21. DOM Level 3 Events standardizes which of the following events?
  1.    focusarea and focusover
  2.    focusall and focusnone
  3.    focusdown and focusup
  4.    focusin and focusout
 Discuss Question
Answer: Option D. -> focusin and focusout
Question 22. Which of the following are the unnecessary events currently?
  1.    DOMActivate
  2.    DOMFocusIn
  3.    DOMNodeInserted
  4.    All of the mentioned
 Discuss Question
Answer: Option D. -> All of the mentioned
Question 23. Which object is passed as the argument to handlers for keydown, keyup, and keypress events?
  1.    KeyboardEvent
  2.    Key Event
  3.    Mouse Event
  4.    Alphabet Event
 Discuss Question
Answer: Option A. -> KeyboardEvent
Question 24. Which of the following property specifies the string of text that was entered?
  1.    message
  2.    data
  3.    string
  4.    text
 Discuss Question
Answer: Option B. -> data
Question 25. Which property reports rotation around three different mouse wheel axes?
  1.    ctrlKey
  2.    alterX
  3.    alterY
  4.    deltaX
 Discuss Question
Answer: Option D. -> deltaX
Question 26. Which of the following is defined by the specification?
  1.    dataMethod
  2.    input
  3.    inputMethod
  4.    inputdataMethod
 Discuss Question
Answer: Option C. -> inputMethod
Question 27. Which of the following are the drag and drop events?
  1.    drop
  2.    dragstart
  3.    both drop and dragstart
  4.    none of the mentioned
 Discuss Question
Answer: Option C. -> both drop and dragstart
Question 28. Which two events will have the generated text for key events?
  1.    key and char
  2.    char and text
  3.    text and key
  4.    key and value
 Discuss Question
Answer: Option A. -> key and char
Question 29. Which property holds a DataTransfer object that contains information about the data being transferred and the formats in whichh it is available?
  1.    dataTransfer
  2.    transferData
  3.    dataExchange
  4.    exchangeData
 Discuss Question
Answer: Option A. -> dataTransfer
Question 30. Which API allows scripts in a document from one server to exchange messages with scripts?
  1.    Cross-Document Messaging API
  2.    Web application API
  3.    Both Cross-Document Messaging API & Web application API
  4.    None of the mentioned
 Discuss Question
Answer: Option A. -> Cross-Document Messaging API

Latest Videos

Latest Test Papers