Which feature enables you to select and drag items without pressing the mouse button?

A) ButtonLock B) MouseLock C) DragLock D) ClickLock


D

Computer Science & Information Technology

You might also like to view...

How do we implement breadth-first search traversal of a tree?

a. By using the queue data structure b. By using the stack data structure c. Recursively choosing the right child node d. Starting at the leaf nodes and working our way up

Computer Science & Information Technology

There are many methods for coding colors, but the simplest code uses ____________________ bytes of data for each pixel.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Match the following Date functions to their definition:

I. Date function II. Now function III. DateDiff function IV. DateAdd function V. DateSerial function A. Determine the difference between two dates B. Returns the current system date C. Used to manipulate the day, month, and year D. Add or subtract a specific time interval E. Retrieves the current system date and time

Computer Science & Information Technology

An image submit button is created by ____.

A. placing an element in a form B. using an with type image C. using an with type img D. setting the src for a push button

Computer Science & Information Technology