Website Development Glossary

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
 
 
Query
 

The words or phrase visitors use to search a database, such as a search engine.

Web Development Services by Originet IBS Inc.



 

 
 
Queue
 

a queue is a buffer abstract data structure where various entities such as data, objects, persons, or events are stored and held to be processed later. The most well known operation of the queue is the First-In-First-Out (FIFO) queue process. A FIFO queue is analogous to a tube. In a FIFO queue, the first element in the queue will be the first one out; this is equivalent to the requirement that whenever an element is added, all elements that were added before have to be removed before the new element can be invoked. Unless otherwise specified, the remainder of the article will refer to FIFO queues.

Source: wikipedia.org

Web Development Services by Originet IBS Inc.



 

 
 
 
 
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z