A USB Flash drive is a(n)  ____  disk.

A. floppy
B. hard drive
C. internal
D. removable


Answer: D

Computer Science & Information Technology

You might also like to view...

Given the following program:

``` public class Test { public static void main(String[] args) { for (int i = 0; i < args.length; i++) { System.out.print(args[i] + " "); } } } ``` What is the output, if you run the program using java Test 1 2 3 a. 3 b. 1 c. 1 2 3 d. 1 2

Computer Science & Information Technology

Which RAID level does NOT provide reliability?

A) 5 B) 1 C) 10 D) 01 E) All these RAID levels provide reliability.

Computer Science & Information Technology

A(n) __________ center is where several corporations lease space and equipment to hold and protect their data.

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

Computer Science & Information Technology

Corruption of information can occur only while information is being stored.

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

Computer Science & Information Technology