Which feature enables you to select and drag items without pressing the mouse button?
A) ButtonLock B) MouseLock C) DragLock D) ClickLock
D
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
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).
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
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