Question: How are trees commonly used in real-world applications?
Options:
Correct Answer: To represent hierarchical data like file systems
Solution:
Trees are commonly used to represent hierarchical data, such as file systems, where each node can have multiple children.