Domanda di colloquio di Microchip Technology

What is a fifo structure?

Risposta di colloquio

Anonimo

2 mar 2024

First in First out data structure that can either be done in software or hardware to handle data flow. Fifo is full when head + 1 == tail, empty when head == tail.