Chapter 5 Flashcards
Queue
A structure in which elements are added to the rear and removed from the front; a “first in, first out” (FIFO) structure
Multitask
Perform more than one task at a time
Concurrency
Several interacting code sequences are executing simultaneously, possilby through an interleaving of the statements by a single processor, possibly through execution on distinct processors
A structure in which elements are added to the rear and removed from the front; a “first in, first out” (FIFO) structure
Queue
Perform more than one task at a time
Multitask
Several interacting code sequences are executing simultaneously, possilby through an interleaving of the statements by a single processor, possibly through execution on distinct processors
Concurrency