answersLogoWhite

0

He added the download to the queue.

(Line)


I saw a queue in the park

(waiting line)
User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you use queue in a sentence?

the barber's favorite braid is the queue


What is a sentence for the word 'queue'?

A queue is a line, as standing in line to get a ticket, or standing in line to buy food. Get back in queue, you! Look at that queue. I've never seen a longer queue in front of the ticket box!


How do you use snaked in a sentence?

The queue of people slowly snaked its way around the block.


What are types of Queue?

Queue is a data structure which is based on FIFO that is first in first out. Following are the types of queue: Linear queue Circular queue Priority queue Double ended queue ( or deque )


What is a good sentence with the word queue in it?

The queue to get into the Natural History Museum usually isn't too long, unless it's a Saturday or Sunday afternoon.A couple of bouncers came out and told everyone to get out of the street and form a queue on the sidewalk.The queue at the post office was so long, I was in there for over an hour.You're supposed to stand directly in front of the ATM screen, so the people in the queue behind you can't see what PIN you type in.


Make sentence with curse?

She told him that she would curse him to all eternity but he merely laughed and said join the queue.


Is this sentence correct The three of you were working diligent on the queue and helping our end users with all their questions and requests?

No, "diligently".


What is the plural of queue?

Queues is the plural of queue.


Which queue most efficient queue using array?

circular queue


What is difference between job queue and ready queue?

Ready queue contain all the jobs that are ready to execute.so the job queue and the ready queue are one and the same.


What is linear queue?

What is linear queue


What is the difference between a priority queue and a circular queue?

A circular queue is similar to the normal queue with the difference that queue is circular queue ; that is pointer rear can point to beginning of the queue when it reaches at the end of the queue. A priority queue is a queue in which each element is inserted or deleted on the basis of their priority. A higher priority element is added first before any lower priority element. If in case priority of two element is same then they are added to the queue on FCFS basis (first come first serve).