446). The events that are not triggered directly by user activity are called ___________

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

Show Answer

447). The video and the audio belong to the _________

[A] Timers and error handlers
[B] API-Specific events
[C]State change events
[D]User interface events

Show Answer

449). The client-side JavaScript asynchronous programming model contains _________

[A]Timers and error handlers
[B]User interface events
[C]State change events
[D] API-specific events

Show Answer

450). Which are the events that have default actions that can be canceled by event handlers?

[A]Submit and form-related events
[B]Reset and form-related events
[C]Submit and reset events
[D]form-related events

Show Answer

451). The events that represent occurrences related to the browser window are _________

[A]Window
[B]Element
[C]Display
[D]Handlers

Show Answer

452). Which event is fired when a document and all of its external resources are fully loaded and displayed to the user?

[A]Window
[B]Load
[C]Element
[D]Handler

Show Answer

453). Which is the alternative to the load event?

[A]readychange
[B]changestate
[C]readystatechange
[D]contentloader

Show Answer

454). Which is the opposite of the load event in JavaScript?

[A]dontload
[B]postload
[C]preload
[D]unload

Show Answer

455). Which is the property that is triggered in response to JavaScript errors?

[A]onexception
[B]onmessage
[C]onerror
[D]onclick

Show Answer

456). Which event can be fired on any scrollable document element?

[A]Window
[B]Scroll
[C]Load
[D]Unload

Show Answer