Hierarchy of Data: Chapter 6: Information Systems ICT Form 5
Hierarchy of Data: Chapter 6: Information Systems ICT Form 5
Bit
The bit is represented by
0 for OFF or , 1 for ON
It is a binary digit. It is the smallest unit of data the computer can store in a database.
Byte
A byte is a collection of bits. Each byte consists of eight bits. Each byte represents a character.
Field
A field is a unit of data consisting of one or more characters (bytes). A field is the smallest unit of meaningful information in the database.
Field
The field name describes the data that should be entered into the field, such as Student ID, Name, Address and MyKad Number.
Field
Record
A record is a collection of related fields.
Example: Each record stores data about a students.
Record
File
A file is a collection of related records.
File
Hierarchy of Data
FILE
Hierarchy of Data
Hierarchy is a series of ordered groupings in a system, beginning with the smallest unit to the largest. Data is organized in a hierarchy that begins with the smallest to the largest unit of the data, as it progresses up the hierarchy. Together, bits, bytes, fields, records, files and database form the hierarchy of data.
Hierarchy of Data