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
In general, event handler is nothing but…
a) function
b) interface
c) event
d) handler
When will the browser invoke the handler?
a) Program begins
b) Any event occurs
c) Specified event occurs
d) Webpage loads
Which property specifies the property of the event?
a) Type
b) Target
c) Manner
d) Program
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
Which form of event propagation handles the registered container elements?
a) Event Propagation
b) Event Registration
c) Event Capturing
d) Default Actions