Multiple choice

Which of the following places the common data elements in order from smallest to largest?

  1. Character, file, record, field, database

  2. Character, record, field, database, file

  3. Character, field, record, file, database

  4. Bit, byte, character, record, field, file, database,

  5. None of these

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

Data hierarchy in computing progresses from the smallest unit of storage to the largest. A character is a single unit, which forms a field, multiple fields form a record, multiple records form a file, and a collection of files forms a database.