DEV Community

Cover image for Memory Systems
A Serputov
A Serputov

Posted on

Memory Systems

Memory Systems.

After searching online about hot field - memory systems, I found this great paper.

The memory system is the storage of information (data) in a computer system. The processor (also called the central processing unit, or CPU) accesses (reads or loads) data from the memory system, performs computations on them, and stores (writes) them back to memory. The memory system is a collection of storage locations. Each storage location, or memory word, has a numerical address. A collection of storage locations from an address space. Figure 1 shows the essentials of how a processor is connected to a memory system via address, data, and control lines.

Image description

Image description

Image description

This is work in progress.

Resources:

https://www.studytonight.com/computer-architecture/memory-organization

https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.103.9197&rep=rep1&type=pdf

Conclusion

It was a Great project to work on and a great course to learn about different ways to optimize code.

Thank you, professor and readers!

⚠️ Computer Architecture Blog Post: Link

Links

🖇 Follow me on GitHub

🖇 Follow me on Twitter

_p.s This post was made for Telescope.

Top comments (0)