The RAM, standing for "Random Access Memory ", is a computer memory component in charge of temporary storing working data. The RAM storage is non-persistent. The memory stay accessible until the component is no longer powered.
RAM is like [Working memory](Working%20memory.md). They store a limited amount of items, but each items can be abstracted in bigger chunks using multiplexing and demultiplexing circuitries.
## References :
<iframe width="100%" height="415" src="https://www.youtube.com/embed/fpnE6UAfbtU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
- [Computer Science Distilled - Wladston Ferreira Filho](Computer%20Science%20Distilled%20%20-%20Wladston%20Ferreira%20Filho.md)
- [Code The Hidden Language Of Commputer Hardware And Software](Code%20-%20The%20Hidden%20Language%20Of%20Computer%20Hardware%20And%20Software%20-%20Charles%20Petzhold.md)