Primary Memory
Primary Memory
system that is used for the storage and subsequent retrieval of data and instructions. The computer has to store the data to be processed, instructions for and results after data processing.
of equal size. Identified with an address or location in memory. Control unit can call a specific piece of information by the address or location of the cells. Information or data is called by means of its address. Data are stored in binary form. Each of the cells is further broken down into smaller parts known as bits. Bit is a binary digit which is either 0 or 1.
CELL 0
CELL 1 CELL 2 ..
Method of accessing.
Sequential access 2. Random access Speed. 1. Access time 2. Memory cycle time 3. Transfer rate Volatility 1. Volatile memory 2. Non-volatile memory
1.
BITS
Data are represented
in a computer system either by the presence or absence of electronic or magnetic signals in the media it uses. Electronic devices such as transistors used in computers function most reliably when operated as switches, that is either in a conducting mode (on)nor in a non-conducting mode (off). All data to be stored and processed in computers are transformed or coded as strings of two symbols. These symbols are 0 and 1 popularly known as binary digits or BITS.
BYTE / NIBBLE
Byte is a group of 8 bits. In binary one byte is capable of
representing
numbers from 0 to 255. One byte is the smallest unit which can represent a data item or a character. A nibble is a string of 4 bits.
MEASUREMENT UNITS
Data are stored inside the computer in binary
form. Coded as strings of two symbols 0 or 1. One byte can store one character. Smallest unit is byte. Bigger units are Kilo Byte (KB), Mega Byte (MB), Giga Byte (GB), and Tera Byte (TB).
MEMORY ORGANISATION
Computer stores data and programs in memory. Memory of a computer can be classified into the following.
oPrimary (main) memory. oSecondary (auxiliary)memory oCache memory.
PRIMARY MEMORY
Central storage unit of the computer
system. The program of instructions has to be stored in the main memory in order to make it work automatically. This memory stores instructions waiting to be obeyed by other components of the CPU, instructions currently being obeyed, data awaiting processing, data currently being processed and processed data awaiting output.
memory in less than a billionth of a second. Random access- main memory is a random access memory. Moderate capacity Volatility Cost per bit of storage Location- always placed along with the main board of the computer unit.
Semi conductor
MAIN MEMORY
Main Memory
of heat
Non-viability
Slow speed operational problems.
memory cell capable of storing one binary digit. Memory being formed by fabricating many cells on a single silicon chip. Individual chips are arranged in groups to form a memory module which can be plugged into the computer. These are smaller, better and faster than cores.
&
a specially grown crystalline or magnetic material. Bubbles are cylindrical magnetic domains whose polarization is opposite to that of the thin magnetic film in which they are embedded. MBM was developed in Bell Laboratories, USA.
Low cost.
Non-volatile. Low power
semiconductor chip without using a transistor as a memory element. The circuitory used to store, move and access the packets of data also reside on the same chip.
CHARACTERISTICS OF CCDS
Faster than MBM.
Volatile.
Low power consumption. High density. Data are stored in terms of charges on capacitors.
Main memory based on semiconductor technology is broadly classified into two : Random Access Memory (RAM) Read Only Memory (ROM)
Main memory
from it. A stored word can accessed from RAM in a given amount of time. RAM is used for storing application programs or for starting immediate results during program execution. RAM is volatile.
ADVANTAGES OF
Can be updated and corrected.
RAM
TYPES OF RAM
STATIC RAM (SRAM)
flop logic gate configurations. Will hold data as long as power is supplied. SRAMs are volatile and allow the storage of data in the memory array.
SRAM
DEMERITS
continuing power.
integrated circuits that operate like a bark of capacitors. Volatile in nature and also requires periodic refresh signals.
DRAM
DEMERITS
power.
and
can be read. No information can be written into ROM. Is employed to store the programs required permanently called the firmware. Non-volatile. ROMs are created with programs already embedded in them, by a process called burning.
ROMs (PROM) Erasable Programmable ROMs (EPROM) Electrically Erasable Programmable (EEPROM) Flash EEPROM or Flash Memory
PROM Version of ROM that cannot be changed during normal operation but can be programmed under special conditions. Data cannot be erased either deliberately or accidently event when the electric power goes off. PROMs are non-volatile.
EPROM Can be erased by exposing it to UV light. Non-volatile memory. Popular EPROM are MOSFET transistors.
EEPROM
Can be erased and programmed many times. Heavy current intensity is used to alter the trapped electrons on the memory cell. Electrically Changeable / Alterable Programmable ROM (EAPROM)
ADVANTAGES OF
Non-volatile.
ROMS
simple. Static and do not require refresh. Easier to interface than RAM and they cant be changed accidently. Cheaper than RAMs. Available in sizes larger than RAMs. Easy to test because their contents are always known and can be varied.