Question: Which data structure uses FIFO (First In First Out) principle?
Options:
Correct Answer: Queue
Solution:
A Queue uses the FIFO principle, where the first element added is the first one to be removed.