Contents

Which is the object on which the event occurred or with which the event is associated?
a) event type                       
b) event target
c) both event type and even target
d) interface

b

In general, event handler is nothing but…
a) function                           
b) interface
c) event                                 
d) handler

a

When will the browser invoke the handler?
a) Program begins               
b) Any event occurs
c) Specified event occurs
d) Webpage loads

c

Which property specifies the property of the event?
a) Type                                 
b) Target
c) Manner                            
d) Program

a

The process by which the browser decides which objects to trigger event handlers on is …..
a) Event Triggering             
b) Event Listening
c) Event Handling
d) Event propagation

d

Which form of event propagation handles the registered container elements?
a) Event Propagation
b) Event Registration
c) Event Capturing
d) Default Actions

c