Single Choice Easy

QWhen do keyboard events start firing?

ID: #5172 Javascript DOM & Event Handling MCQ 124 views
Question Info
#5172Q ID
EasyDifficulty
Javascript DOM & Event Handling MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A When the user manually calls the button
  • B When the user clicks a key
  • C When the user calls the modifier
  • D When the user right clicks the mouse
Correct Answer

Explanation

When a user pushes or releases a key on the keyboard, the keyboard events keydown and keyup are triggered.
They are produced for alphanumeric, function, and modifier keys.

Share This Question

Challenge a friend or share with your study group.