Chapter 1
Chapter 1
[ECEg-1052]
Chapter One:
Computer Systems Overview
3
Cont’d...
An electronic device that stores and process data, in
doing so:
➔
Receive data (input)
➔
Processes data arithmetically and logically
➔
Produce information (output) from the processing
➔
Store information (output) for future use
4
Cont’d...
The four operations are referred to as the information
processing cycle:
➔
Input,
➔
Process,
➔
Output, and
➔
Storage.
Computers transform raw data into information.
5
Cont’d...
Types of Computer
Based on their task or purpose.
➔
General purpose computers:- may be applied to any solvable
problem
Example: Personal Computer(PC)
➔
Special purpose computers: designed for a particular purpose or
task.
Example: Calculator
Based on their size and performance.
➔
Microcomputers ➔
Mainframe computers
➔
Minicomputers ➔
Supercomputers
6
Functional Components of a
computer system and organization
Regardless of the type of operation to be performed,
the work of a computer can be characterized as an
input → process → output model:
➔
The input stage is performed by the Input Unit
➔
The process stage is performed by the Central
Processing Unit
➔
The output stage is performed by the Output Unit
7
Cont’d...
Input Unit
➔
Accept data from external source and convert it to signals
sent to the CPU.
➔
Is the conduit through which data and instructions enter a
computer.
Keyboard 8
Cont’d...
9
Cont’d...
10
Cont’d...
13
Cont’d...
Random Access Memory or RAM
Stores:
Instructions waiting to be executed
Data needed by those instructions
Results of processed data
RAM requires continuous power to maintain its
information, therefore if the computer loses power, any
unsaved information in RAM will be lost.
RAM is temporary.
14
Cont’d...
15
Cont’d...
Input Central
Input Centralprocessing
processingunit
unit(CPU)
(CPU) Output
Output
Disk
Disk Disk
Disk
17
Hardware and Software
A computer system consists of hardware and software for its
proper function.
Hardware
➔
The term hardware refers to all of the physical devices, or
components, that a computer is made of.
➔
A computer is not one single device, but a system of
devices that all work together.
Software
➔
Software are programs written to perform specific tasks.
➔
For example, word processors are programs that you use to
write letters, papers, and even books.
18
Cont’d...
There are two general categories of software:
➔
System software and
➔
Standalone (application software).
19
Cont’d...
System software
Control the computer.
The system program that loads first when you turn on
your PC is called the operating system.
Without an operating system, the computer is useless.
The operating system monitors the overall activity of the
computer and provides services.
Some of these services include memory management,
input/output activities, and storage management.
20
Cont’d...
Standalone (application software)
Perform a specific task.
For examples
➔
Word processors,
➔
Spreadsheets, and
➔
Games
The operating system is the program that runs
application programs.
21
How Computers Store Data
When you press A on your keyboard, the computer
displays A on the screen.
But what is actually stored inside the computer’s main
memory?
What is the language of the computer?
How does it store whatever you type on the keyboard?
22
Cont’d...
Electrical signals are used inside the computer to process
information.
There are two types of electrical signals: analog and digital.
Analog signals
➔
are continuous wave forms used to represent such things
as sound.
➔
Audio tapes, for example, store data in analog signals.
Digital signals
➔
Represent information with a sequence of 0 s & 1 s.
➔
A 0 represents a low voltage, and a 1 represents a high
voltage.
23
Cont’d...
Computers use digital signals.
The language of a computer, called machine language,
is a sequence of 0 s and 1 s.
Every letter, number, or special symbol (such as * or
{ ) on your keyboard is encoded as a sequence of bits,
each having a unique representation.
The most commonly used encoding scheme on
personal computers is the seven-bit American Standard
Code for Information Interchange (ASCII).
24
Cont’d...
American Standard Code for Information Interchange (ASCII)
The ASCII data set consists of 128 characters numbered 0 through
127.
That is, in the ASCII data set, the position of the first character is 0,
the position of the second character is 1, and so on.
In fact, A is the 66th character in the ASCII character code, but its
position is 65 because the position of the first character is 0.
Inside the computer, every character is represented as a sequence of
eight bits, that is, as a byte.
Now the eight-bit binary representation of 65 is 01000001.
25
Cont’d...
Note
The number system that we use in our daily life is
called the decimal system, or base 10.
Because everything inside a computer is represented as
a sequence of 0s and 1s, that is, binary numbers, the
number system that a computer uses is called binary,
or base 2.
We indicated in the preceding paragraph that the
number 1000001 is the binary representation of 65.
26
Cont’d...
27
Thank You !
28