Multiple choice Which of the following does not relate to stacks? Piles FIFO lists LIFO lists Push _ Reveal answer Fill a bubble to check yourself B Correct answer Explanation The queue is an abstract data type that obeys a first In first out rule. It is used where elements are processed in the order in which they arrive.