Describe the function of the following tools: File Manager, Search, Image Viewer, Uninstaller, Disk Cleanup, Disk Defragmenter, Screen Saver, File Compression, PC Maintenance, Backup and Restore, and Power Management.

What will be an ideal response?

Students' answers should come from Table 9-1:

?

?



Computer Science & Information Technology

You might also like to view...

What is the proper format for creating an external reference with no spaces in the file name located in the same folder as the destination file?

A) [WorkbookName]WorksheetName!RangeOfCells B) [WorkbookName]"WorksheetName"!RangeOfCells C) [WorkbookName]'WorksheetName'!RangeOfCells D) WorksheetName!RangeOfCells

Computer Science & Information Technology

After a finally block has finished executing (and there are no exceptions to be handled), ________.

a. control proceeds to the first statement after the finally block. b. control returns to the throw point. c. the application exits. d. control proceeds to the first statement after the last catch block.

Computer Science & Information Technology