The _____________ option starts your computer with a minimal set of drivers

a. Last Known Good Configuration
b. Safe Mode
c. System Restore
d. All of the above.


B.

Computer Science & Information Technology

You might also like to view...

What is not a good task for a macro?

A) Group a series of commands into one database object B) Automate repetitive tasks C) Automate a one-time event D) Perform a specific action

Computer Science & Information Technology

You need to create Internet access for customers while onsite. You need to prevent the customers from accessing any corporate data. What can you do?

A. configure a guest wireless network B. implement a DMZ C. disable NAT on the wireless network D. assign static IPs for all devices

Computer Science & Information Technology

Which two C++ statements can be used to code pretest loops?

A. if, while B. switch, if C. for, while D. for, switch

Computer Science & Information Technology

If a queue is implemented as the ADT list, which of the following queue operations can be implemented as list.get(1)?

a) enqueue() b) dequeue() c) isEmpty() d) peek()

Computer Science & Information Technology