A(n) ______ disk is a storage device that contains one or more inflexible, circular platters that use magnetic particles to store data, instructions, and information.

A. solid-state
B. hard
C. flash
D. optical

Answer: B

Computer Science & Information Technology

You might also like to view...

The wrap text feature in Excel:

A) enables data to appear on two or more lines within a cell. B) enables long formulas to wrap to two or more lines within a single cell. C) is most useful with very short titles or column headings. D) can be downloaded as an add-on to Excel 2013.

Computer Science & Information Technology

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

1) ``` Account account1 = new Account("Jane Green"); passes the string argument"Jane Green" to the Account object’s Account method. ``` 2) An important difference between constructors and methods is that constructors must specify a return type of void. 3) Normally, constructors are declared private. 4) We could use a fully implemented Balance property to ensure that the set accessor’s argument is valid before assigning it to the balance instance variable.

Computer Science & Information Technology