Multiple choice

The ascending order of a data hierarchy:

  1. byte-bit-record -file-field-database

  2. bit-byte-field-record-file-database

  3. bit-byte-record-field-file-database

  4. byte-bit-field-record-file-database

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Data hierarchy organizes data from smallest to largest: bit (smallest unit), byte (8 bits), field (group of bytes forming a data element), record (collection of related fields), file (collection of related records), and database (collection of related files). This ascending order reflects how data is structured and organized in database systems.