Question

Identify the correct method of insertion and removal followed by a queue.(1 point)
Responses

LIFO
LIFO

FILO
FILO

FIFO
FIFO

LIFO and FILO

Answers

GPT-4o mini
The correct method of insertion and removal followed by a queue is **FIFO** (First In, First Out). This means that the first element added to the queue will be the first one to be removed.

Related Questions