Lecture 1-1
Lecture 1-1
Lecture 1-1
MATTHEW COBBINAH
0547900989
matthew.cobbinah@cauc-ghana.edu.gh
profmatthew.2020@gmail.com
COMPUTER ORGANIZATION AND ARCHITECTURE
(COA)
RECOMMENDED BOOK
For example;
It is an architectural design issue whether a computer will have an add
instruction.
But it is an organizational design issue whether that instruction will be
implemented by a special add unit
So, the fact that an add instruction is available is a computer architecture issue,
and how that add instruction is implemented is a computer organization issue.
COA
Many computer manufacturers offer a family of computer models, all with the
same architecture but with differences in organization
Th effect is that different models in the family will have different price and
performance characteristics.
So, a particular architecture can span many years and encompass a number of
different computer models, while its organization will be changing with
changing technology
PART 2
The designer need only deal with a particular level of the system at a
time.
At each level, the designer is concerned with the structure and the
function
Structure: The way the individual components are interrelated
Function: The operation of each individual component as part of the
structure
BASIC FUNCTION OF THE COMPUTER SYSTEM
Structure
1. Central processing unit (CPU): Controls the operation of the computer and
performs its data processing functions; often simply referred to as processor.
2. Main memory: Stores data.
3. I/O: Moves data between the computer and its external environment.
4. System interconnection: Some mechanism that provides for communication
among CPU, main memory, and I/O.
A common example of system interconnection is by means of a system bus, consisting of
a number of conducting wires to which all the other components attach.
THE CENTRAL PROCESSING UNIT (CPU)
The CPU is the portion of a computer that fetches and executes instructions.
The CPU is known as the processor in a system with a single processing unit.