CBSE Class 12 Computer Science
Question 26 of 63
Data Structures in Python — Question 9
Back to all questionsFIFO (First In First Out) list
Reason — A Queue is a FIFO (First In First Out) list, meaning that the item that is first inserted into the queue is also the first one to be removed.