Match the drive specification with the description taking into consideration that the drive is a 40x/12x/48x drive

40x
12x
48x

A) Read-only speed
B. Write speed
C. Read/write speed

B, C, A

Computer Science & Information Technology

You might also like to view...

To prevent others from changing the formulas and formatting of a worksheet, you should use ________

A) validation B) standardization C) protection D) uniformity

Computer Science & Information Technology

What is the output of the following code?

``` String s = "University"; s.replace("i", "ABC"); System.out.println(s); ``` a. UnABCversity b. UnABCversABCty c. UniversABCty d. University

Computer Science & Information Technology