Match the following parts of the Windows 10 desktop to their description

I. Action Center
II. File Explorer
III. Notification area
IV. Search box
V. Task View

A. Displays the contents of folders and files on your computer
B. Displays the desktop background with a small image of all open programs and apps
C. Displays app notifications
D. Sometimes referred to as the system tray
E. Can be used with Microsoft's intelligent personal assistant


C, A, D, E, B

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. A boolean expression may evaluate to more than 2 values 2. A function may return a boolean value. 3. In an enumerated data type, different constants may not have the same value. 4. All switch statements can be converted into nested if-else statements 5. All nested if-else statements can be converted into switch statements.

Computer Science & Information Technology

What occurs after a method call?

a) Control is given to the called method. After the method is run, the application con- tinues execution at the point where the method was called. b) Control is given to the called method. After the method is run, the application con- tinues execution with the statement after the called method’s declaration. c) The statement before the method call is executed. d) The application terminates.

Computer Science & Information Technology

?List the procedure to insert Access data in a PowerPoint slide.

What will be an ideal response?

Computer Science & Information Technology

A filter is a condition you apply temporarily to a table or query

Indicate whether the statement is true or false

Computer Science & Information Technology