F Memory
F Memory
Lecture F
Memory
Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location is known as its addressability Each location stores a word i.e. the number of bits that can be processed by the CPU in a single operation. Word length may be typically 16, 24, 32 or as many as 64 bits. A large word length improves system performance, though may be less efficient on occasions when the full word length is not used
Types of RAM
1. Dynamic Random Access Memory (DRAM) Contents are constantly refreshed 1000 times per second Access time 60 70 nanoseconds
Note: a nanosecond is one billionth of a second! 2. Synchronous Dynamic Random Access Memory (SDRAM)
Quicker than DRAM Access time less than 60 nanoseconds 3. Direct Rambus Dynamic Random Access Memory (DRDRAM) New type of RAM architecture Access time 20 times faster than DRAM More expensive
Types of RAM
4. Static Random Access Memory (SRAM) Doesnt need refreshing Retains contents as long as power applied to the chip
Memory (SRAM)
CPU
= Bus connections
Types of RAM
6. Video Random Access memory Holds data to be displayed on computer screen Has two data paths allowing READ and WRITE to occur at the same time
The BIOS provides a consistent way for application programs and operating systems to interact with the keyboard, display, and other input/output devices.
Types of ROM
1. Programmable Read Only Memory (PROM) Empty of data when manufactured May be permanently programmed by the user 2. Erasable Programmable Read Only Memory (EPROM)
EPROM Programmer
Types of ROM
3. Electrically Erasable Programmable Read Only Memory (EEPROM) Reprogrammed electrically without using ultraviolet light Must be removed from the computer and placed in a special machine to do this
Programming EEPROM
End