onakku
onakku
1. What is a motherboard?
The motherboard is the main circuit board inside a computer which provides a platform
for the components and peripherals to communicate with each other.
2. What is a microprocessor?
An integrated circuit, that contains all the functions of a central processing unit of a
computer.
3. Define clock speed of CPU
The clock speed of a CPU is defined as the frequency with which a processor executes
instructions or the data that is processed.
The clock frequency measured in MHz or GHz.
4. What is the purpose of registers in the CPU?
Registers are high speed storage units within the CPU with least storage capacity. They
are used to store data, instructions, addresses and intermediate results of processing.
[Registers are not referenced by their address, but are directly accessed and manipulated
by the CPU during execution]
5. How does the computer communicate with other devices?
XT AT ATX
Baby AT
(eXtended Technology) (Advanced Technology) (Advanced Technology eXtended)
Processor
Socket LIF(Low Insertion Force) Socket PGA (Pin Grid Array) Socket Slot Type & PGA MPGA Socket
RAM Slots DIMM (Dual Inline Memory Module) SD(synchronous Dynamic) RAM SD RAM and DDR (double DDR RAM Slot
RAM Slot Slot data rate) RAM slot
Expansion ISA (Industry Standard PCI (Peripheral Component PCI (Peripheral Component PCI & AGP (Accelerated Graphic Port)
Slots Architecture) Slots Interconnect) & ISA slots Interconnect) & ISA slots Slots
Examples Pentium-I, Pentium-II Pentium-III Pentium-III, Pentium-IV Pentium-IV, Dual Core, Quad Core,i3,i5,i7
processors
SRAM DRAM
2. Very low access time( around 10 ns) Little high access time(around 60 ns)
3. Information stored on RS flip-flops Information stored on transistors
4. Needs to be refreshed No need for refreshing
5. They made of transistors These are mostly made of capacitors.
6. It is used in cache memory It is used in main memory
7. Consumes more power Consumes less power
BUS
Chipset: it controls the majority of resources of the computer. The function of chipset is to
coordinate data transfer between the various components of the computer. As chipset is
integrated into the motherboard, it is important to choose a motherboard, which includes a
recent chipset, in order to maximize the computer’s upgradeability.
Processor Socket: it may be a rectangular connector into which the processor is mounted
vertically, or a square shaped connector with many small connectors into which the processor
is directly inserted.
Parallel port:
Used to connect external input/output devices like printers or scanners. Transfers
data usually one byte(8 bits) at a time. Usually in the form of 25 pin connector.
IDE(Integrated Digital Electronics) Port
Devices like CD-ROM drives or hard disk drives are connected thru this port.
Processor
Disk
Registers L1 Cache L2 cache Memory
Cache memory is a very high speed memory placed between the RAM and CPU. it
stores the data that is used more often ,temporarily and makes it available to CPU at a fast
rate .During processing ,the CPU first checks cache for the required data. If the data is not found
in cache, then it looks in RAM for data. It is used to speed up access of data and instructions
stored in RAM memory.
Cache memory is built into the processor, and may also be located next to it on a separate chip
between the CPU and the RAM.cache built into CPU is faster than separate cache.
SMPS: An SMPS converts AC power from an electrical outlet to the DC power needed
by system components In a PC the SMPS converts 230 volts of Ac to 5 to 12 DC volts. .
It is a metal box in the rear of the system that is attached to the computer chassis and to
the system board. The power supply contains the power card plug and a fan for cooling,
because it generates a lot of heat.
7. What is the purpose of ports, buses and controllers in the I/O System?
Internal Secondary
Memory Memory
Cache Primary
Registers
Memory Memory
Registers:
The registers are high speed temporary storage areas located inside the CPU.
Register plays a major role in CPU operations. Microprocessor picks up data from one of
the registers for doing arithmetic or logical operation. Once the operation is over, it stores
the result in a register. Data are usually loaded from memory to register. Similarly the
resultant data will be loaded from registers to memory.
They can be used only as long as the power remains on.
Registers are normally measured by the number of bits they can hold, for example,8-bit
register means it can store 8 bits of data or a 32-bit register means it can store 32 bit of
data.
Cache memory
The Cache memory is a high speed memory available to speed up access of data and
instructions stored in RAM.
It is built into the processor or may also be located next to it on a separate chip between
CPU and RAM.
It stores data that is used more often, temporarily and makes it available to CPU at a fast
rate.
During processing, the CPU always checks Cache first for the data, if not found then it
looks in the RAM for the data.
It is smaller in size as it is very expensive.
Primary Memory
Primary memory is also known as main memory.
It is of two types RAM and ROM
RAM
Temporary Storage( volatile)
Stores operating system, application programs and current data.
Is a faster memory.
Types of RAM
DRAM-Dynamic Random Access memory
SRAM-Static Random Access Memory
SDRAM- Synchronous Dynamic RAM
A special type of DRAM that is synchronized to the system clock.
It responds as quickly as possible to change in control inputs.
DDR-SDRAM
Double-Data Rate SDRAM
It works the same as SDRAM. The difference is the change in the data transfer
rate which is double when compared to SDRAM.