The Basic Architecture of Computer System
The Basic Architecture of Computer System
Communication Technology
Output Device
System Unit
Output Device
Input Device
Output Device
Input Device
Internal Components of Computer System
How Computer Works
The computer's central processing unit (CPU) is the portion of a computer that retrieves and executes
instructions. The CPU is essentially the brain of a computer aided design (CAD) system. It consists of an
arithmetic and logic unit (ALU), a control unit, and various registers.
The CPU is often simply referred to as the processor. The ALU performs arithmetic operations, logic
operations, and related operations, according to the program instructions.
Input devices transfer information from the designer/user into the computer's central processing unit (CPU)
so that the data, encoded in binary sequencing, may be manipulated and analyzed efficiently.
Output devices do exactly the opposite. They transfer binary data from the CPU back to the user in a usable
(usually visual) format.
The CPU operations are triggered on the rising and falling edges of the clock signal, allowing their exact
timing to be defined.
This allows events in the CPU to be completed in the correct sequence, with sufficient time allowed for each
step.
The CPU generates all the main control signals based on the clock. A given CPU can be used in different
system designs, depending on the type of application, the amount of memory needed, the I/O requirements
and so on.
Component Interaction
The CPU controls all of the other resources within the system, in order to
accomplish a task.
Processing Inside CPU-The machine cycle
In order to execute the program, the CPU repetitively performs a sequence of
four(4) steps called machine cycle. The machine cycle steps include;
Fetch
Decode
Execute
Store
The processed data after the CPU operation is sent back and stored into the
main memory. This processed data can be sent to any output device such as
display monitor or printer or secondary storage device for future use.
Processing Inside CPU-The machine cycle
Processing Inside CPU-The machine cycle
A microcomputer is a complete computer on a small scale, designed for use by one person at a time. Also
known as personal computer (PC), or a device based on a single-chip microprocessor.
Common microcomputers include laptops and desktops.
Beyond standard PCs, microcomputers also include some calculators, mobile phones, notebooks,
workstations and embedded systems.
Microcomputer applications
Education and entertainment.
Data and word processing, electronic spreadsheets, professional presentation and graphics programs,
communications and database management systems.
In business for tasks such as bookkeeping, inventory and communication
In medical for medical settings, record and recall patient data and manage healthcare plans
Microcomputers vs. Microprocessors
Special Processor: These are the processors which are designed for some special purposes.
Coprocessor: A coprocessor is a specially designed microprocessor, which can handle
its particular function many times faster than the ordinary microprocessor.
Input/output Processor: It is a specially designed microprocessor having a local
memory of its own, which is used to control I/O devices with minimum CPU
involvement.
Characteristics:
Very efficient for high computation per memory access
Not as efficient for random access, memory –intensive operations.
Motherboard
The form factor is basically how a motherboard is formed, or how it physically looks
regarding its specifications (namely size, shape, and layout).
Chipset: The chipset allows data to flow between various components, namely the CPU,
peripherals, ATA drives, graphics, and memory. Divided into categories:
Northbridge: Located on the “north” side of a chipset, it “bridges” together the
following components: CPU, RAM, and PCIe
Southbridge: Located on the “south” side of a chipset, it “bridges” together the
following components: BIOS, USB, SATA, and PCI
CPU Socket
This is basically a little habitat for the CPU to rest in. A CPU is a small square with a
bunch of pins and connectors underneath it that help to interpret and transmit data
carried out by the northbridge part of a chipset.
How the Motherboard Works
Slots
Slots are like these kinds of departments for a motherboard, with branches like:
Memory/DIMM Slots: Used for holding memory/RAM
PCI: Connects expansion cards like video, network, and sound cards
PCIe: A modern version of PCI but with a different interface that can
work with almost any kind of expansion card
USB: Used for USB connectors like flash drives, although not very
common
Data Bus
All of the components mentioned above would not work in unison without
the necessary data buses that connect everything together.
How the Motherboard Works:Step by step
When you turn your computer on, power is sent from the power
supply on to the motherboard.
Data is transferred via data buses and goes through the northbridge
and southbridge part of the chipset.
The northbridge part bridges data to the CPU, RAM, and PCIe. The
RAM begins to send inputs to the CPU, which “interprets” these
actions as an output.
Data to the PCIe is then transferred to an expansion card, depending
on which type.
How the Motherboard Works:Step by step