A______data structure goes in order of arrival.
_______means First in, First out.
A _______data structure data is pushed onto the stack and uses _______
Last in, First out.

-queue
-FIFO
-LIFO
-stack