Computer System Organizations: Ms - Chit Su Mon
Computer System Organizations: Ms - Chit Su Mon
Computer system
organizations
MS.CHIT SU MON
Central Processing Unit
...
A five-stage pipeline
The state of each stage as a function of time. Nine clock cycles
are illustrated
Superscalar Architectures
If(1)
one pipeline is good, then surely two pipelines are better.
A single-bus multiprocessor.
A multicomputer with local memories.
Primary Memory
The memory is that part of the computer where
programs and data are stored.
Without a memory from which the processors can
read and write information, there would be no stored-
program digital computers.
Bits
The basic unit of memory is the binary digit, called a
bit. A bit may contain a 0 or a 1.
Memories consist of a number of cells (or
locations) each of which can store a piece of
information.
Data Representation in the
Computer
0000....................0
0001....................1
0010....................2
0011....................3
0100....................4
0101....................5
0110....................6
0111....................7
1000....................8
1001....................9
1010....................10
1011....................11
1100....................12
1101....................13
Converting decimal to
binary
123 1111011
÷2
61 remainder 1
÷2
30 remainder 1
÷2
15 remainder 0
÷2
7 remainder 1
÷2
3 remainder 1
÷2
1 remainder 1
÷2
0 remainder 1
Converting decimal to
binary
102 1100110
÷2
51 remainder 0
÷2
25 remainder 1
÷2
12 remainder 1 Most
÷2
6 remainder 0 significant
÷2 bit
3 remainder 0
÷2
1 remainder 1
÷2
0 remainder 1
Converting decimal to
binary
102 1100110
÷2
51 remainder 0
÷2
25 remainder 1
÷2
12 remainder 1 Least
÷2
6 remainder 0 significant
÷2 bit
3 remainder 0
÷2
1 remainder 1
÷2
0 remainder 1
Memory Addresses
Operation of ADSL.
Digital Subscriber Lines
(2)
A typical ADSL equipment configuration.
Internet over Cable (1)
A digital camera.
ASCII Character Codes
(1)