Components of Digital Computer
Components of Digital Computer
A digital computer can be broadly classified as a collection of the following components are –
Input unit
Central Processing Unit
Output Unit
Secondary memory
Primary Memory: This memory consists of some chips either on the mother board or on a small
circuit board attached to the motherboard. This built – in memory allows the CPU to store and
retrieve data very quickly. This built-in memory is called as main memory.
There are two types of built-in memory – Non-Volatile Memory and Volatile memory
Non Volatile Memory:
ROM: Read only memory, as the name specifies, there is no way of changing it, i.e., they are
nonvolatile and in addition the data in them cannot be changed. Putting data permanently into
this kind of memory is called “burning in the data”. One of the main reasons that a computer
needs, ROM is that it helps in knowing what to do when the power is first turned on. It contains a
set of startup instructions that check to see that the rest of memory is functioning properly and
look for an operating system and hardware devices. There are other types of ROM, viz, PROM,
EPROM, EEPROM, which can be programmed after manufactured.
Volatile Memory:
RAM: Random Access Memory: Memory that can be changed is called RAM. The purpose of
RAM is to hold programmes and data. Information can be read off a RAM chip and written to it.
When a computer is switched off, any information stored in RAM is lost, i.e., memory is volatile.
RAM is also called read/write memory or user memory. It is used to store user program and data.