Data Structure Queues Question #5757
MCQ Single Best Answer Easy

QWhich of the following is not a common application of a queue?

ID: #5757 Queues 139 views
Question Info
#5757Q ID
EasyDifficulty
QueuesTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Processing tasks in the order they are received
  • B Implementing a breadth-first search algorithm in a graph
  • C Storing data in a database
  • D Printing documents in the order they are sent to a printer
Correct Answer: Option C

Explanation

Answer: c) Storing data in a database

Explanation: While a queue can be used to store data temporarily in memory, it is not commonly used to store data in a database.

Share This Question

Challenge a friend or share with your study group.