Presentation On Memory Organization in Computer Architecture
Presentation On Memory Organization in Computer Architecture
Presentation On Memory Organization in Computer Architecture
COMPUTER ARCHITECTURE
Presented by:-
Sunu Bania
HimanshuRaj Dutta
TABLE OF CONTENTS:-
MEMORY UNIT
TYPES OF MEMORY
MEMORY HIERARCHY
MEMORY ACCESS METHODS
REFERENCES
CONCLUSION
MEMORY UNIT:-
A memory unit is the collection of storage units or devices together.
The memory unit stores the binary information in the form of bits.
Volatile Memory: This loses its data, when power is switched off.
Primary memory holds only those data and instructions on which the
computer is currently working.
It has a limited capacity and data is lost when power is switched off.
It is a non-volatile memory.
2.Ability:
The ability of the memory hierarchy is the total amount of data the memory can
store.
3. Access Time:
The access time in the memory hierarchy is the interval of the time among the data
availability as well as request to read or write.
2. Cache Memory:
Cache memory is a very high speed semiconductor memory which can speed up the CPU.
It is used to hold those parts of data and program which are most frequently used by the
CPU.
Advantages:
It is very expensive.
3. Main Memory:
The memory unit that communicates directly within the CPU, Auxiliary memory
and Cache memory, is called main memory .
It is made up of RAM and ROM.
1.RAM: Random Access Memory:
Random Access Memory, is a volatile and is more like a temporary storage for
information.
DRAM: Dynamic RAM, is made of capacitors and transistors, and must be refreshed every
10~100 ms . It is slower and cheaper than SRAM.
SRAM: Static RAM, has a six transistor circuit in each cell and retains data, until powered off.
2.ROM: Read Only Memory, is non-volatile and is more like a permanent storage for
information.
PROM(Programmable ROM), EPROM(Erasable PROM)
EEPROM(Electrically Erasable PROM) are some commonly used ROMs.
Auxiliary Memory:
It is not directly accessible to the CPU, and is accessed using the Input / Output channels.
Magnetic Disks:
It is covered with a magnetic coating and stores data in the form of tracks, spots and
sectors.
Hit Ratio:
To access data from any memory, first it must be located and then the data is
read from the memory location.
Following are the methods to access information from memory locations:
1.Random Access:
Main memories are random access memories, in which each memory location
has a unique address.
Using this unique address any memory location can be reached in the same
amount of time in any order.
3.Direct Access: In this mode, information is stored in tracks, with each track
having a separate read/write head.
REFERENCES:
https://www.studytonight.com/computer-architecture/memory-orga
nization
https://www.elprocus.com/memory-hierarchy-in-computer-architect
ure/
CONCLUSION: