Coa File Lab File of Coa of Ikgptu To Make Your Work Easy
Coa File Lab File of Coa of Ikgptu To Make Your Work Easy
INDEX
The data is entered through input devices such as the keyboard, mouse, etc. This
set of instruction is processed by the CPU after getting the input by the user, and
then the computer system produces the output. The computer can show the
output with the help of output devices to the user, such as monitor, printer, etc.
The computer system is nothing without the Central processing Unit so, it
is also known as the brain or heat of computer. The CPU is an electronic
hardware device which can perform different types of operations such as
arithmetic and logical operation.
The CPU contains two parts: the arithmetic logic unit and control unit. We
have discussed briefly the arithmetic and logical unit, and control unit which
are given below:
• Control Unit
The control unit (CU) controls all the activities or operations which are
performed inside the computer system. It receives instructions or
information directly from the main memory of the computer.
When the control unit receives an instruction set or information, it
converts the instruction set to control signals then; these signals are sent
to the central processor for further processing. The control unit
understands which operation to execute, accurately, and in which order.
These are mainly five components of the computer system. The computer
hardware, computer software, and liveware exist in the element of the
computer system.
• Processor:
• Main Memory:
• Secondary memory:
• Input Devices
The user provides the set of instruction or information to the computer
system with the help of input devices such as the keyboard, mouse,
scanner, etc. The data representation to the computer system is in the
form of binary language after that the processor processes the converted
data. The input unit implements the data which is instructed by the user to
the system.
We can enter the data from the outside world into the primary storage as
the input through input devices. The input devices are the medium of
communication between the outside world and the computer system.
There are some important features of input devices which are given
below:
1. The input devices receive or accept the data or instruction from the user,
who exist in the outside world.
• Output Devices:
➢ Take inventory:
Before you start, take inventory of your parts. Make sure you have the
following components and tools with you:
• Case/ Tower/Cabinet
• Motherboard
• Processor
• HeatSink and CPU Fan
• SMPS
• Hard disk drive
• CD/ DVD drive
• RAM
• CMOS Battery
• A good screwdriver sets
Building a PC takes space. You can use your dining room table to build your
PC. So, make sure you have plenty of working space and a few hours to
proceed with minimal interruption. You must work on a flat, stable tabletop
surface or bare floor, where you have room to lay out all of the items, to
begin with, assemble.
➢ Install motherboard:
You must take great care, especially when installing the motherboard. First,
remove the motherboard of its packaging and put it on top of the antistatic
bag it came in. Remember, you always want to safeguard your components
from potentially hazardous static electricity.
• You need to secure the motherboard onto the PC case/chassis and inspect
carefully for any visible defects.
• Next, review the motherboard handbook, to make sure you are familiar
with the motherboard layout and understand which socket is which.
Manuals are immensely helpful, usually easy to read, and include
illustrations instructions.
• Check the layout of the sockets on the motherboard. And confirm that the
ports on your motherboard’s back panel match the holes on the case’s
Input/output (I/O) shield installed in your case. If it is necessary, then
remove the old I/O shield by tapping it firmly a few times with the thicker
end of a screwdriver. And then replace it with the shield that came with
the new motherboard.
• You need carefully position the motherboard on top of the brass standoffs.
After that line up all the holes, use the screws that accompanied the case
to fasten down the motherboard.
• Don’t forget to place the CMOS in the proper position.
• Use the unlocking mechanism to open the CPU socket which is, usually a
lever.
• Carefully line up the pins and place the chip in its socket; it will fit only
when oriented correctly. An arrow or a missing pin on one corner of the
chip will show you how to line things up.
• Align with the triangular symbol with the processor and socket key
marks, as shown in the Figure.
• Lower the lever to lock the CPU into place.
There are some heat sinks that come with this grease already applied. In that
case, you don’t need to use thermal grease over the chip.
• Attach the clip that holds the heat sink in place, keeping in mind that it
may require a fair amount of force. Again, follow the instructions that
came with the heat sink. They will show you how to fit it correctly. If you
are in doubt, you can visit the manufacturer’s website for more
information.
• Plug the CPU fan’s power connector into the proper connector on the
motherboard.
• Unlock the two tabs from both ends of the RAM slot.
• To install the RAM, insert them into the proper sockets and push down
firmly but evenly until the clips on both sides of the socket pop into
➢ Install SMPS:
Install drives
➢ To install CD/DVD:
You can see a 5.25 inch bay inside the CPU cabinet. If you are unable to find
it, check the manual of the case to identify the bay location.
Place the CD/DVD inside the CPU cabinet to align with the 5.25-inch bay.
And, finally, you need to tighten all the screws to hold firmly.
PCI compatible expansion cards can place on the PCI slots of the
motherboard.
PCI-e compatible expansion cards can place on the PCI-e slots of the
motherboard.
Video cards or graphics cards can place on the AGP slot of the motherboard.
You must know about various parts of a motherboard such that, you can
effortlessly identify the different connectors.
Cooling fans
Amazingly, bus cable or data cable connections are prime connections. Bus
cable helps to share information or data between the storage device and
motherboard.
If your motherboard has a SATA Bus connector, then you need to use SATA
cables. AND if your motherboard has a PATA Bus connector, then you can
use PATA cable or IDE cable.
In general, two bus cables need to connect inside the CPU. First, Bus cable
connects the HDD and motherboard. And the second Bus cable connects the
CD/DVD drive and motherboard.
Cable connection
This one is the final step of assembling a CPU. You need to provide power
to the different parts of the CPU. Plug the ATX power connector from your
power supply into the matching port on your motherboard.
• You can find a 20/24 pins ATX power connector port on the motherboard.
The 20/24 pins ATX power connector cable coming from SMPS needs to
connect here. Check the lock system in both ends of the connector and the
First, Attach each of the tiny leads from the power and reset switches. After
that, the hard-disk activity lights, the PC speaker, and any front-panel USB
to the corresponding pin on your motherboard.
Now its time to remove the heatsink from the motherboard. Generally, the
CPU fan and the heatsink attach together. If it is separated in that case, you
need to remove the fan first after that, you can remove the CPU heatsink.
In the final step, unlock the processor socket and remove the processor from
the motherboard carefully.
Sometimes, to remove CD/DVD drive from the CPU case, you need to
remove the front cover of the CPU cabinet case first. After that, you can
remove the ROM drives.
Note: Remember, bolts or screws are the very essential things. They help to
make rigid, all the parts used inside the computer.
1. Enter Program
• Press RESET
Example :–
Algorithm :
1. Load the first number from memory location 2050 to accumualtor.
2. Move the content of accumulator to register H.
3. Load the second number from memory location 2051 to accumaltor.
4. Then add the content of register H and accumulator using “ADD”
instruction and storing result at 3050
Program :
Memory Address Mnemonics Comment
2010 HLT
Explanation :
1. LDA 2050 moves the contents of 2050 memory location to the
accumulator.
2. MOV H, A copies contents of Accumulator to register H to A
3. LDA 2051 moves the contents of 2051 memory location to the
accumulator.
4. ADD H adds contents of A (Accumulator) and H register (F9). The
result is stored in A itself. For all arithmetic instructions A is by default
an operand and A stores the result as well
5. MOV L, A copies contents of A (34) to L
6. MVI A 00 moves immediate data (i.e., 00) to A