SlideShare a Scribd company logo

IS 139
Lecture 2
(Introduction – Part 2)
Introduction
The Computer Level Hierarchy
 Computers consist of many things besides
chips.
 Before a computer can do anything worthwhile,
it must also use software.
 Writing complex programs requires a “divide
and conquer” approach, where each program
module solves a smaller problem.
 Complex computer systems employ a similar
technique through a series of virtual machine
layers.
2
The Computer Level Hierarchy
 Each virtual machine
layer is an abstraction of
the level below it.
 The machines at each
level execute their own
particular instructions,
calling upon machines at
lower levels to perform
tasks as required.
 Computer circuits
ultimately carry out the
work.
3
The Computer Level Hierarchy
 Level 6: The User Level
 Program execution and user interface level.
 The level with which we are most familiar.
 Level 5: High-Level Language Level
 The level with which we interact when we write
programs in languages such as C, Pascal, Lisp, and
Java.
4
The Computer Level Hierarchy
 Level 4: Assembly Language Level
 Acts upon assembly language produced from
Level 5, as well as instructions programmed
directly at this level.
 Level 3: System Software Level
 Controls executing processes on the system.
 Protects system resources.
 Assembly language instructions often pass
through Level 3 without modification.
5
The Computer Level Hierarchy
 Level 2: Machine Level
 Also known as the Instruction Set Architecture
(ISA) Level.
 Consists of instructions that are particular to the
architecture of the machine.
 Programs written in machine language need no
compilers, interpreters, or assemblers.
6
The Computer Level Hierarchy
 Level 1: Control Level
 A control unit decodes and executes instructions
and moves data through the system.
 Control units can be microprogrammed or
hardwired.
 A microprogram is a program written in a low-
level language that is implemented by the
hardware.
 Hardwired control units consist of hardware that
directly executes machine instructions.
7
The Computer Level Hierarchy
 Level 0: Digital Logic Level
 This level is where we find digital circuits (the
chips).
 Digital circuits consist of gates and wires.
 These components implement the mathematical
logic of all other levels.
8
The von Neumann Model
 On the ENIAC, all programming was done at
the digital logic level.
 Programming the computer involved moving
plugs and wires.
 A different hardware configuration was needed
to solve every unique problem type.
9
Configuring the ENIAC to solve a “simple” problem
required many days labor by skilled technicians.
The von Neumann Model
 Inventors of the ENIAC, John Mauchley and
J. Presper Eckert, conceived of a computer
that could store instructions in memory.
 The invention of this idea has since been
ascribed to a mathematician, John von
Neumann, who was a contemporary of
Mauchley and Eckert.
 Stored-program computers have become
known as von Neumann Architecture
systems.
10
The von Neumann Model
 Properties of a von Neumann architecture
 Data & Instructions are stored in the same
memory – are only distinguishable through
usage
 Only a single memory space – accessed
sequentially
 Memory is one dimensional
 Meaning of data is not stored with it
11
The von Neumann Model
 Today’s stored-program computers have the
following characteristics:
 Three hardware systems:
 A central processing unit (CPU)
 A main memory system
 An I/O system
 The capacity to carry out sequential instruction
processing.
 A single data path between the CPU and main
memory.
 This single path is known as the von Neumann
bottleneck.
12
The von Neumann Model
 This is a general
depiction of a
von Neumann
system:
 These computers
employ a fetch-
decode-execute
cycle to run
programs as
follows . . .
13
The von Neumann Model
 The control unit fetches the next instruction from
memory using the program counter to determine where
the instruction is located.
14
The von Neumann Model
 The instruction is decoded into a language that the ALU
can understand.
15
The von Neumann Model
 Any data operands required to execute the instruction
are fetched from memory and placed into registers
within the CPU.
16
The von Neumann Model
 The ALU executes the instruction and places results in
registers or memory.
17
von Neumann Models -
Improvements
 Conventional stored-program computers
have undergone many incremental
improvements over the years.
 These improvements include adding
specialized buses, floating-point units, and
cache memories, to name only a few.
 But enormous improvements in
computational power require departure from
the classic von Neumann architecture.
 Adding processors is one approach.
18
von Neumann Models -
Improvements
 In the late 1960s, high-performance
computer systems were equipped with dual
processors to increase computational
throughput.
 In the 1970s supercomputer systems were
introduced with 32 processors.
 Supercomputers with 1,000 processors were
built in the 1980s.
 In 1999, IBM announced its Blue Gene
system containing over 1 million processors.
19
Non-von Neumann Models
 Typed storage (self-identifying data)
 Each operand (data item) carries bits to
identify its type
 Programs that operate on structures rather
than words
 Functional approach
 Replacing computation as a sequence of
discrete operations
 Data flow model – order of execution
depends on data interdependence
20
Conclusion & Further reading
You should now be sufficiently familiar with
general system structure to guide your studies
throughout the remainder of this course.
Subsequent lectures will explore many of these
topics in great detail.
Essentials of Computer Organization &
architecture – Linda Null => Chapter 1
21

More Related Content

PPTX
Central processing unit
DOC
Bct Section 1.2 Terms
PPTX
RISC Vs CISC, Harvard v/s Van Neumann
PDF
Difference Between CISC RISC, Harward & Von-neuman
PPTX
Von Neumann Architecture
PPTX
Harvard architecture
PPTX
Week3 v2 (1)
PPT
Multilevel arch & str org.& mips, 8086, memory
Central processing unit
Bct Section 1.2 Terms
RISC Vs CISC, Harvard v/s Van Neumann
Difference Between CISC RISC, Harward & Von-neuman
Von Neumann Architecture
Harvard architecture
Week3 v2 (1)
Multilevel arch & str org.& mips, 8086, memory

What's hot (20)

PPT
Computer architecture
PDF
01. introduction to embedded systems
PPTX
Von-Neumann machine and IAS architecture
PPTX
Basic computer architecture
PDF
Computer organization-and-architecture-questions-and-answers
PPT
Computer architecture
PPT
Computer architecture
PDF
Computer architecture
PDF
VTU University Micro Controllers-06ES42 lecturer Notes
PDF
Computer Oraganisation and Architecture
PPTX
Computer Organization: Introduction to Microprocessor and Microcontroller
PDF
Computer Fundamentals Chapter 07 pam
PPTX
Computer Architecture and organization
PDF
CS4109 Computer System Architecture
PDF
Cp unit 1
DOCX
Risc and cisc casestudy
PDF
Computer architecture short note (version 8)
PPTX
Computer architecture and organization
PPTX
Computer Organization : CPU, Memory and I/O organization
Computer architecture
01. introduction to embedded systems
Von-Neumann machine and IAS architecture
Basic computer architecture
Computer organization-and-architecture-questions-and-answers
Computer architecture
Computer architecture
Computer architecture
VTU University Micro Controllers-06ES42 lecturer Notes
Computer Oraganisation and Architecture
Computer Organization: Introduction to Microprocessor and Microcontroller
Computer Fundamentals Chapter 07 pam
Computer Architecture and organization
CS4109 Computer System Architecture
Cp unit 1
Risc and cisc casestudy
Computer architecture short note (version 8)
Computer architecture and organization
Computer Organization : CPU, Memory and I/O organization
Ad

Similar to IS 139 Lecture 2 - 2015 (20)

PPTX
Ch01.pptxxxxxxxxxcxcxcxxccxxxxxxxxxxxcccccc
PPTX
Ch01.pptxcomputer organization and architecture schools
PPTX
Unit I _COMPUTER ORGANISATON AND ARCHITECTURE_PPT.pptx
PPTX
Unit I _Computer organisation andarchitecture
PPTX
Computer organization and architecture.pptx
PPT
Introduction to Computer Organization and Architecture
PPT
Introduction to Computer Organization and Architecture
PPTX
scb2013--_owasptop10-2013-131028002253-phpapp02_(1)-10082017104949
PPTX
Comp Evo and Interrupts.pptx
PPTX
onur-comparch-fall2018-lecture3a-whycomparch-afterlecture.pptx
PPT
Brief Introduction.ppt
PDF
chapter 1 of computers organization .pdf
PPTX
Computer organization and Architecture Chapter 1.pptx
PPTX
Computer Architecture and Organization CAO
PPTX
0578-computer-fundamentals.pptx
PPT
Forouzan Chapter 1 - introduction-foundations-of-computer.ppt
PPT
Forouzan Chapter 1 - introduction-foundations-of-computer.ppt
PPT
Computer basics
PPTX
lecture3-isa.pptxlecture3-isa.pptxlecture3-isa.pptx
PPT
Computer generations (1950–present)
Ch01.pptxxxxxxxxxcxcxcxxccxxxxxxxxxxxcccccc
Ch01.pptxcomputer organization and architecture schools
Unit I _COMPUTER ORGANISATON AND ARCHITECTURE_PPT.pptx
Unit I _Computer organisation andarchitecture
Computer organization and architecture.pptx
Introduction to Computer Organization and Architecture
Introduction to Computer Organization and Architecture
scb2013--_owasptop10-2013-131028002253-phpapp02_(1)-10082017104949
Comp Evo and Interrupts.pptx
onur-comparch-fall2018-lecture3a-whycomparch-afterlecture.pptx
Brief Introduction.ppt
chapter 1 of computers organization .pdf
Computer organization and Architecture Chapter 1.pptx
Computer Architecture and Organization CAO
0578-computer-fundamentals.pptx
Forouzan Chapter 1 - introduction-foundations-of-computer.ppt
Forouzan Chapter 1 - introduction-foundations-of-computer.ppt
Computer basics
lecture3-isa.pptxlecture3-isa.pptxlecture3-isa.pptx
Computer generations (1950–present)
Ad

More from Aron Kondoro (6)

PPTX
IS 151 Lecture 1 (2015)
PPT
IS 139 Lecture 4 - 2015
PPT
IS 139 Lecture 3 - 2015
PPTX
IS 139 Lecture 1 - 2015
PDF
IS 139 Course Outline - 2015
PPTX
IS 151 (2013) Lecture 1
IS 151 Lecture 1 (2015)
IS 139 Lecture 4 - 2015
IS 139 Lecture 3 - 2015
IS 139 Lecture 1 - 2015
IS 139 Course Outline - 2015
IS 151 (2013) Lecture 1

Recently uploaded (20)

PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
Spectroscopy.pptx food analysis technology
PDF
Encapsulation theory and applications.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Electronic commerce courselecture one. Pdf
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
Big Data Technologies - Introduction.pptx
PPTX
MYSQL Presentation for SQL database connectivity
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
MIND Revenue Release Quarter 2 2025 Press Release
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Spectroscopy.pptx food analysis technology
Encapsulation theory and applications.pdf
Encapsulation_ Review paper, used for researhc scholars
20250228 LYD VKU AI Blended-Learning.pptx
Electronic commerce courselecture one. Pdf
sap open course for s4hana steps from ECC to s4
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Network Security Unit 5.pdf for BCA BBA.
Review of recent advances in non-invasive hemoglobin estimation
Digital-Transformation-Roadmap-for-Companies.pptx
Big Data Technologies - Introduction.pptx
MYSQL Presentation for SQL database connectivity
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
“AI and Expert System Decision Support & Business Intelligence Systems”
Diabetes mellitus diagnosis method based random forest with bat algorithm
Programs and apps: productivity, graphics, security and other tools
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Spectral efficient network and resource selection model in 5G networks

IS 139 Lecture 2 - 2015

  • 1.  IS 139 Lecture 2 (Introduction – Part 2) Introduction
  • 2. The Computer Level Hierarchy  Computers consist of many things besides chips.  Before a computer can do anything worthwhile, it must also use software.  Writing complex programs requires a “divide and conquer” approach, where each program module solves a smaller problem.  Complex computer systems employ a similar technique through a series of virtual machine layers. 2
  • 3. The Computer Level Hierarchy  Each virtual machine layer is an abstraction of the level below it.  The machines at each level execute their own particular instructions, calling upon machines at lower levels to perform tasks as required.  Computer circuits ultimately carry out the work. 3
  • 4. The Computer Level Hierarchy  Level 6: The User Level  Program execution and user interface level.  The level with which we are most familiar.  Level 5: High-Level Language Level  The level with which we interact when we write programs in languages such as C, Pascal, Lisp, and Java. 4
  • 5. The Computer Level Hierarchy  Level 4: Assembly Language Level  Acts upon assembly language produced from Level 5, as well as instructions programmed directly at this level.  Level 3: System Software Level  Controls executing processes on the system.  Protects system resources.  Assembly language instructions often pass through Level 3 without modification. 5
  • 6. The Computer Level Hierarchy  Level 2: Machine Level  Also known as the Instruction Set Architecture (ISA) Level.  Consists of instructions that are particular to the architecture of the machine.  Programs written in machine language need no compilers, interpreters, or assemblers. 6
  • 7. The Computer Level Hierarchy  Level 1: Control Level  A control unit decodes and executes instructions and moves data through the system.  Control units can be microprogrammed or hardwired.  A microprogram is a program written in a low- level language that is implemented by the hardware.  Hardwired control units consist of hardware that directly executes machine instructions. 7
  • 8. The Computer Level Hierarchy  Level 0: Digital Logic Level  This level is where we find digital circuits (the chips).  Digital circuits consist of gates and wires.  These components implement the mathematical logic of all other levels. 8
  • 9. The von Neumann Model  On the ENIAC, all programming was done at the digital logic level.  Programming the computer involved moving plugs and wires.  A different hardware configuration was needed to solve every unique problem type. 9 Configuring the ENIAC to solve a “simple” problem required many days labor by skilled technicians.
  • 10. The von Neumann Model  Inventors of the ENIAC, John Mauchley and J. Presper Eckert, conceived of a computer that could store instructions in memory.  The invention of this idea has since been ascribed to a mathematician, John von Neumann, who was a contemporary of Mauchley and Eckert.  Stored-program computers have become known as von Neumann Architecture systems. 10
  • 11. The von Neumann Model  Properties of a von Neumann architecture  Data & Instructions are stored in the same memory – are only distinguishable through usage  Only a single memory space – accessed sequentially  Memory is one dimensional  Meaning of data is not stored with it 11
  • 12. The von Neumann Model  Today’s stored-program computers have the following characteristics:  Three hardware systems:  A central processing unit (CPU)  A main memory system  An I/O system  The capacity to carry out sequential instruction processing.  A single data path between the CPU and main memory.  This single path is known as the von Neumann bottleneck. 12
  • 13. The von Neumann Model  This is a general depiction of a von Neumann system:  These computers employ a fetch- decode-execute cycle to run programs as follows . . . 13
  • 14. The von Neumann Model  The control unit fetches the next instruction from memory using the program counter to determine where the instruction is located. 14
  • 15. The von Neumann Model  The instruction is decoded into a language that the ALU can understand. 15
  • 16. The von Neumann Model  Any data operands required to execute the instruction are fetched from memory and placed into registers within the CPU. 16
  • 17. The von Neumann Model  The ALU executes the instruction and places results in registers or memory. 17
  • 18. von Neumann Models - Improvements  Conventional stored-program computers have undergone many incremental improvements over the years.  These improvements include adding specialized buses, floating-point units, and cache memories, to name only a few.  But enormous improvements in computational power require departure from the classic von Neumann architecture.  Adding processors is one approach. 18
  • 19. von Neumann Models - Improvements  In the late 1960s, high-performance computer systems were equipped with dual processors to increase computational throughput.  In the 1970s supercomputer systems were introduced with 32 processors.  Supercomputers with 1,000 processors were built in the 1980s.  In 1999, IBM announced its Blue Gene system containing over 1 million processors. 19
  • 20. Non-von Neumann Models  Typed storage (self-identifying data)  Each operand (data item) carries bits to identify its type  Programs that operate on structures rather than words  Functional approach  Replacing computation as a sequence of discrete operations  Data flow model – order of execution depends on data interdependence 20
  • 21. Conclusion & Further reading You should now be sufficiently familiar with general system structure to guide your studies throughout the remainder of this course. Subsequent lectures will explore many of these topics in great detail. Essentials of Computer Organization & architecture – Linda Null => Chapter 1 21