Q71
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
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
Some events are not triggered directly by user activity, but by network or browser activity, and indicate some kind of lifecycle or state-related change. The load event, fired on the Window object when the document is fully loaded, is probably the most commonly used of these events.