Match the following types of storage devices with their use:

I. Internal hard disks
II. Flash memory cards
III. USB drives
IV. Optical disks
V. Internet hard drive or cloud

A. Storing data through a website service that is accessible from any computer.
B. Popular and portable devices that can store up to 64 GB of data.
C. Used in cameras, smartphones, and GPS navigation systems.
D. Main storage for your computer that cannot be removed.
E. CD, DVD, or Blue-ray.

D, C, B, E, A

Computer Science & Information Technology

You might also like to view...

Which of the following best describes routine in which semicolons, dashes, quotes, and commas are removed from a string?

A. Error handling to protect against program exploitation B. Exception handling to protect against XSRF attacks. C. Input validation to protect against SQL injection. D. Padding to protect against string buffer overflows.

Computer Science & Information Technology

What is the term used for binary search’s run time?

a. Linear run time. b. Quadratic run time. c. Constant run time. d. Logarithmic run time.

Computer Science & Information Technology