Presentation is loading. Please wait.

Presentation is loading. Please wait.

Levels of Abstraction Computer Organization. Level of Abstraction u Provides users with concepts/tools to solve problem at that level u Implementation.

Similar presentations


Presentation on theme: "Levels of Abstraction Computer Organization. Level of Abstraction u Provides users with concepts/tools to solve problem at that level u Implementation."— Presentation transcript:

1 Levels of Abstraction Computer Organization

2 Level of Abstraction u Provides users with concepts/tools to solve problem at that level u Implementation hides complex details –different implementations using different underlying “machines” are possible

3 Level of Abstraction -- Example u Abstract Data Types –stack, queue, priority queue u Use for building higher level programs –solution search (e.g. maze, TSP) –depth-first, breadth first, branch and bound u Implementation –built on base language: C++, Pascal, Ada, etc. u Can be used to build high level abstraction –generic solution search –event driven simulation language

4 Levels of Abstraction Virtual Machine 0 Virtual Machine 1 Virtual Machine 2 Virtual Machine 3 Implementation of VM 3 on VM 2 Implementation of VM 2 on VM 1 Implementation of VM 1 on VM 0

5 Data Structures example Base Language, e.g. C++ Data Structures Event Scheduling Simulation Language Simulation of Bank translation

6 Hardware/Software Interface simple RISC High Level Language (HLL) Assembly Language Compiler (translation) Operating System (OS) Assembler (translation/mapping to ISA) Instruction Set Architecture (ISA) Partial Interpretation (device drivers, etc) Digital Logic Hardware Electronics -- transistors, etc Hardware 4 3 2 1 0

7 Hardware/Software Interface more complex architectures 3 2 1 Digital Logic ISA OS Assembler Assembler (translation/mapping to ISA) Partial Interpretation (device drivers, etc) Hardware Electronics -- transistors, etc Hardware 0 Microarchitecture Firmware interpreter 1A

8 Java Java (HLL) Java Byte Code (ISA) Java Compiler Java Virtual Machine (JVM) Interpreter and JIT compiler Machine ISA OS

9 Java -- Java Chips Digital Logic JVM Java Byte Code = ISA Java (HLL) Java Compiler Interpreter and JIT compiler (Microarchitecture)

10 This Course Digital Logic Operating System (OS) Assembly Language High Level Language (HLL) Compiler (translation) Assembler (translation/mapping to ISA) Hardware Instruction Set Architecture (ISA) Partial Interpretation (device drivers, etc) Electronics -- transistors, etc Hardware 1 23 COSC 301 COSC 425 COSC 420


Download ppt "Levels of Abstraction Computer Organization. Level of Abstraction u Provides users with concepts/tools to solve problem at that level u Implementation."

Similar presentations


Ads by Google