C00 - To Chuc May Tinh
C00 - To Chuc May Tinh
Content
Objectives
Topics related to data.
Topics related to software.
1-TURING MODEL
Generations of computers.
10/5/2021
1. Introduction
The modern microcomputer has roots going
back to USA in the 1940’s.
Of the many researchers, the Hungarian-
born mathematician, John von Neumann
(1903-57), is worthy of special mention.
He developed a very basic model for
computers which we are still using today.
1. Overview
3 - Computer
generations
Figure 1.8 Generation of Computers
10/5/2021
INTRODUCTION
We can divide the parts that make up a computer into three broad
categories or subsystem: the central processing unit (CPU) , the main
memory, and the input/output subsystem.
5 - CENTRAL
PROCESSING UNIT
Figure 1.18 Computer hardware (subsystems)
10/5/2021
Introduction
Main memory consists of a collection of storage locations, each with a
unique identifier, called an address.
Data is transferred to and from memory in groups of bits called words.
6-MAIN MEMORY
Cache memory
Cache memory is faster than main memory, but slower than the CPU and its registers.
Cache memory, which is normally small in size, is placed between the CPU and main memory.
7 - INPUT/OUTPUT
SUBSYSTEM
Figure 1.25 Hierarchical levels of memory.
10/5/2021
Introduction
In this section, we explore how these three subsystems (CPU, main memory, and I/O) are
interconnected.
The interconnection plays an important role because information needs to be exchanged
between the three subsystems.
8 - SUBSYSTEM INTERCONNECTION