Vidyalelo
JavaScript · Q68

Document Object Model And Event Handling

Programming · JavaScript · question 68

Q68

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

A.
Device-independent input events
B.
Device-dependent input events
Answer
C.
User interface events
D.
State change events

Answer: Option B

Solution

Answer: Option B
Solution:
These are events that are directly tied to a specific input device, such as the mouse or keyboard) They include legacy event types such as “mousedown”, “mousemove”, “mouseup”, “keydown”, “keypress”, and “keyup” and also new touch specific events like “touchmove” and “gesturechange”.