In printing systems using ____, a disk accepts output from several users and acts as a temporary storage area for all output until the printer is ready to accept it.

A. phishing
B. lagging
C. spooling
D. spoofing


Answer: C

Computer Science & Information Technology

You might also like to view...

A friend function needs to be passed an object of the class. If the friend only needs to access the object, but not change its data members, then the object should be passed as _______________

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

Computer Science & Information Technology

What is the output for the following code segment:

int p, q, r; p = 10; q = 3; r = -2; if ((p + q) < 14 && (r < q – 3)) cout << r; else cout << p;

Computer Science & Information Technology

Which of the following connection types is MOST likely to be used to connect an internal hard drive to a computer?

A. IDE B. DVI C. Parallel D. eSATA

Computer Science & Information Technology

Patch panels serve as your first line of defense in organizing cables.

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

Computer Science & Information Technology