For purposes of a data storage on a computer, a ____ is the largest of the following four measurements.

A. megabyte (MB)
B. gigabyte (GB)
C. terabyte (TB)
D. kilobyte (KB)


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following will read values from the keyboard into the array? (Assume the size of the array is SIZE).

a. cin >> array; b. cin >> array[]; c. cin >> array[SIZE]; d. for(i=0;i> array[i];

Computer Science & Information Technology

Which of the following statements is false?

a. All exceptions must derive from the class Throwable. b. The class Throwable provides the method getStackTrace that outputs the stack trace to the standard error stream. c. The class Throwable provides the method getMessage that returns the descriptive string stored in an exception. d. The string returned from class Throwable’s getMessage method contains the name of the exception’s class.

Computer Science & Information Technology

Which is a report generated by a management information system?

a. detail report b. summary report c. exception report d. all of the above

Computer Science & Information Technology

Which of the following is a feature on your mobile device that allows the Yelp app to provide a list of restaurants that are close to you?

A. Location-based services B. MMS C. Real-time information D. Crowdsourcing

Computer Science & Information Technology