Dictionary
Thesaurus
Quotes
Encyclopedia
Translator
Commonly Confused
Did you know: You may expect "Ouija" in Oujia board to have some magical origin. Here's the real deal.

queue

 - 4 dictionary results

queue

[kyoo] noun, verb,queued, queu·ing.
–noun
1.
a braid of hair worn hanging down behind.
2.
a file or line, esp. of people waiting their turn.
3.
Computers. a FIFO-organized sequence of items, as data, messages, Jobs, or the like, waiting for action.
–verb (used without object), verb (used with object)
4.
to form in a line while waiting (often fol. by up).
5.
Computers. to arrange (data, jobs, messages, etc.) into a queue.

Origin:
1585–95; < MF < L cauda, cōda tail

queuer, noun

cue, queue, Kew.
Dictionary.com Unabridged
Based on the Random House Dictionary, © Random House, Inc. 2010.
Cite This Source Link To queue
World English Dictionary
queue (kjuː) [Click for IPA pronunciation guide]
 
n
1.  a line of people, vehicles, etc, waiting for something: a queue at the theatre
2.  computing a list in which entries are deleted from one end and inserted at the other
3.  a pigtail
4.  jump the queue See queue-jump
 
vb (often foll by up) , queues, queuing, queueing, queued
5.  to form or remain in a line while waiting
6.  computing to arrange (a number of programs) in a predetermined order for accessing by a computer
 
[C16 (in the sense: tail); C18 (in the sense: pigtail): via French from Latin cauda tail]

Collins English Dictionary - Complete & Unabridged 10th Edition
2009 © William Collins Sons & Co. Ltd. 1979, 1986 © HarperCollins
Publishers 1998, 2000, 2003, 2005, 2006, 2007, 2009
Cite This Source
Word Origin & History

queue
15c., "tail of a beast" (heraldic term), from Fr. queue "a tail," from O.Fr. cue "tail," from L. coda (dialectal variant of cauda) "tail," of unknown origin. The M.E. metaphoric extension to "line of dancers" led to extended sense of "line of people, etc." (1837). Also used 18c. in sense of "braid of hair" (first attested 1748). The verb meaning "to stand in a line" is recorded from 1927 (implied in queuing). Churchill is said to have coined Queuetopia (1950), to describe Britain under Labour or Socialist rule.
Online Etymology Dictionary, © 2010 Douglas Harper
Cite This Source
Computing Dictionary

queue definition

programming
A first-in first-out data structure used to sequence objects. Objects are added to the tail of the queue ("enqueued") and taken off the head ("dequeued").
For example, an operating system might use a queue to serialise concurrent demands for a resource such as a printer, processor or communications channel. Users might place files on a print queue and a background process or "demon" would take them off and print them. Another common use is to pass data between an interrupt handler and a user process.
(2007-05-18)

The Free On-line Dictionary of Computing, © Denis Howe 2010 http://foldoc.org
Cite This Source
Search another word or see queue on Thesaurus | Reference