A technician wants to setup hardware RAID 5 for a Windows 7 computer to prevent data loss. Which of the following locations would the technician MOST likely change the setting?

A. Disk Manager
B. Device Manager
C. Windows Boot DVD
D. The BIOS


Answer: D. The BIOS

Computer Science & Information Technology

You might also like to view...

What is wrong with the following attempted c-string declaration and initialization?

char str1[5]={'a', 'b', 'c'}; a. There are only 3 values in the braces b. The single quotes should be double quotes c. The values do not constitute a c-string d. nothing

Computer Science & Information Technology

If a class does not define constructors, the compiler provides a default constructor with no parameters, and the class’s instance variables are initialized to ________.

a. zero b. null c. their default values. d. false

Computer Science & Information Technology

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

1. A recursively written method will usually run slower and use more storage than an equivalent iterative version. 2. A recursive method must never return a value.

Computer Science & Information Technology

A group of wireless devices are using each other as relays to share a network connection across a large area.   Which of the following network categories is being used?

A. PAN B. WLAN C. MAN D. WMN

Computer Science & Information Technology