Memory Types
Memory Types
DRAM stands for dynamic random access memory, a type of memory used in most personal computers. Dynamic Random Access Memory must have an electric current to maintain electrical state (refresh). Data is stored in form of charged capacitors Small cell - requires one capacitor and one transistor Refresh operation required every few milliseconds Slower access time but much higher density than SRAM
DDR2 SDRAM
DDR2 SDRAM is the next generation of DDR SDRAM memory. It is mounted on 240-pin DIMM modules, can operate at higher bus speeds (transfers 64 bits of data twice every clock cycle) and have a capacity to hold 256 Mb to 2 GB of memory. DDR2 SDRAM memory is not compatible with current DDR SDRAM memory slots.
Sync SRAM
Sync SRAM is synchronized with the system clock, and increased speed.
Cache Memory
Cache Memory is extremely fast memory that is built into a computers CPU [Called L1], or located next to it on a separate chip [Called L2]. It is used by the CPU to store instructions that are repeatedly required to run programs, improving overall system speed. The advantage of cache memory is that the CPU does not have to use the motherboards system bus for data transfer. Whenever data must be passed through the system bus, the data transfer speed slows to the motherboards capability. The CPU can process data much faster by avoiding the bottleneck created by the system bus.
BIOS
Acronym for Basic Input / Output System, the built-in software that determines what a computer can do without accessing programs from a disk. On PCs, the BIOS contains all the code required to control the keyboard, display screen, disk drives, serial communications, and a number of various functions. The BIOS is typically placed in a ROM chip that comes with the computer (it is often called a ROM BIOS). This ensures that the BIOS will always be available and will not be damaged by disk failures. It also makes it possible for a computer to boot itself. Because RAM is faster than ROM, though, many computer manufacturers design systems so that the BIOS is copied from ROM to RAM each time the computer is booted. This is known as shadowing.