436). The type that specifies what kind of event occurred is ____________

[A] event type
[B]even target
[C] both event type and even target
[D]interface

Show Answer

437). 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

Show Answer

438). In general, event handler is nothing but ____________

[A]function
[B]interface
[C]event
[D]handler

Show Answer

439). When will the browser invoke the handler?

[A]Program begins
[B]Any event occurs
[C] Specified event occurs
[D]Webpage loads

Show Answer

440). Which property specifies the property of the event?

[A]Type
[B]Target
[C]Manner
[D]Program

Show Answer

441). 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

Show Answer

442). Which form of event propagation handles the registered container elements?

[A]Event Propagation
[B]Event Registration
[C]Event Capturing
[D]Default Actions

Show Answer

443). The events that are directly tied to a specific input device are ____________

[A]Device-independent input events
[B]Device-dependent input events
[C] User interface events
[D] State change events

Show Answer

444). The high-level events among the following events are ____________

[A]User interface events
[B]Device-independent events
[C]Device-dependent events
[D]Stage event change

Show Answer

445). The events that are not directly tied to a specific input device are _____________

[A] User interface events
[B] Device-independent events
[C]Device-dependent events
[D]Stage event change

Show Answer