Featured Post

80186 Microprocessors: Introduction and Architecture

Hello friends, today we are going to discuss the 80186 microprocessor with integrated peripherals. The Intel 80186 is an improved version of the 8086 microprocessor. 80186 is a 16-bit microprocessor with a 16-bit data bus and a 20-bit address bus. It has a programmable peripheral device integrated into the same package. The instruction set of the 80186 is a superset of the instruction set of the 8086. The term super-set means that all of the 8086 instructions will execute properly on an 80186, but the 80186 has a few additional instructions. The following figure shows the block diagram and pin diagram of 80186. The CPU is divided into seven independent functional parts. 80186 internal block diagram  80186 68-pins pin diagram  Functional parts of 80186 Microprocessor The Bus Interface Unit (BIU) Execution Unit (EU) Clock Generator Programmable interrupt controller Programmable Chip Select Unit (CSU) Programmable DMA Unit Programmable counter/timers The Bus Interface Unit

Computer Primary Memory

Hello friends, in this post I would like to discuss about computer memory. Memory is the most essential part of the computer. We need memory to store the data. This storage enables us to use the stored data to in future. Computer memory is mainly divided as primary and secondary memory. The primary memory is also called as main memory and The secondary memory is called as storage devices. The memory and storage devices are measured in terms of bits and bytes. 
Here we will discuss about the primary memory and in next section we will see the Storage devices.

1.    Primary memory

The term memory refers to the main memory of the computer, whereas the word storage is used for memory that exists on disk, CDs etc.. The main memory usually called a physical memory which refers to the ‘chip’ capable of holding data and instruction.

Primary Memory

Functions of the Primary Memory

i. Primary memory holds copy of the operating system, when the computer is turn on.

ii. Temporarily store a copy of the application program that is currently being executed.

iii. Temporarily store the data input from the keyboard, which is required for processing.

iv. Temporarily store the result, which is generated from processing unit. There are 2 types: ROM  and RAM

i Read Only Memory (ROM) 

In ROM the information is burnt (pre-recorded) into the ROM chip at manufacturing time. Once data has been written into a ROM chip, it cannot be erased but you can read it. When we switch OFF the computer, the contents of the ROM are not erased, but remain stored permanently. ROM is non volatile memory. ROM stores programs that boot the computer.

a. Programmable Read Only Memory (PROM) 

PROM is a memory on which data can be written only once. A variation of the PROM chip is that it is not burnt at the manufacturing time, but can be programmed using PROM programmer. It is also a non volatile memory.

b. Erasable programmable read only memory (EPROM) 

In EPROM information can be erased and reprogrammed using a special PROM –programmer using an ultraviolet light.

c. Electrically Erasable programmable read only memory(EEPROM)

It is a recently developed type of memory. In EEPROM information can be erased by exposing it to an electrical charge. A flash memory is a type of EEPROM.

If you want to see the difference between RAM and ROM please click here.

ii. Random Access Memory (RAM)

RAM is the most common type of memory found in the modern computers. This is really the main store and is the place where the program gets stored temporary. When we switch OFF a computer, whatever is stored in RAM gets erased. It is a volatile form of memory. The memory has a number of locations to store data. Each location in a memory has a unique number called its memory address. This serves to store and retrieved data. Operations on memories are called read and write, a write operation transfers information from other device to memory and a read operation transfers information from the memory to other devices.

There are 2 types of RAM static RAM and Dynamic RAM.

 a. Static RAM (SRAM)

The word static refers to constant or the data remains stable until the power is ON. Static RAM is costlier and consumes more power. They do not need refreshing circuitry. They have higher speed than dynamic RAM.

b. Dynamic RAM (DRAM)

It is named so because it is very unstable. The data continues to move in and out of the memory as long as power is available. Therefore, dynamic ram have to be refreshed periodically, generally every 2 milliseconds. It is cheaper and they consume less power.  Following are more differences between static ram and dynamic ram.

 SRAM    
           DRAM
1) It need not be refreshed
1)Need to be refreshed periodically
2) These are not as dense as DRAM
2)They are dense
3)It is fast
3)Little slow
4)Low latency
4)Longer latency
5)Access time is 25  nanoseconds
6)Best for internal memory
7) Expensive, consumes more power
8) Stores information as long as the power supply is on.
5)Access time is 60 nanoseconds
6)Best for system’s memory
7) Inexpensive, consumes less power
8) Dynamic RAM loses data in a very short time.

How you found this article, is this useful? I’m sure this will help you more. If you want more information please let me know through comments in the right below.
Subscribed to the My Computer Tutors for updates. I will keep updating to you with latest tutorials. 




Comments