_____ built into the Windows operating system can check a hard drive for errors and optimize it.

A. ?Backup and recovery programs
B. ?File management utilities
C. ?Disk management utilities
D. ?Security programs


Answer: C

Computer Science & Information Technology

You might also like to view...

Is it possible to nest a switch statement inside an if statement?

What will be an ideal response?

Computer Science & Information Technology

To construct a Polygon with three points x1, y1, x2, y2, x3, and y3, use _________.

a. new Polygon(x1, y1, x2, y2, x3, y3) b. new Polygon(x1, y2, x3, y1, y2, y3) c. Polygon polygon = new Polygon(); polygon.getPoints().addAll(x1, y1, x2, y2, x3, y3) d. Polygon polygon = new Polygon(); polygon.getPoints().addAll(x1, y2, x3, y1, y2, y3)

Computer Science & Information Technology

Clicking the Notes Button on the Status bar displays the ________ pane

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which statement regarding 10-Gigabit Ethernet is accurate?

A. you can use Cat-5e or Cat-6 cabling B. it is a good choice for backbone networks C. it is sometimes called Fast Ethernet D. coaxial is a good choice for cabling

Computer Science & Information Technology