Multiple choice

File system on a computer is an example of which of the following data structures?

  1. Stack

  2. Tree

  3. Queue

  4. Array

  5. None of the above

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

File system stores information in a hierarchical manner, hence it is an example of tree data structure.