The statement that is NOT a fact about the stack is:
The stack operates as FIFO ("first in, first out").
The stack operates as LIFO ("last in, first out"), meaning that the last item added to the stack is the first one to be removed. FIFO describes how a queue operates instead.