Multiple choice knowledge

The ascending order of a data hierarchy is:

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

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

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

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

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

Data hierarchy in ascending order is: bit (smallest) → byte → field (combination of bytes) → record (combination of fields) → file (combination of records) → database (collection of files). Option C correctly orders these from smallest to largest.