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
Post a Comment