76.4k views
1 vote
If the data needs to be processed in a First In First Out (FIFO) manner, we typically use a(n) ____.

A.
stack

B.
queue

C.
map

User Smartmouse
by
4.7k points

1 Answer

3 votes

Answer:

B. queue

Step-by-step explanation:

If the data needs to be processed in a First In First Out (FIFO) manner, we typically use a queue.

User JonLord
by
5.3k points