Lecture 6 (Components of Computers (System Units) )
Lecture 6 (Components of Computers (System Units) )
SYSTEM UNIT
4.3) PRIMARY MEMORY
The primary memory or the main memory is part of the main computer
system. The processor or the CPU directly stores and retrieves information
from it. This memory is accessed by CPU, in random fashion. That means
any location of this memory can be accessed by the CPU to either read
1. RAM
2. ROM
2) READ ONLY MEMORY (ROM)
The contents of ROM are permanent. It cannot be altered by the user. The content
is written onto the ROM when it is first made. ROM keeps its contents even when
the computer is turned off and so is known as Non-Volatile Memory.
On some computers a special piece of software called the operating system is stored
in ROM.
ROM is also often used in embedded systems where a small built-in computer is
used to control a device such as a washing machine. The program that controls the
machine is stored on ROM.
TYPES OF ROM
ROM is further divided in to three types
PROM
PROMs are manufactured as blank chips on which data can be written with
a special device called a PROM programmer.
EPROM
A rewritable memory chip that holds its content without power. EPROM
chips are written on an external programming device before being placed on
the mother board.
EEPROM
A rewritable memory chip that holds its content without power. EEPROMs
are typically used on circuit boards to store small amounts of instructions
and data.
4.4) PORTS & CONNECTORS
A personal computer may have several ports for connecting devices such as a
trackball, expanded keyboard, flatbed scanner, touch screen, and other device
peripherals.
It is wise to check what type of port an adaptive device requires to interface with the
personal computer. Some computers have many ports, and others may only have a
select few of the ports below.
TYPES OF PORTS:
There are two types of ports
Serial port
Parallel port
SERIAL PORT:
Serial ports can transfer one bit at a time. A serial communication physical
interface through which information transfers in or out one bit at a time.
Throughout most of the history of personal computers, data transfer through serial
ports connected the computer to devices such as terminals and various
peripherals.
This type of transmission medium is slow as it transmit one bit at a time. It can
connect main peripherals of system unit. Like mouse, keyboard etc.
PARALLEL PORT:
Parallel port can transfer more that one bit a time. A parallel port is a type of
interface found on computers for connecting various peripherals.
In computing, a parallel port is a parallel communication physical interface. It is
also known as a printer port or Centronics port.
The IEEE 1284 standard defines the bi-directional version of the port, which allows
the transmission and reception of data bits at the same time. It is faster then
parallel port as it transfer more than one bit simultaneously
4.5) EXPANSTION SLOTES & ADAPTOR CARDS
motherboard.
Expansion card inserted in expansion slot. Plug and Play was a much-
transfer. Data moves like cars – the more lanes (greater the bus width) the
faster the traffic (data) flow. Ideally, buses used to transfer data should be
Word size, which indicates the number of bits processed in each machine
cycle, has been compared to the amount of coffee produced with each turn
SYSTEM BUS
System bus connects processor and RAM. It is also called internal bus. it is
subdivided in to two types:
1. Address bus
2. Data bus
1) ADDRESS BUS
The address bus is a unidirectional pathway that carries addresses generated by the
microprocessor to the memory and I/O elements of the computer. The size of the
address bus, determined by the number of conductors in the bus, determines the
number of memory locations and/or I/O elements the microprocessor can address.
2) DATA BUS
In contrast to the address bus, the data bus is bi-directional in nature.
Data flows along the data bus from the microprocessor to memory during
a Write operation. Conversely, data moves from memory to the
microprocessor during a Read operation. The direction for data
movement is the same for Read and Write operations between the
microprocessor and Input/Output devices.
2) EXPANSION BUS
The expansion bus (sometimes called the input/output bus) allows
various motherboard components (USB, serial, and parallel ports, cards
inserted in PCI connectors, hard drives, CDROM and CD-RW drives, etc.
to communicate with one another. However, it is mainly used to add new
devices using what are called expansion slots connected to the
input/output bus.
4.7) POWER SUPPLY