queueing

IPA/kjuː/
IPA/kjuː/

queueing — noun

1. A group of people standing one behind the other, or a line of cars, waiting for

1.名詞B1
釋義

A group of people standing one behind the other, or a line of cars, waiting for their turn to do something such as buy a ticket, enter a building, or be served at a counter.

例句

A long queue of passengers had formed outside the train station ticket office by six o'clock in the morning.

collocation: a long queue of [people]

Tara joined the queue for the new art exhibition and waited nearly an hour before reaching the entrance.

同義詞
  • line

    Standard American English equivalent for a queue of people or vehicles

  • waiting line

    Slightly more formal term for a queue, used in both British and American English

  • crocodile

    UK informal; a line of schoolchildren walking in pairs

文法句型

a queue of [people/vehicles]

queue for [something]

用法筆記

Queue is the standard word in British English; American English uses line for this sense. The verb sense (to queue) is also chiefly British.

常見錯誤

Stand in a queue line please.
Stand in a queue please.
💡queue already means a line, so adding line is redundant.
I waited in the queue for two hours.' (correct but too general)
I waited in the queue for two hours before reaching the counter.
💡a more specific context helps.

2. A list of tasks, messages, or requests that a computer system stores temporarily

2.名詞B2
釋義

A list of tasks, messages, or requests that a computer system stores temporarily and processes one after another in the order they were received.

例句

The printer queue showed fifteen documents waiting to be printed, so Ryo cancelled the ones he no longer needed.

collocation: printer queue

When the mail server failed, messages piled up in the outgoing queue and were sent after the restart.

collocation: outgoing queue

同義詞
  • waiting list

    Used for tasks or jobs awaiting processing, especially in non-technical contexts

  • buffer

    A temporary storage area that holds data, but not necessarily in sequential order

文法句型

[print/message/job/task] queue

用法筆記

Unlike the line-of-people sense, this computing sense is universal across all varieties of English. Common collocations include print queue, message queue, job queue, and download queue.

常見錯誤

My documents are waiting in the line.' (using 'line' for a computing queue)
My documents are waiting in the queue.
💡in computing, queue is the standard term in all varieties of English.

3. A plaited length of hair worn hanging from the crown area down the spine, tradit

3.名詞C1
釋義

A plaited length of hair worn hanging from the crown area down the spine, traditionally worn by men in Qing-dynasty China and by certain 18th-century European soldiers.

例句

In many 19th-century portraits, Chinese officials are shown with a long queue of braided hair hanging down their backs.

The museum showed a photograph of men with shaved foreheads and a single plaited queue.

historical context: Qing-era hairstyle

同義詞
  • pigtail

    A braid of hair, but usually one of a pair worn on the sides rather than at the back

  • braid

    A general term for any plaited length of hair

文法句型

wear a queue

a queue of hair

用法筆記

This sense is historical rather than modern. When used about Qing-dynasty China, the queue hairstyle had political significance — wearing it was a mark of submitting to Manchu rule. The word queue in this sense is also used for certain 18th-century European military wigs that featured a small braided tail.

4. A way of organizing data in a computer program where new items are added at the

4.名詞C1
釋義

A way of organizing data in a computer program where new items are added at the back and existing items are taken out from the front, following a first-in, first-out order.

例句

In computer science class, Maeve learned how to implement a queue data structure using an array and two pointers.

collocation: implement a queue data structure

Nadia implemented a queue in her online shop to process customer orders in the order they arrived.

concrete usage: queue for order processing in an online shop

同義詞
  • FIFO queue

    Explicitly names the first-in, first-out property of the structure

  • circular buffer

    A related data structure where the storage wraps around, but not exactly the same

反義詞
  • stack

    A LIFO (last-in, first-out) data structure, opposite ordering principle

文法句型

implement a queue

queue data structure

用法筆記

This is a computer science term referring specifically to the abstract data type (ADT) with enqueue and dequeue operations. It differs from the general computing sense (sense 2) by focusing on the formal algorithmic structure rather than the practical collection of waiting tasks.

常見錯誤

A queue removes the item added most recently.
A queue removes the item added earliest.
💡a queue uses FIFO (first-in, first-out), not LIFO. A stack removes the most recent item.

queueing — verb