COGNITIVE ASSESSMENT
Computer memory and computer storage are available in varying sizes. Which of the following is the largest amount of memory or storage?

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


Answer: B

Computer Science & Information Technology

You might also like to view...

Write a function to input a sound, then create a canvas sound of the same length. Copy samples from the input into the canvas every third position, i.e., copy from index 0 in the input into the canvas at index 0, then copy from index 3 (skipping index 1 and 2) in the input into the canvas at index 3. What do you hear in the canvas sound? Same sound? Faster? Slower?

What will be an ideal response?

Computer Science & Information Technology

If the elements of E(G) are ordered pairs, G is called a(n) ____ graph.

A. undirected B. directed C. weighted D. spanning

Computer Science & Information Technology

Sarah, as the head of a business division, wants to set up a network access account for a new employee.  She should call the _____ to get this done.

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

Computer Science & Information Technology

realloc is conventionally used to

a) allocate memory for a single object b) allocate memory for an array of objects c) change the size of an object previously allocated d) change the contents of an object previously allocated

Computer Science & Information Technology