Home / Programming MCQs / Machine Learning MCQs / Question

M

Mr. Dubey • 51.67K Points
Coach

Q. 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
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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.