Hyper Dictionary

English Dictionary Computer Dictionary Thesaurus Dream Dictionary Medical Dictionary


Search Dictionary:  

Meaning of RECORD

Pronunciation:  [v]ri'kord, 'rekord

Matching Terms:  record album, record changer, record company, record cover, record hop, record jacket, Record Management Services, record player, Record Separator, record sleeve, record(a), Recordance, Recordation, recordbook, record-breaker, record-breaking, recorded, recorder, recorder player, Recordership, record-holder, Recording, recording equipment, recording label, recording machine, recording studio, recording system, record-keeper, Recorporification

Computing Dictionary
 
 Definition: 

An ordered set of fields, usually stored contiguously. The term is used with similar meaning in several different contexts. In a file, a "record" probably has some fixed length, in contrast to a "line" which may have any length and is terminated by some End Of Line sequence). A database record is also called a "row". In a spreadsheet it is always called a "row". Some programming languages use the term to mean a type composed of fields of several other types (C calls this a "struct").

In all these cases, a record represents an entity with certain field values.

Fields may be of a fixed width (bits or characters) or they may be separated by a delimiter character, often comma (CSV) or HT (TSV).

In a database the list of values of a given field from all records is called a column.

 
 Sponsored Links: 
 

 

COPYRIGHT © 2000-2003 WEBNOX CORP. HOME | ABOUT HYPERDICTIONARY