Printer Friendly
The Free Dictionary
1,035,594,989 visitors served.
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

record
(redirected from recording)

   Also found in: Dictionary/thesaurus, Medical, Legal, Acronyms, Idioms, Wikipedia, Hutchinson 0.01 sec.

(1) Pronounced "reck-erd," a group of related fields that store data about a subject (master record) or activity (transaction record). A collection of records make up a file.

Master records contain permanent data, such as account number, and variable data, such as balance due. Transaction records contain only permanent data, such as quantity and product code. See master file and transaction file for examples of record contents.

(2) In certain disk organization methods, a record is a block of data read and written at one time without any relationship to records in a file.

(3) Pronounced "ruh-kord," to capture audio or video on a tape, disk or electronic recording device.


(data, database, programming)record - 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.

?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2008 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.