Computer Notes OBJECTIVE Chapter #5 Class XI Complete
Computer Notes OBJECTIVE Chapter #5 Class XI Complete
(MEd), MCS)
1. What is CPU?
CPU stands for Central Processing Unit. It is the most important component of the computer and it
is also known as Processor. CPU is considered as the brain of the computer. The CPU used in
personal computer or small workstation consists of a single chip called the microcomputer. The CPU
is located on the motherboard inside the system unit. All other components of computer are
connected to it through the bus interconnection.
2. What is Control Unit?
Control Unit is the most important part of the CPU. It controls all parts of the computer and
coordinates all activities in the computer. The control unit also controls the execution of instructions
given to the computer. It fetches the instructions and data from the memory unit. It decodes and
executes the instructions one by one.
3. What is ALU?
ALU stands Arithmetic Logic Unit. It is the component of CPU that performs all arithmetic operations
such as addition, subtraction, multiplication and division, and all comparison operations.
4. What is Main Memory?
The main memory is the most important component of the computer used to store data and
instructions that are currently in use. A computer executes program instructions stored in its main
memory. A computer cannot work without having main memory in it.
5. What is address of byte?
Each byte in the memory is assigned a unique number. This number is called the address of that
byte.
6. What is RAM?
Pakistan International School Riyadh May 10, 2010 Page #8/11
Computer Architectures #5 Class XI Compiled by Wasim Anjum Farooqi
(MEd), MCS)
RAM stand for Random Access Memory. Actually, the main memory is referred to as RAM. It is
important to note that the main memory of the computer is volatile and the contents of the
memory are lost as soon as the electricity supply is cut-off. The CPU can write and read data to and
from the RAM. So RAM is read/write memory.
7. What is DRAM?
DRAM stands for Dynamic Random Access Memory. This type of memory is used in most of the
computers. In order to maintain data in DRAM chip, it must be refreshed with electric charge
frequently (or periodically) otherwise data stored in DRAM may be lost.
8. What is SRAM?
SRAM stands for Static RAM. In SRAM, individual cells are made by using digital gates and each cell
can hold its value without any need to refresh it frequently. It is faster than DRAM because it does
not have to be refreshed with electric charge frequently and the CPU has not to wait to read & write
data)