Skip to main content

RAM

 
 Random-Access Memory (RAM) is an essential PC component that is used to store short-term memory to keep data when the processor needs it. So whenever you're running an application or streaming a video, all of the data required for the CPU to process is stored in the RAM. Once you end the task, the data stored in the RAM is replaced by the next task the computer starts. This is what's known as "volatile memory". This is not to be confused with long term memory, which is stored on the hard drive and remains there even after the computer is switched off. 

RAM has also been a component subject to great advancement. Most personal computers boast with 16GB or 32GB of RAM, as most people need to run multiple applications at the same time. 

RAM is composed of rows of small squares called 'cells'. The RAM controller finds a specific cell by sending a thin electrical line that's etched into the chip. Any read data flows back through a different line.

RAM may come in two forms: Dynamic (DRAM) or Static (SRAM). DRAM makes up the typical device's RAM, and requires power to retain the data used for short-term. Each cell here has or hasn't a charge in a capacitor. The data needs to be constantly refreshed with an electrical charge to compensate for capacitor leaks. SRAM also requires power, but it does not need to be refreshed the same way DRAM does. This makes SRAM chips larger and more expensive than DRAM.

Comments

Popular posts from this blog

Introduction

 My name is Macdarach. I'm currently a student residing in Galway at Atlantic Technological University studying for software development. My general interest in modern technology and computers led to me choosing this course, as I believe its a good fit for me. Prior to my college days I had built my own PC, where I learned about all of the different components and their intricate designs and functions, and how they work with each other to create a working computer. That's why I'm choosing to write a blog about the features and uses of each of the components. It's a very interesting topic that is from my point of view often overlooked or taken for granted. The patience and precision required to manufacture these parts cannot be underappreciated in the slightest, as it's truly mind-boggling as to how they work. It's a very fascinating industry. I'll go into a deeper dive into the components themselves in my next blog entry.

The Graphics Card

      The graphics card (also known as a video card, or display card) is often the most expensive component of the PC. New graphics cards are always high in demand with in the market given the number of benefits of upgrading this particular component, not to mention its versatility. This of course leads to further price increases. This particular industry has also been subject to a number of issues brought to the market, such as the low supply caused by rising demand for crypto mining as well as being in the midst of a pandemic. This had caused them to be virtually unobtainable for quite some time, but thankfully the state of the market has seen some improvements in recent months.  A graphics card is an adapter used to display visual data with clarity and definition. While certain CPU's may come preinstalled with integrated graphics adapters, negating the need for a dedicated graphics unit for some, it goes without saying that graphics cards are much more efficient a...