While checking the print queue, a technician determines that a print job at the top of the queue requires a paper size not loaded in the printer. Which of the following is the BEST option to get the other print jobs to print until the issue can be resolved?

A. Force the job to print on the paper that is loaded in the printer.
B. Lower the priority of the jammed print job.
C. Delete all print jobs and have all the users resubmit the print jobs.
D. Increase the priority of all other jobs in the print queue.


Answer: B. Lower the priority of the jammed print job.

Computer Science & Information Technology

You might also like to view...

Variations of the linked list are

A) doubly-linked list. B) circular linked list. C) triply linked list. D) A and B E) None of the above

Computer Science & Information Technology

A recursive computation of the size of a list can work as follows:

A) set a local counter to zero; loop through the list, incrementing the counter by one at each element of the list; return the counter B) recursively compute the size of the tail, add one, and return the result C) if the list is not empty, recursively compute the size of its tail, add one, and return the result D) if the list is empty, return zero; otherwise, recursively compute the size of the tail, add one, and return the result

Computer Science & Information Technology

The _________________________ consists of tabs, groups, and commands.

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

Computer Science & Information Technology

The default font in Microsoft Word 2010 is ________

Fill in the blank(s) with correct word

Computer Science & Information Technology