Skip to main content

Memory Hierarchy

Computer memory is any physical device capable of storing information temporarily or permanently. And hierarchy means a system in which members of an organization or society are ranked according to relative status or authority is called hierarchy.


So we can say that “In computer architecture the memory hierarchy is a concept used to discuss performance issues in computer architectural design, The memory hierarchy in computer storage separates each of its levels based on response time.”
Register: - A processor register (CPU register) is one of a small set of data holding places that are part of the computer processor. ... For example, an instruction may specify that the contents of two defined registers be added together and then placed in a specified register.

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. 

Primary Memory- 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 generally made up of semiconductor device. These memories are not as fast as registers. The data and instruction required to be processed resides in the main 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.



Comments

Popular posts from this blog

Working Process of Computer

Computer is an electronic device its work with the help of  1. Data 2. Process 3. Information 1.  Data  :- Data is a fractional part of information some time data has meaning or meaningless if data has meaning then meaning couldn't affect to human beings. 2 .  Process: -  A set of steps carried out the refined data is called process in      processing  in processing computer convert data into information. 3.  Information:-  collection of data is called information when its meaning effect to human beings.

Functions Of Computer

Any digital computer carried out difference function :-    1. Takes data from user through input device.(Input unit)          2. Process the data through processing unit (Processing unit)     3. Store the data through storing device (memory unit)      4. Get desired output through (Output unit)         5.  Control all over four operation (Control unit) So we can say that computer functioned depend on their essential devices, these device are                         1. Input unit                                    2. Processing unit + Control unit ( CPU)                       3. Memory unit                       ...

Characteristics Of Computer

                        1. SPEED :- Computer is very fast calculating device. It can execute basic operations like substraction,addition,multiplication and division at a few microseconds. It can move and copy data at a speed in the order of billion instruction per second.  2. ACCURACY :- Computer always gives accurate results. The accuracy of Computer does not go down when they are used continuously for hours together. It always gives accurate results.  3. STORAGE CAPACITY :- Computer have a very large storage capacity. A  large volume of information can be stored in the memory of computer and information can be retrieved correctly when desired.  4. VERSATILITY:- The working of computer with different types of data is known as versatillity. That means computer can perform different types of job efficiently. Computer can works with differents type of data and informa...