Multiple Choice
Case-Based Critical Thinking Questions Case 11-3 Robin has developed a typing tutorial using JavaScript that contains instructions and interactive activities and games. A user is required to press certain keys. The instructions appear on the screen when the user is using the tutorial. The user is instructed to press the Windows key on the PC keyboard every five seconds to complete a game. Which of the following keyboard event properties identifies if the key has been pressed or not?
A) evt.ctrlKkey
B) evt.metaKey
C) evt.detail
D) evt.which
Correct Answer:

Verified
Correct Answer:
Verified
Q63: Which of the following browsers supports cursors
Q64: Identify the keyCode values of the modifier
Q65: Which of the following is the correct
Q66: The onclick event handler recognizes the propagation
Q67: Which of the following event properties or
Q69: Explain function declaration in JavaScript. How is
Q70: All JavaScript properties must begin with an
Q71: Identify the correct syntax to prevent a
Q72: Why are functions treated differently in JavaScript?
Q73: Identify the mouse event property that returns