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
All of the mentioned
Correct Answer: Device-independent events
These are input events that are not directly tied to a specific input device. The click event, for example, indicates that a link or button (or other document element) has been activated) This is often done via a mouse click, but it could also be done by keyboard or (on touch-sensitive devices) by gesture.