Case-Based Critical Thinking Questions
?
Case 11-2
?
Matt has developed a game using JavaScript that involves clicking of different mouse buttons continuously for a minute.The game provides instructions on which mouse button must be clicked and the number of times a button must be clicked to play the game.
Which of the following mouse event object properties counts the number of times the player clicks the mouse button during the game?
A. evt.detail
B. evt.which
C. evt.relatedTarget
D. evt.button
Answer: A
Computer Science & Information Technology
You might also like to view...
A __________ is when a user views a Web page controlled by the attacker that contains a code that exploits the browser bug and downloads and installs malware on the system without the user’s knowledge or consent.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
In a(n) __________ database, processing logic for the query is performed on the device that holds each database shard and if necessary, results are consolidated by the DBMS.
A. SQL B. NoSQL C. relational D. OLAP
Computer Science & Information Technology