Question

Suppose we have a printer shared between various machines in a network, and any machine or computer in a network can send a print request to the printer. But, the printer can serve a single request at a time, i.e., a printer can print a single document at a time. When any print request comes from the network, and if the printer is busy, the printer's program will put the print request in a __________ .

A Queue Correct Answer Incorrect Answer
B Stack Correct Answer Incorrect Answer
C Array Correct Answer Incorrect Answer
D Linked List Correct Answer Incorrect Answer
E Any of the above Correct Answer Incorrect Answer

Solution

The correct answer is A

Practice Next
×
×