How Computers Remember
How Computers Remember February 20, 2019 by thepigeonfighter A brief explanation of Computer Memory In the last post I explained how the ALU in your CPU works. As impressive as that is it doesn’t do very much good unless you can store the results. Which brings us to the problem of how can computers store memory. In general there are two types of memory that most computers employ. There is temporary memory and persistent memory. We will be spending our time explaining the temporary memory. Suffice it to say that persistent memory are things that are written to your hard drive or other storage device. Whereas the bulk of temporary memory is stored in your RAM(Random Access Memory). The difference is that when the power is removed from your RAM all the memory is effectively lost. With hard drives on the other hand the data persists even without power. ...