Vidyalelo
JavaScript · Q70

Document Object Model And Event Handling

Programming · JavaScript · question 70

Q70

The events that are not directly tied to a specific input device are

A.
User interface events
B.
Device-independent events
Answer
C.
Device-dependent events
D.
All of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
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.