



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The different types of main memory, including Read Only Memories (ROM) and Read/Write Memories (RAM), their characteristics, and the differences between them. It also covers other types of memory such as cache memory and virtual memory.
Typology: Lecture notes
1 / 5
This page cannot be seen from the preview
Don't miss anything!




The memory unit can be implemented using a variety of memory chips- different speeds, different manufacturing technology, and different sizes. The main memory types are:
ROMs allow only read operation to be performed. This memory is non-volatile. Most ROMs are programmed and cannot be altered. This type of ROM is cheaper to manufacture than other types of ROM. The program that controls the standard I/O functions (called BIOS) and configuration software are kept in ROM,.
A- Programmable ROM (PROM).
B- Erasable PROM (EPROM) is read only memory that can be reprogrammed using special equipment.
C- EAPROM, Electrically Alterable Programmable ROM is a Read Only Memory that is electrically reprogrammable.
Read/Write memory is commonly referred to as Random Access Memory (RAM), it is divided into static and dynamic.
A-Static RAM (SRAM): used for implementing CPU registers and used for special high speed memory called cache memory this greatly improves system performance. Static RAM keeps its value without having to be refreshed.
B-Dynamic RAM (DRAM), the bulk of main memory in a typical computer system consists of dynamic Ram. DRAM is where programmed, data are kept when a program is running. It must be refreshed with in less than a millisecond or losses its contents.
1 - Stand foe Random - Access memory 1 - stand for Read Only Memory
2 - Read /Write memory 2 - READ Only Memory
3 - Sending data (writing) to RAM memory address is called destructive write because the new data erases whatever was there before
3 - Sending data to ROM memory address is in effective because the contents of ROM can not changed (write not allowed ) because this memory for read only
4 - form of primary storage(main memory) for holding temporary data and instruction
4 - form of primary storage(main memory) for holding permanent data and instruction
5 - Volatile : program and data are erased when the power is off
5 - Permanent : program and data are intact even power is off 6 - Type of RAM is a- Static RAM b- Dynamic RAM
6 - Type of ROM is a- PROM b-EPROM c- EAPROM
. It contains the processor, main memory, connectors, and expansion slots for optional cards. The slots and connectors provide access to such components as ROM, RAM, hard disk, CD-ROM drive, additional memory, video unit, keyboard, mouse, parallel and serial device, sound adapter and cache memory. A bus with wires attached to the system board connects the components. It transfers data between the processor, memory and external devices.
computer motherboard that contains instructions and setup for how your system should boot and how it operates. To the right is a picture of what a BIOS chip may look like in your computer. The BIOS includes instructions on how load basic computer hardware and includes a test referred to as a POST (Power On Self Test) that helps verify the computer meets requirements to boot up properly, if the computer does not pass the POST, you will receive a combination of beeps indicating what is malfunctioning within the computer.
In most PCs, the BIOS have four main functions:-
starting process of loading operation system. Additional information on the POST can be found on our POST/Beep Code Page.
system located, BIOS will pass the control to it.
hardware. When running DOS or Windows you are using complete BIOS support.
hardware setting including system setting such as computer password, time, and data.