You are on page 1of 20

PRINCIPLES OF IT

ITBP 103

UNIT 4
COMPUTING SYSTEMS
Computing systems are composed of hardware and software
components. Hardware components include: Arithmetic and Logical
Unit (ALU), Control Unit (CU), Memory (RAM) and I/O devices.
Software components include: application software and system
software.

Spring 2021 CIT, UAE University


2 Unit Objectives

 In this chapter you will:


 Define system unit
 Understand computer components
 Understand how computers represent data
 Explain how computers run programs
 Illustrate I/O and related devices
 Distinguish Application and System Software
 Explain the role of operating systems

CIT, UAEU.
3 Unit Contents

1. Computer components
2. System unit
3. Data presentation
4. Machine cycle
5. Primary and secondary storages
6. I/O types and devices
7. Application and System Software
8. Operating System

CIT, UAEU.
4 Unit Roadmap

System Software Computer


Circuits

RAM Made up of
Run by

Run on
CPU

Application Software
Made up of

Logical Gates
Software Hardware
5 Computer Components

Communication Secondary Storage


Devices - Magnetic disk

Buses
Central Processing Primary Storage
Unit (CPU)

Input Devices Output Devices


- Keyboard - Printers
6 System Unit

Common components of the System Unit


power supply drive bays

 Processor
 Memory processor
 Adapter cards
 Sound card
 Video card ports memory
 Ports
 Drive bays
 Power supply

sound card
video card
7 System Unit

Motherboard

 Main circuit board in


system unit
 Contains CPU all
circuits including
adapter cards,
processor chips, and
memory chips
8 System Unit

manipulates raw data into


more useful form and
The CPU controls the other parts of the
computer system.

temporarily stores data and


Primary storage program instructions during
processing.

devices store data and


Secondary storage programs when they are not
being used in processing.

CIT, UAEU.
9 System Unit

convert data and instructions


Input devices into digital form for input into
the computer.

convert digital data produced


by the computer system and
Output devices display them in a form that
people can understand.

provide connections between


Communication devices the computer and
communications networks.

CIT, UAEU.
10 System Unit

 Buses
 are circuitry paths for transmitting data and signals
among the parts of the computer system.
11 Data Representation

 All symbols, pictures or words must be reduced to


a string of binary digits.
 A binary digit is called a bit and represents either a
0 or a 1.
 These are the only digits in the binary or base 2,
number system used by computers.
 A string of eight bits used to store one number or
character in a computer system is called a byte).
12 Data Representation

 One byte for character A represented as 01000001


 The computer representation in ASCII for the name
Alice is:
01000001 A
01001100 L
01001001 I
01000011 C
01000101 E
13 Data Representation

 A common coding systems for Information Interchange is


called ASCII
 ASCII was originally designed as a seven-bit code, but most
computers use eight-bit versions
 The computers store a picture by creating a grid overlay of the
picture.
 Each single point in this grid, or matrix is called a pixel
(picture element) and consists of a number of bits.

Memory Mapped Video


14 Data Representation

How is a letter converted to binary form and back?

Step 1.
The user presses Step 2.
the capital letter An electronic signal for the
D (shift+D key) capital letter D is sent to the
on the keyboard. system unit.

Step 4.
After processing, the binary Step 3.
code for the capital letter D is The signal for the capital letter D
converted to an image, and is converted to its ASCII binary
displayed on the output device. code (01000100) and is stored in
memory for processing.
15 Central Processing Unit (CPU)

 The CPU is the part of the computer system where


the manipulation of symbols, numbers, and letters
occurs, and it controls the other parts of the
computer system.
16 Central Processing Unit (CPU)

Processor
 Interprets and carries out Control
Control Arithmetic
Arithmetic
basic instructions that Unit
Unit LogicUnit
Logic Unit(ALU)
(ALU)
operate a computer
Instructions
 Control unit directs and Data
Informatio
coordinates operations in n
computer
Input Output
 Arithmetic logic unit Devices
Data Memory Information
Devices
(ALU) performs
arithmetic, comparison, Instructions
and logical operations Data
Informatio
n
 Also called the processor
Storage
Devices
17 Machine Cycle

Four operations of the CPU comprise a machine cycle

Step 1. Fetch
Obtain program instruction
or data item from memory

Memory
Step 2.
Step 4. Store Decode
Write result to memory Translate
instruction into
Processor commands
ALU Control Unit
Step 3. Execute
Carry out command
18 Primary Storage: RAM

Central Processing Unit (CPU) Primary Storage or RAM

Arithmetic Logic Unit (ALU) I


22 + 11 = 33
8

Control Unit # U

Data Bus
Address Bus
Control Bus
19 Bus

 Three kinds of busses linked between the CPU,


primary storage and the other devices in the
computer system:
 Data bus: Pass information in bi-directional.
 Address bus: Transmits signals for locating a given
address in primary storage, indicating where data
should be placed.
 Control bus: Transmits signal specifying whether to
read or write data to or from primary storage address,
input device or output device.
20 Program Execution

RAM Step 1. When you start the computer, certain


operating system files are loaded into RAM from
Operating system Operating system the hard disk. The operating system displays the
instructions interface user interface on the screen.

Step 2. When you start a Web browser, the


program’s instructions are loaded into RAM from
Web browser Web browser the hard disk. The Web browser window is
displayed on the screen.
instructions window
Step 3. When you start a word processing
program, the program’s instructions are loaded
Word processing into RAM from the hard disk. The word
Word processing processing program, along with the Web Browser
program
program window and certain operating system instructions are in
instructions RAM. The word processing program window is
displayed on the screen.
RAM
Step 4. When you quit a program, such as the
Web browser, its program instructions are
removed from RAM. The Web browser is no
longer displayed on the screen.
Web browser program Web browser
instructions are window is no
removed from RAM longer displayed on
desktop

You might also like