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 type a specific key on the left side of the keyboard when using the tutorial. Which of the following keyboard event properties identifies if the user has pressed the specified key?

A. evt.key
B. evt.which
C. evt.detail
D. evt.location


Answer: D

Computer Science & Information Technology

You might also like to view...

In a function header, in addition to the name of the function, you are required to furnish

A) a data type for each parameter. B) an identifier name for each parameter. C) the data type of the return value. D) all of the above. E) B and C, but not A.

Computer Science & Information Technology

Input is data that goes into a computer.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) ________ list is used to emphasize text categories and subcategories

A) indented B) bulleted C) nested D) numbered

Computer Science & Information Technology

A(n) ________ chart displays a horizontal representation of categorical data

Fill in the blank(s) with correct word

Computer Science & Information Technology