Your new forensic workstation came with two 10K-rpm SAS drives and two 7,400rpm drives. You should install the OS onto the slower drives and save the faster drives for the data sets

a. True
b. False

b.

Computer Science & Information Technology

You might also like to view...

A problem can be solved with recursion if

a. it can be broken down into any set of smaller problems b. it can be broken down into at least three different subparts c. it can be broken down into successive smaller problems that are identical to the overall problem d. it can be solved by any method e. None of these

Computer Science & Information Technology

When a programmer writes a driver and individually tests a single function before inserting the function in a program system, the programmer is performing __________.

a. bottom-up testing b. top-down testing c. stepwise refinement d. stub design e. system integration

Computer Science & Information Technology