Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary (also found in English - Vietnamese, English - English (Wordnet), French - Vietnamese)
record
Jump to user comments
data, database, programming 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").