Reviewer
Reviewer
Reviewer
Components of Computer
Motherboard. Main circuit board the of the system unit, which has
some electronic components attached to it and others built into
it.
Primary memory is the memory that is intimately associated with the actual
working of the computer. This includes memory that holds the start-up
routines as well as the current program and data it is working with. There
are various forms of primary memory: RAM, ROM and Cache memory.
Secondary memory consists of the various devices that are able to store data
and programs even when the power is off. This includes devices such as
hard drives, floppy drives, tape drives, CD drives and DVD drives.
RAM or Random Access Memory holds the current running program and its
associated data. Its content is lost when power is turned off.
ROM or Read Only Memory contains certain key routines (small programs).
One example, is the set of start-up routines. These take control of the
computer when yours witch on and ensure that the computer boots-up.
Booting-up is the process of starting the computer up so that it is able to
load and run computer programs.
Types of ROM
Basic Units of Data Storage: It is important to realize that the term digital computer
refers to the fact that ultimately the computer works in what is called binary.
Humans work in tens (because we have 10 fingers). To use the jargon humans
work in base 10. A digital computer uses the numbers 0 and 1 (or on and off if you
prefer). When we talk about computer storage, either the amount of memory
(RAM) or the hard disk capacity we are talking about numbers which are multiples
of 0 or 1.
Bit. All computers work on a binary numbering system, i.e. they process data in ones or
zeros. This 1 or 0 level of storage is called a bit. Often hardware is specified as a
32-bit computer, which means that the hardware can process 32 bits at a time.
Software is also described as 16 bit, 32 bit or 64 bit software.
Byte. A byte consists of eight bits.
Kilobyte. A kilobyte (KB) consists of 1024 bytes.
Megabyte. A megabyte (MB) consists of 1024 kilobytes, approximately 1,000,000 bytes.
Gigabyte. A gigabyte (GB) consists of 1024 megabytes, approximately 1,000,000,000
bytes.
Terabyte. A terabyte (TB) consists of approximately 1,000,000,000,000 bytes.
Files. Data and programs are stored on your disk
as files. There are different types of files, such
as the files in which you store your data, the files
which contain your programs and also files used
to store your operating system (such as
Microsoft Windows).
Display Devices
CRT Monitors. A display monitor that contains a Cathode Ray Tube,
a large sealed glass tube .
CRT
LCD Monitor
LCD Monitors. Also called flat panel monitor, uses liquid crystal
display to produce images. They produce sharp and flicker free
images.
Printer. An output device that produces text and graphics on a
physical medium such as paper.
Non-Impact Printers. Forms text and graphics without actually
striking the paper.
Ink Jet Printers. This is a type of printer that produces text and
graphics by spraying tiny drops of liquid ink onto a piece of paper.
Impact Printers. Forms characters and graphics on a
piece of paper by striking a mechanism against an inked
ribbon that physically contact the paper.
Dot Matrix Printer. This impact printer produces printed
images when tiny wire pins on a print head mechanism
strike an inked ribbon, when the ribbon presses against
the paper it creates dots that form the images.
Storage Device. The hardware component that
write data to and read data from storage media.
Storage Media. Physical material on which
data is stored.
Two Main Categories of Storage Medium
1. Magnetic Storage. Uses different patterns of
magnetization to store data and is a form of
non-volatile memory. The information is
accessed using one or more read/write heads
2. Optical Storage. Data is recorded by making
marks in a pattern that can be read back with
the aid of light. A common modern technique
used by computers involves a tiny beam of
laser light precisely focused on a spinning disc.
Types of Magnetic storage
Diskettes( Floppy Disk. ). A removable magnetic disk, encased in a
plastic sleeve. Capacity is 1.44 MB
Hard Disk. A magnetic storage device, it is a stack of aluminum
platters, each coated with iron oxide enclosed in a hard disk drive.
Capacity: hundeds of MB to GB and even TB
Types Optical storage
CD ROM. Compact Disc read Only Memory, users can read but cannot
write or record on it. Holds 650 to 1GB of data.
CD-R. A multisession disk on which users can write but not erase the
data stored on it.
CD-RW. An erasable multisession disk
DVD ROM. Digital Versatile Disk Read Only Memory. It is a high capacity
optical Disk on which users can read but not write or erase.
• VD R. Users can write but not erase stored data.
• DVD-RW. Users can write and erase contents, but the whole contents
of the DVD must be erased before writing new data on it.
• DVD+RW. Randomly stores data where users can write and erase
data without deleting all the contents of the DVD, it is like a large
floppy disk.
Capacity: DVD can hold up to maximum of 17GB
Other modern storage devices includes, zip drives, pc cards,
express cards and flash drive.
• Software. Also called programs. These are set of instructions or code to
be executed by the CPU, designed to help users solve problems or perform
tasks.
Types of Software
• 1. System Software. Programs that control the operation of a computer
and its devices.
.
• 2. Application Software. Any computer program used to create or process
data as text document. Spreadsheets, graphics, and so on.