The document discusses computer memory, including primary memory like RAM and ROM, and secondary memory. RAM is volatile and used for temporary storage, while ROM is non-volatile and stores permanent data. RAM includes dynamic RAM and static RAM. ROM types are PROM, EPROM, and EEPROM. Secondary memory includes hard drives, floppy disks, magnetic tape, flash memory, and optical disks for non-volatile storage.
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
32 views
Computer Memory and Chipsl
The document discusses computer memory, including primary memory like RAM and ROM, and secondary memory. RAM is volatile and used for temporary storage, while ROM is non-volatile and stores permanent data. RAM includes dynamic RAM and static RAM. ROM types are PROM, EPROM, and EEPROM. Secondary memory includes hard drives, floppy disks, magnetic tape, flash memory, and optical disks for non-volatile storage.
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 21
COMPUTER
MEMORY & CHIPS
DISCUSSANT: Mary Jean Caballes Table of contents: Memory Types of Memory Primary Memory Cache: Memory units Secondary memory COMPUTER MEMORY MEMORY
A physical device that
is used to store data information and program in a computer. It's also called as a main memory or primary memory. Primary Memory • RAM (Random access memory) – Random Access Memory (RAM) is a type of data storage used in computers that is generally located on the motherboard. This type of memory is volatile. Two types of Random access memory 1.Dynamic RAM 2.Static Memory Two types of Random access memory • Dynamic RAM – dynamic indicates that the memory must be constantly refreshed (reenergized) or it will lose its contents. • Static Memory – A computer memory that contains fixed information and retains its programmed state as long as the power is on. ROM (Read only memory) • ROM (Read only memory) – Once data has been written onto a ROM chip, it cannot be removed and can only be read. Unlike main memory (RAM),ROM is referred to as being nonvolatile. Three types of Read only memory (ROM) 1.PROM 2.EPROM 3.EEPROM PROM 🔹 PROM stands for Programmable Read Only Memory. This form of ROM is initially blank. The user or manufacturer can write data/program on it by using special devices. However, once the program or data is written in PROM chip, it cannot be changed. If there is an error in writing instructions or data in PROM, the error cannot be erased. PROM chip becomes unusable. EPROM 🔹EPROM stands for Erasable Programmable Read Only Memory. This form of ROM is also initially blank. The user or manufacturer can write program or data on it by using special devices. Unlike PROM, the data written in EPROM chip can be erased by using special devices and ultraviolet rays. So program or data written in EPROM chip can be changed and new data can also be added. When EPROM is in use, its contents can only be read. EEPROM 🔹EEPROM stands for Electrically Erasable Programmable Read Only Memory. This kind of ROM can be written or changed with the help of electrical devices. So data stored in this type of ROM chip can be easily modified. Secondary memory 🔹Secondary memory is a computer memory that is not directly accessed by the central processing unit (CPU) of a computer and is usually available as non- volatile memory. Common forms of secondary memory 1.Hard Drive 2.Floppy disk 3.Magnetic Tape 4.Flash memory 5.Optical disk 1.Hard Drive – a rigid non-removable magnetic disk with a large data storage capacity. 2.Floppy disk - A floppy disk, also called a diskette or just disk, is a type of disk storage composed of a disk of thin and flexible magnetic storage medium, sealed in a rectangular plastic carrier lined with fabric that removes dust particles. Floppy disks are read and written by a floppy disk drive (FDD). 3.Magnetic Tape – Magnetic tape used in recording sound, pictures, or computer data. 4.Flash memory – a kind of memory that retains data in the absence of a power supply. 5.Optical disk – an electronic data storage medium that can be written to and read using a low-powered laser beam. TWO MAIN PARTS OF MEMORY 1.RAM (RANDOM ACCESS MEMORY) 2.ROM (READ ONLY MEMORY) Two main parts of memory: 1. RAM(random access memory) ►a type of data storage(memory elements) used in computer that temporary stores of program and data. It is volatile. 2. ROM(read only memory) ►a type of data storage used in computer that permanently stores data and program. It is non- volatile. THREE TYPES OF RAM 1. 2 3. COMPARISON OF TWO MAIN PARTS OF PRIMARY MEMORY: RAM(Random Access ROM(Read Only Memory) Memory) ▪volatile ▪ non-volatile ▪ Can swap instructions in ▪ Can't swap instructions and out in and out ▪ Intended to store ▪ Intended to store temporary data permanent data ▪Can be upgraded ▪Can't be upgraded