System Unit
System Unit
System Unit
Motherboard
Microprocessor
Memory Chips
System Clock
Buses
Ports
Expansion Slots and Cards
Motherboard
A Motherboard or system board is the main printed, flat circuit board in
an electronic device such as microcomputers. The board contains
expansion slots (sockets) that accept additional boards (expansion
Cards). In a microcomputer, the motherboard contains the
microprocessor, the primary storage chips (or main memory cards), the
buses, and all thechips used for controlling the peripherals.
Microprocessor
A microprocessor is a processor whose elements are miniaturized into one or a few
integrated circuits contained in a single silicon microchip. It executes instructions. In a
microcomputer, the central processing unit (CPU) is held on a single microprocessor. In
order to function as a processor, it requires a system clock, primary storage, and power
supply.
Several important lines of microcomputers use some families of microprocessor chips.
Intel and Motorola are the major companies that produce important microprocessors for
IBM compatible and Macintosh computers.
Microprocessor Capacity
The capacity of a microprocessor chip is represented in word sizes. A word size is the
number of bits (e.g., 8, 16, or 32 bits) that a computer (CPU) can process at a time.
If word has more bits, the computer (CPU) are more powerful and faster. For example, a
16-bit-word computer can access 2 bytes (1 byte = 8 bits) at a time, while a 32-bit-word
computer can access 4 bytes at a time. Therefore, the 32-bit computer is faster than the
16-bit computer.
CISC and RISC Chips
Additional storage units called registers within control unit and ALU help make processing
more efficient.
Macintosh
CPU NO. (Word Size in Bits) CPU SPEED (MHz) BUS SIZE (Bits)
68000 (32) 8 16
68020 (32) 16 32
68030 (32) 16-40 32
68040 (32) 1 32
601( ) 1 1
604( ) 1 1
Memory Chips
A memory chip is a chip that holds programs and data either temporarily or permanently.
The major categories of memory chips are RAMs and ROMs.
RAM Chips
System Clock
The clock is a device that generates periodic, accurately spaced signals used for several
purposes such as regulation of the operations of a processor or generation of interrupts.
The clock circuit uses the fixed vibrations generated from a quartz crystal to deliver a
steady stream of pulses to the processor. The system clock controls the speed of all the
operations within a computer.
The clock speed is the internal speed of a computer. The clock speed is expressed
in megahertzes (MHz). 33 MHz means 33 million cycles per second. A computer
processor's speed is faster if it has higher clock speed. For example, a 100-Mhz processor
is four times as fast internally as the same processor running at 25MHz.
Expansion Slots/Boards
Open/Closed architectures
o Open Architecture: This architecture is a system whose specifications are
made public to encourage third-party vendors to develop add-on products for
it. Most microcomputers adopt open architecture. They allow users to expand
their systems using optional expansion boards.
o Closed Architecture: This is a system whose technical specifications are not
made public. With a machine that has closed architecture, users cannot easily
add new peripherals.
Expansion Slots
Expansion slots are receptacles inside a system unit that printed circuit boards (expansion
boards) are plugged into. Computer buyers need to look at the number of expansion slots
when they buy a computer, because the number of expansion slots decides future
expansion. In microcomputers, the expansion slots are directly connected to the bus.
Expansion Boards
Expansion boards are also called expansion cards, controller cards, plug-in
boards, adapter cards, or interface cards. Expansion boards are printed circuit boards that
have many electronic components including chips. They are plugged into expansion slots.
Expansion boards are connected to peripherals through ports located on the edge of
expansion boards. Expansion boards include memory expansion cards (e.g., SIMM), I/O
controller cards (e.g., SCSI Card), video display card, sound cards, communications
cards, etc.
Ports
A port is an external connecting socket on the outside the computer.
This is a pathway into and out of the computer. A port lets users plug
in outside peripherals, such as monitors, scanners and printers.
Serial Ports
Serial ports are external I/O connectors used to attach modems, scanners or other serial
interface devices to the computer. The typical serial ports use a 9-pin DB-9 or a 25-
pin DB-25 connector. Serial ports transmit bits one after another on a single
communications line. Serial lines frequently are used to link equipment that is not located
close by.
Parallel Ports
Parallel ports are external I/O connectors on a computer used to hook up printers or other
parallel interface devices. The parallel port uses a DB-25 connector. This port transmits
several bits simultaneously. Parallel lines move information faster than serial lines do.
Buses
A bus is a data pathway between several hardware components inside or outside a
computer. It not only connects the parts of the CPU to each other, but also links the CPU
with other important hardware. The other important hardware includes memory, a disk
control unit, a terminal control unit, a printer control unit, and a communications control
unit. The capacity of a bus is expressed as bits. A larger capacity bus is faster in data
transfer. For example, a 32-bit bus is faster than an 8-bit bus.
Local Buses
The performance of a microcomputer is often restrained by the relatively slow video cards
and other peripherals, which cannot keep up with today's fast CPUs. A local bus reduces
the performance gap between the high-speed microprocessors and slower hard disks,
video boards and other peripherals.
There are two local-bus systems available today. Each bus hopes to boost microcomputer
performance for I/O-intensive tasks. They are a VL-Bus and a PCI local bus.