Which of the following RAID configurations combines disk striping with disk mirroring?

a. RAID 1
b. RAID 10
c. RAID 3
d. RAID 5


ANS: B

Computer Science & Information Technology

You might also like to view...

What output is produced by the following code fragment?

``` for (int val = 200; val >= 0; val -= 1) if (val % 4 != 0) System.out.println(val); ```

Computer Science & Information Technology

The accompanying figure shows ____ editing window features in use.

A. roundtrip B. linked C. integrated D. embedded

Computer Science & Information Technology

Some people refer to drawn illustrations as ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

By default, table borders do not print

Indicate whether the statement is true or false

Computer Science & Information Technology