Multiple choice technology programming languages A ‘Queue’ Collection provides ‘first-in-first-out’ functionality: True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation A Queue is a standard linear data structure that operates on a First-In-First-Out (FIFO) basis, where elements added first are removed first.