477). When are the keyboard events fired?

[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

Show Answer

478). How does a user generate multiple keydown events?

[A]Repeating the same process
[B]Pressing multiple keys
[C]Pressing the key longer than usual
[D] Pressing the key multiple times

Show Answer

479). Which property is used to specify the key type when pressed?

[A]keyCode
[B]keyType
[C]keyName
[D]keyProperty

Show Answer

480). For what value does the keyCode property persists even when a Shift key is pressed for adding punctuation character.

[A]Special characters
[B]Alphabets
[C]Alphanumeric
[D]Digits

Show Answer

481). Which of the following are not key event properties?

[A]Code key
[B]Alt Key
[C]Ctrl Key
[D]Shift Key

Show Answer