Computers Lecture No 2
Computers Lecture No 2
Lecture No 2
DEVELOPMENT OF
COMPUTERS
2
UNESCO ICTLIP Module 1. Lesson 2
WHAT ARE THE SO-CALLED
COMPUTER GENERATIONS?
3
UNESCO ICTLIP Module 1. Lesson 2
GENERATIONS (CONTINUED)
4
UNESCO ICTLIP Module 1. Lesson 2
ELEMENTS OF A COMPUTER SYSTEM
1. People - the most important part
and beneficiary of a computer system,
generally categorized as either end-
users or developers
2. Procedures - are descriptions of
how things are done, i.e. manuals,
documentations, …
3. Data/Information - raw facts (data)
and processed data (information) that
5
areUNESCO
used ICTLIPto produce
Module 1. Lesson 2 the desired result
ELEMENTS OF A COMPUTER SYSTEM
4. Hardware - the physical element of a
computer system categorized according to
the basic operations they perform: input,
processing, output, storage and
communications.
5. Software - provides the step by step
instructions that tell the computer what to
do. Generally software is divided into
system software and application software.
6. Communications - refers to the
electronic transfer of data from one place
to another 6
UNESCO ICTLIP Module 1. Lesson 2
WHAT ARE THE DIFFERENT
TYPES OF COMPUTER SYSTEMS?
In general, computers are sorted
according to physical size and
processing power.
The different types are:
Supercomputer Mainframe,
Minicomputer, Microcomputer
(Desktop,Laptop, Notebook, Palmtop),
Microcontroller
7
UNESCO ICTLIP Module 1. Lesson 2
HOW IS DATA REPRESENTED
IN THE COMPUTER?
Computers represent data as two-state
systems. This means that the computer
recognizes only two numbers, 0 and 1.
Larger numbers, letters and special
characters are formed using combinations
of 0 and 1. Each of these two numbers is
called a bit from the words binary digit.
The combination of bits to form
meaningful characters or numbers is
called a byte.
8
UNESCO ICTLIP Module 1. Lesson 2
WHAT CODING SCHEMES ARE USED TO
FORM MEANINGFUL BYTES OF DATA?