Computer Memories
Memory
The memory of computer is where the program and data are stored before the calculations begin. The memory is therefore one of the most active parts of the computer. The memory is equivalent to thousands of registers, each storing a binary word.Memory Cell
A device or electrical circuit a single bits is called a memory cell.For Example : Flip flop,a charged and a single spot on a magnetic tape or disk.
Memory Word
A group of bits in a memory that represent instrucion or data of same type is called a memory word.Example : If Register has 8 Flip flop, It stores 8-bit word.
In the computer word size range is 4 to 64 bit.
Byte
A group of 8-bits is termed as byte.Memory capacity or Density
By memory capacity, we mean that how can we specify the number of bits that can be stored in th memory.
If the size of memory is 2048 X 8. It writes 2k X 8.
Address
Address is a number that identifies the location of word in the memory. Each word stored in the memory has a unique binary address.To store 8 word store, each location address will be 3 Bit.
Address Words
0 0 0 Word 0
0 0 1 Word 1
0 1 0 Word 2
0 1 1 Word 3
1 0 0 Word 4
1 0 1 Word 5
1 1 0 Word 6
1 1 1 Word 7
Read Operation
Read opration is the by which the binary word stored in a specific memory location is sensed and then transfered to another device.The read operation says fetch operation.Write Operation
The operation where a new word is placed or stored into a particular memory location is called a write operation.Access time
It is a measure of operating speed of the memory. It is amount of time required to perform a read operation. It is the time between memory receiving a new address input and data becoming available at the memory output.Volatile Memories
Volatile memories can store information with electrical power.Non-Volatile Memories
Non volatile memories can store information without electrical power. All magnetic memories are non-volatile.Random Access and Sequential Memory(RAM and SAM)
Ram is a type of memory in which the access time is same for any address in the memory. SAM is a type of memory in which the access time is not constant but varies depending on address location.Read/Write Memory and Read only Memory (RWM and ROM)
Any memory that can be read from or written into with equal ease is called a Read/Write Memory. In a ROM, the data is written into only once, and this operation is performed at the factory (or by programmer). Thereafter, the information can only be read from the memory.Static memory
Semiconductor memory devices in which the stored data will remain permanently stored as long as the power is applied, wihout the need for periodically rewritting the data into memory, are called static memory.Dynamic memory
Semiconductor memory devices in which the stored data will not remain permantently stored, even with power applied, unless the data are periodically rewritten(refreshed) into the memory are called dynamic memory.
No comments:
Post a Comment