Introduction To Computer Technology
Introduction To Computer Technology
COMPUTER technology
This module includes the following lessons:
Lesson 1: An Introduction to Computer Technology
Lesson 2: Computing Environments
Lesson 3: Computer Applications
AIMS AND OUTCOMES
are large-sized, powerful multi-user computers that can support concurrent programs. That
means, they can perform different actions or ‘processes’ at the same time. Mainframe
computers can be used by as many as hundreds or thousands of users at the same time.
Large organisations may use a mainframe computer to execute large-scale processes such
as processing the organisation’s payroll.
Mini-computers
are mid-sized multi-processing computers. Again, they can perform several actions at the
same time and can support from 4 to 200 users simultaneously.
In recent years the distinction between mini-computers and small mainframes has become
blurred. Often the distinction depends upon how the manufacturer wants to market its
machines. Organisations may use a mini-computer for such tasks as managing the
information in a small financial system or maintaining a small database of information
about registrations or applications.
Workstations
also called microcomputers, are the most popular type of computer in use today. The PC is
a small-sized, relatively inexpensive computer
designed for an individual user.
Today, the world of PCs is basically divided between IBM-compatible and Macintosh-
compatible machines, named after the two computer manufacturers.
Computers may be called ‘desktop’ computers, which stay on the desk, or ‘laptop’
computers, which are lightweight and portable.
WHAT ARE THE COMPONENTS OF A
COMPUTER?
Computers are made up of two parts:
the hardware
and the software.
Hardware: The physical equipment required to create, use, manipulate and store
electronic data.
Software: The computerised instructions that operate a computer, manipulate the data and
execute particular functions or tasks
All computers require the following hardware
components:
Central processing unit (CPU):The (CPU) is the heart of the computer. It carries out all of
the instructions given in a program, such as a word processing or spreadsheet program The
chip or chips at the heart of a computer that enable it to process data. Also known as a
processor. It consist of the following.
Chip: A small piece of semi-conducting material (such as silicon) about 1 centimetre (¼
inch) square on which an integrated circuit is embedded. An integrated circuit is a number
of electronic components joined together to form a path for electricity. Central processing
unit chips contain the circuits representing the CPU.
It is important to know the type of processor in your computer. Some newer computer
programs will not run on older processors, and some newer processors are too
sophisticated for older software. The faster the processor in a computer, the more quickly
the computer will perform operations.
type of memory
Random access memory (RAM): An area in the computer system unit that temporarily
holds a user’s data, operating system instructions and program instructions.
The word ‘main’ is used to distinguish it from external mass storage devices such as the
hard drive or disk drives.
Note that the term ‘mass storage’ refers to various techniques and devices for storing large
amounts of data; mass storage is distinct from memory because it retains data even when
the computer is turned off.
ROM
ROM (read only memory): unlike RAM, ROM is non-volatile and only permits the user to
read data. Computers almost always contain a small amount of read-only memory that
holds instructions for starting up the computer.
PROM (programmable read-only memory): a PROM is a memory chip on which you can
store a program. Once the PROM has been used, you cannot wipe it clean and use it to
store something else. Like ROMs, PROMs are non-volatile.
• EPROM (erasable programmable read-only memory): an EPROM is a special type of PROM
that can be erased by exposing it to ultraviolet light.
• EEPROM (electrically erasable programmable read-only memory): an EEPROM is a
special type of PROM that can be erased by exposing it to an electrical charge.
Thus mass storage is sometimes referred to as ‘auxiliary storage’.
Storage: The area within a computer system where data can be left on a longer term basis
while it is not needed for processing.
Diskette. A small, removable, flexible mylar plastic disk covered with a thin layer of a
magnetisable substance, onto which digital data can be recorded and stored. Also known as
a floppy disk.
Hard drive: The storage area within the computer itself, where megabytes of space are
available to store bits of information. Also known as a hard disk.
Optical disk: A storage device that uses reflecting surfaces and laser technology to read
and write data on a disk. Also known as a laser disk
There are three types of optical disks.
CD-ROM’s are the most popular type of optical storage. CD-ROM stands for Compact
Disc Read Only Memory. A computer CD-ROM disk, like its audio counterpart, contains
data that has been stamped on the disk surface as a series of pits.
CD-R
CD-RW
Magnetic tape: A continuous plastic strip covered with magnetic oxide; the tape is divided
into parallel tracks onto which data may be recorded by selectively magnetising parts of
the surface, or spots, in each of the tracks. The data can then be stored and reused.
Magnetic tape: A continuous plastic strip covered with magnetic oxide; the tape is divided
into parallel tracks onto which data may be recorded by selectively magnetising parts of
the surface, or spots, in each of the tracks. The data can then be stored and reused.
Memory: An area within a computer system that holds data waiting to be processed.
Storage device: The place where a computer puts data. These are storage devices that
supplements the primary memory
Eg
input devices : the devices that allow data and instructions to enter a computer (such as a
keyboard, mouse, scanner). Any resource required for the functioning of a process, in the
course of which it will be transformed into one or more outputs
output devices: the devices that allow information to be represented (that is, given out) to
the user, such as a display screen or printer)
Output: The product of the transformation of inputs by a process.
Peripheral device: Any piece of equipment in a computer system that is not actually inside
the computer itself.
SOFTWARE
Software is the computerized instructions that operate the computer, execute particular
functions or tasks, and manipulate the data. For software (the instructions) to perform
various functions, it must be programmed. That is, the instructions need to be written in a
programming language that the computer can understand. Without a program, a computer
is useless.
Programming language: An artificial set of rules, vocabulary and syntax used to instruct
the computer to execute certain tasks.
Computer program: A sequence of instructions that can be executed by a computer to
carry out a process.
Over the years, a wide range of programming languages have been developed, including
BASIC, FORTRAN, PASCAL, C++, JAVA, and so on. Each language has a unique set of
words (codes) that it understands and a special syntax for organizing program instructions.
The language the computer actually understands is called machine language, which
comprises numbers only. This language is used by the computer to understand the
programming language and translate the terms into executable instructions.
TWO KINDS/CATEGORIES OF SOFTWARE
systems software
and applications software.
Systems software
includes the operating system and all the utilities that enable the
computer to function. The most important program that runs on a computer is the operating
system.
CATEGORIES OF SYSTEM SOFTWARE
Operating system
Utilities programs
Language translators
Operating system