_____ allows you to click at the beginning and end of text that you want to highlight instead of holding the mouse button down while dragging over the text.
A. ClickLock
B. SelectLock
C. TextLock
D. HighlightLock
Answer: A
You might also like to view...
Match the following terms with their description
I. Disk defragmenter II. Disk cleanup utility III. Mission-critical information IV. Backing up V. Incremental backup A. If lost, will result in the failure of business operations B. Only backs up files that have changed C. Safely deletes files D. The process of making copies of important files E. Helps improve disk efficiency
Which of the following is NOT a citation formatting source suggested in the text?
A) American Psychological Association B) Council of Science Editors C) Modern Language Association D) Chicago Manual of Style
A recursive algorithm usually contains a(n) ____ instruction that causes the algorithm to keep calling itself until the base condition is met.
A. For B. Stop C. IF/ELSE D. Start
Consider the following heap:78 67 32 56 8 23 19 45What would be the heap obtained after calling deleteHeap?
A. 67 56 32 45 8 23 19 B. 67 32 56 8 23 19 45 C. 78 32 56 8 23 19 45 D. 78 67 32 56 8 23 19