memeories
memeories
Memory is sometimes distinguished from storage, or the physical medium that holds the much larger
amounts of data that won't fit into RAM and may not be immediately needed there.
1. Electrical Characteristics - The voltage and current requirements depend on the manufacturing
technology of the device. The voltage level is not of major concern because most of the semiconductor
memory devices operate at TTL voltage levels.
2. Speed - There is a finite time delay between the application of address and the availability of stable
and accurate data on the data lines. This memory delay depends on the manufacturing technology and
other factors such as size.
3. Capacity representing the global volume of information (in bits) that the memory can store. Memory
is small in size and hence its storage is relatively low
Types of Memories
Memory is primarily of
Cache Memory
Primary Memory/Main Memory
Secondary Memory
Cache Memory
Cache memory is a very high speed semiconductor memory which
can speed up the CPU. It acts as a buffer between the CPU and the
main memory. It is used to hold those parts of data and program
which are most frequently used by the CPU. The parts of data and
programs are transferred from the disk to cache memory by the
operating system, from where the CPU can access them.
Advantages
The advantages of cache memory are as follows
Disadvantages
The disadvantages of cache memory
Secondary Memory
This type of memory is also known as external memory or non-
volatile. It is slower than the main memory. These are used for
storing data/information permanently. CPU directly does not
access these memories, instead they are accessed via input-output
routines. The contents of secondary memories are first transferred
to the main memory, and then the CPU can access it. For
example, disk, CD-ROM, DVD, etc.