Memory ICS Notes
Memory ICS Notes
Computer Memory
Class: Pre-Fsc
Computer Memory
Memory characteristics
1. Access mode
2. Access time
4. Capacity
5. Cost
Access mode
Memory has two major access modes, Sequential and Random.
1. Sequential access mode memory can be accessed only in serial
order i.e. if we have to access 4th memory location then we
first would have to move to first three locations and then we
can access the 4th location. It is also called serial access
mode.
2. In Random access mode memory location can be accessed at
random i.e. if we have to access 4th location then we can
directly go to 4th location and access it. It is also called direct
access mode.
Access time