97.1k views
5 votes
A first-in first-out (FIFO) is a memory unit that stores information in such a manner that the item first in is the item first out. Show how a FIFO memory operates with three counters: a write counter WC that holds the address for the memory write operation; a read counter RCthat holds the address for the read operation; and an available storage counter ASC that indicates the number of items stored. ASC is incremented for every item stored and decremented for every item that is retrieved. The memory unit communicates with MAR and MBR.

User Tcables
by
5.4k points

1 Answer

2 votes

Answer:

tews

Step-by-step explanation:

User Villi Magg
by
5.9k points