Multiple choice knowledge The ascending order of a data hierarchy is: bit-byte-record-field-file-database byte-bit-field-record-file-database bit-byte-field-record-file-database 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.