Multiple choice technology programming languages

A ‘Queue’ Collection provides ‘first-in-first-out’ functionality:

  1. True

  2. 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.