Among mouse operations, to ____ means to move the mouse until the pointer on the desktop is positioned on the item of choice.?
A. ?click
B. ?right-drag
C. ?drag
D. ?point
Answer: D
Computer Science & Information Technology
You might also like to view...
Which of the following is not a method used to create awareness of a blog?
a. Become listed in search engines b. Change the blog's title and design frequently c. Leave comments on other blogs d. Encourage readers to promote the blog
Computer Science & Information Technology
Which of the following statements generates a random number >= 2 and < 10.
A. Math.random() B. Math.random(2, 10) C. Math.random() * 10 + 2 D. Math.random() * 2 + 10 E. Math.random() * 8 + 2 F. Math.random() * 2 + 8
Computer Science & Information Technology