COMPUTER HARDWARE
STORAGE DEVICES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Record
|
|
File
|
|
Field
|
|
Database
|
Detailed explanation-1: -Answer. A field is a single piece of information; a record is one complete set of fields; and a file is a collection of records. A database is a collection of organized tables. Each table is a collection of related records.
Detailed explanation-2: -A table has records (rows) and fields (columns). Fields have different types of data, such as text, numbers, dates, and hyperlinks.
Detailed explanation-3: -A record is a collection of fields, possibly of different data types, typically in a fixed number and sequence. The fields of a record may also be called members, particularly in object-oriented programming; fields may also be called elements, though this risks confusion with the elements of a collection.
Detailed explanation-4: -In simplest terms, a record is a fixed number of bytes containing data. Often, a record collects related information that is treated as a unit, such as one item in a database or personnel data about one member of a department.
Detailed explanation-5: -A record is also known as a tuple.