The action of clicking the right mouse button one time is called:

a. click
b. right-click
c. drag


B

Computer Science & Information Technology

You might also like to view...

The NAU in SNA that is the End User’s access point to the network is the

a. LU b. SSCP c. PU d. SDLC

Computer Science & Information Technology

Assume int[] scores = {1, 20, 30, 40, 50}, what is the output of System.out.println(java.util.Arrays.toString(scores))?

a. {1, 20, 30, 40, 50} b. [1, 20, 30, 40, 50] c. {1 20 30 40 50} d. [1 20 30 40 50]

Computer Science & Information Technology

A bottleneck occurs when a __________.

a) system is operating below peak performance b) resource hinders the progress of the system because it cannot do its job efficiently c) process interferes with another process because it is competing for a shared resource d) resource’s service rate is higher than its arrival rate

Computer Science & Information Technology

Which of the following is not true of a form?

A) It is the most common method of entering data. B) It can contain background images. C) It can only display one record at a time. D) It can be sorted independently of its data source.

Computer Science & Information Technology