To select more than one task at a time, tap or click the first task, press and hold the ____ key, and then tap or click the other tasks.

A. F3
B. SHIFT
C. ALT
D. CTRL


Answer: D

Computer Science & Information Technology

You might also like to view...

What is displayed by the C++ statements that follow if the value input is 0?

``` cin >> color; switch (color) { case 0: case 1: cout << "red "; case 2: cout << "blue "; case 3: cout << "green "; case 4: cout << "yellow "; } cout << endl; ``` a. no output b. red c. yellow d. red blue green yellow

Computer Science & Information Technology

How can the quick sort avoid the worst possible Big-O complexity?

a. By checking if the array is already sorted b. This is impossible c. By removing duplicate elements d. By not using a pivot element

Computer Science & Information Technology

To compress an image file, use a ________ compression

A) lossy B) lossless C) spotlight D) default

Computer Science & Information Technology

?A _____ involves breaking a project down into a series of smaller tasks.

A. ?work breakdown structure (WBS) B. ?value breakdown structure (VBS) C. ?risk breakdown structure (RBS) D. ?concept breakdown structure (CBS)

Computer Science & Information Technology