Download presentation
Presentation is loading. Please wait.
Published byMuriel Park Modified over 9 years ago
1
COMPUTER SCIENCE Data Representation and Machine Concepts Section 2.1 Instructor: Lin Chen Sept 2013
2
2.1 Computer Architecture 2 Data Manipulation CPU Basic http://wwwtw.vub.ac.be/werk/cursussen/mechatronica/frames/finished%20projects/Visual%2 0Sound%20Indicator/MYWEB5/68hc11.htm ALU CU RU CPU Memory … … C239 C23A Motorola 68HC11 Bus
3
2.1 Computer Architecture 2 Data Manipulation ALU CU RU CPU (Central Processing Unit) Memory … … C239 C23A C23B … Arithmetic/Logic Unit Perform operations on data Addition Subtraction …
4
2.1 Computer Architecture 2 Data Manipulation ALU CU RU CPU Memory … … C239 C23A C23B … Control Unit Coordinate the machine activities
5
2.1 Computer Architecture 2 Data Manipulation ALU CU RU CPU Memory … … C239 C23A C23B … Register Unit Store data temporarily
6
2.1 Computer Architecture 2 Data Manipulation ALU CU RU CPU Memory B6 C1 33 … … C239 C23A C23B … 16-bits memory address expressed as 4 hexadecimal number Each memory cell store 8-bits data
7
2.1 Computer Architecture 2 Data Manipulation ALU CU RU CPU Memory 11 22 … … C239 C23A C23B … Add two numbers
8
2.1 Computer Architecture 2 Data Manipulation ALU CU 11 RU CPU Memory 11 22 … … C239 C23A C23B … Add two numbers 1.Load first number to register
9
2.1 Computer Architecture 2 Data Manipulation ALU CU 11 RU 22 CPU Memory 11 22 … … C239 C23A C23B … Add two numbers 1. Load first number to register 2. Load second number to register
10
2.1 Computer Architecture 2 Data Manipulation ALU CU 11 RU 22 33 CPU Memory 11 22 … … C239 C23A C23B … Add two numbers 1. Load first number to register 2. Load second number to register 3. Add two number and save the result in third register
11
2.1 Computer Architecture 2 Data Manipulation ALU CU 11 RU 22 33 CPU Memory 11 22 33 … … C239 C23A C23B … Add two numbers 1. Load first number to register 2. Load second number to register 3. Add two number and save the result in third register 4. Store the result to the memory
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.