Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,517,742,810 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

list
(redirected from entering the lists)

   Also found in: Dictionary/thesaurus, Legal, Financial, Idioms, Wikipedia 0.07 sec.

list

(1) An arranged set of data, often in row and column format.

(2) In fourth-generation languages, a command that displays/prints selected records. For example, in dBASE, list name address displays all names and addresses in the current file.


list1
Computing a linearly ordered data structure

list2
1. a strip of bark, sapwood, etc., trimmed from a board or plank
2. another word for fillet

list3
the act or an instance of a ship leaning to one side

(data)list - A data structure holding many values, possibly of different types, which is usually accessed sequentially, working from the head to the end of the tail - an "ordered list". This contrasts with a (one-dimensional) array, any element of which can be accessed equally quickly.

Lists are often stored using a cell and pointer arrangement where each value is stored in a cell along with an associated pointer to the next cell. A special pointer, e.g. zero, marks the end of the list. This is known as a (singly) "linked list". A doubly linked list has pointers from each cell to both next and previous cells.

An unordered list is a set.


How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.