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

Responses

LIFO
LIFO

FILO
FILO

FIFO
FIFO

LIFO and FILO

1 answer

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.