Which of the following storage units is the LARGEST?

A. Gigabyte
B. Kilobyte
C. Terabyte
D. Megabyte


Answer: C

Computer Science & Information Technology

You might also like to view...

Consider a method of the form

void printPoint(Point p) { //Code not shown } where Point is a generic type. When the method is called, the only objects that may be passed for the parameter p are A) Point objects only B) Point objects, where T is the Number class, or is any subclass of Number C) Point objects, where T is the Number class, or is any superclass of Number D) All of the above

Computer Science & Information Technology

Which of the following traversals visits the root before visiting the left and right subtrees?

a) Preorder b) Inorder c) Postorder d) Level-order e) none of the above

Computer Science & Information Technology

A Communications Controller in SNA is responsible for

a. controlling communications links b. routing data in the network c. connecting directly to the Host Processor d. all of the above

Computer Science & Information Technology

Details view displays the name of each file along with a small icon that indicates its type. 

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

Computer Science & Information Technology