Which of the following keyboard event properties returns a Boolean value indicating whether a specific key was used in an event?

A. evt.key
B. evt.metaKey
C. evt.keyCode
D. evt.charCode


Answer: B

Computer Science & Information Technology

You might also like to view...

Assume double[][][] x = new double[4][5][6], what are x.length, x[2].length, and x[0][0].length?

a. 4, 5, and 6 b. 6, 5, and 4 c. 5, 5, and 5 d. 4, 5, and 4

Computer Science & Information Technology

What is the final stage of a virtual machine being made ready for a user connection?

A. orchestration B. brokering C. placement D. recording

Computer Science & Information Technology

This style rule exception trumps all rules, including location. The only thing that overrides it is a user style sheet.

a. Location b. Inheritance c. !importance d. Specificity

Computer Science & Information Technology

MLA stands for the Modern Language Association.?

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

Computer Science & Information Technology