Sail E0 Webinar

MCQs

Total Questions : 180 | Page 18 of 18 pages
Question 171. The type that specifies what kind of event occured is
  1.    event type
  2.    even target
  3.    both event type and even target
  4.    none of the mentioned
 Discuss Question
Answer: Option A. -> event type
Question 172. Which is the object on which the event occured or with which the event is associated?
  1.    event type
  2.    event target
  3.    both event type and even target
  4.    none of the mentioned
 Discuss Question
Answer: Option B. -> event target
Question 173. In general, event handler is nothing but
  1.    function
  2.    interface
  3.    event
  4.    handler
 Discuss Question
Answer: Option A. -> function
Question 174. When will the browser invoke the handler?
  1.    Program begins
  2.    Any event occurs
  3.    Specified event occurs
  4.    None of the mentioned
 Discuss Question
Answer: Option C. -> Specified event occurs
Question 175. Which property specifies the property of the event?
  1.    Type
  2.    Target
  3.    Manner
  4.    All of the mentioned
 Discuss Question
Answer: Option A. -> Type
Question 176. The process by which the browser decides which objects to trigger event handlers on is
  1.    Event Triggering
  2.    Event Listening
  3.    Event Handling
  4.    Event propogation
 Discuss Question
Answer: Option D. -> Event propogation
Question 177. Which form of event propogation handles the registered container elements?
  1.    Event Propogation
  2.    Event Registration
  3.    Event Capturing
  4.    Default Actions
 Discuss Question
Answer: Option C. -> Event Capturing
Question 178. The events that are directly tied to a specific input device are
  1.    Device-independent input events
  2.    Device-dependent input events
  3.    User interface events
  4.    State change events
 Discuss Question
Answer: Option B. -> Device-dependent input events
Question 179. The high-level events among the following events are
  1.    User interface events
  2.    Device-independent events
  3.    Device-dependent events
  4.    All of the mentioned
 Discuss Question
Answer: Option A. -> User interface events
Question 180. The events that are not directly tied to a specific input device are
  1.    User interface events
  2.    Device-independent events
  3.    Device-dependent events
  4.    All of the mentioned
 Discuss Question
Answer: Option B. -> Device-independent events

Latest Videos

Latest Test Papers