SlideShare a Scribd company logo
CPU and its execution of instruction
Disclaimer: This presentation is prepared by trainees of
baabtra as a part of mentoring program. This is not official
document of baabtra –Mentoring Partner
Baabtra-Mentoring Partner is the mentoring division of baabte System Technologies Pvt .
Ltd
CPU and its execution of instruction
CPU AND ITS EXECUTION OF
INSTRUCTION
Jaseena A P
jsnp65@gmail.com
www.facebook.com/Jaseena
Muhammed A P
twitter.com/username
in.linkedin.com/in/profilena
me
9539443588
WHAT IS CPU?
 Central Processing Unit
 Brain of every computer
Two main components:
- ALU
- Control unit
COMPONENTS OF CPU
 ALU
-Arithmetic and Logical Unit
-Performs all arithmetic and logical operations.
Control Unit
- Extracts instruction from memory, decodes and
executes them
- Calls ALU whenever necessary.
REGISTERS
 Registers are temporary memory units that
store words.
 The registers are located in the processor, instead of
in RAM.
Some registers are
PC, AC, IR, Index register, AMASK, MAR, and MDR,
General purpose register, Data register and
Process status register.
Program Counter: Stores the address of the macro
instruction currently being executed.
Accumulator: Stores a previously calculated value or a
value loaded from the main memory.
Instruction Register: Stores a copy of the instruction
loaded from main memory (Instruction being executed
currently).
REGISTERS(CONTD..)
REGISTERS(CONTD..)
Address Mask: When the CPU needs to know the
address of a target word that an instruction is using,
the AMASK is AND'ed with the instruction to
eliminate the opcode, leaving only the desired
address.
 Memory Address Register: This register contains the
address of the place the CPU wants to work with in
the main memory. It is directly connected to the
RAM chips on the motherboard.
REGISTERS(CONTD….)
 Process status register:
This register contains the various information about
the cpu.
 Data register:
A register used in microcomputers to temporarily store
data being transmitted to or from a peripheral device.
 General purpose registers:
-A general purpose register is a memory cell.
-Each general purpose register has a unique name
-It is used to store intermediate result of complex
computation
REGISTERS(CONTD…)
 MDR(Memory data register)
-It is the register that contains the data to be
stored in the computer storage or data after a fetch
from the computer storage.
-It acts like a buffer and holds anything that is
copied from the memory ready for the processor
to use it,
 Index register:
-A hardware element which holds a number that
can be added to (or, in some cases, subtracted
from) the address portion of a computer
instruction to form an effective address.
-An index register in a computer's CPU is a
processor register used for modifying operand
addresses during the run of a program.
HOW CPU COMMUNICATES?
 Pathway that interconnect CPU to all the other
components on the motherboard
Two types:
-Internal
-External
 The lines or pins of a bus are of three types:
-Data
-Address
-Control
SYSTEM BUS
Address - the components pass memory addresses
to one another over the address bus.
Control - used to send out signals to coordinate and
manage the activities of the motherboard
components.
Data - transferred between peripherals, memory and
the CPU. Obviously, the data bus can be a very busy
pathway.
SYSTEM BUS(CONTD..)
INSTRUCTION
 Single operation of a processor defined by
the processor instruction set.
 An instruction has two components:
opcode operand
Eg: ADD Ro 100
INSTRUCTION TYPES
 Instructions can be divided into six groups:
-Data transfer
eg: MOV, LOAD
-Arithmetic
eg: ADD, SUB, DIV
-Logical
eg: AND, OR, NOT
-System-control
eg: STOP
-I/O
eg: IN and OUT
-Program Control
Program control can be divided into:
-Unconditional Branch
eg:JMP NEXT % Jump to the label NEXT
-Conditional Branch
eg: JZ LABEL % jump to label if current value in
AC is ZERO
-Subroutine call
eg: CALL SUB
-Interrupt handling
eg:TRAP
INSTRUCTION TYPES
INSTRUCTION CYCLE
1. Load the address of next instruction in the PC into the
MAR.
So that the control unit can fetch the instruction from the right part
of the memory.
2. Copy the instruction/data that is in the memory address
given by the MAR into the MDR.
MDR is used whenever anything is to go from the CPU to main
memory, or vice versa.
3. Increment the PC by 1.
So that it contains the address of the next instruction, assuming
that the instructions are in consecutive locations.
4. Load the instruction/data that is now in the MDR into
the IR.
Thus the next instruction is copied from memory -> MDR -> IR.
1.FETCH
2.DECODE
1. Contents of IR split into operation code and address
if present e.g. store, add or jump instructions.
2. Decode the instruction that is in the IR
3.EXECUTE
• If the instruction is a jump instruction then
Load the address part of the instruction in the IR into the PC.
• If the instruction is an input / load (directly) instruction
then
take data input and place in accumulator.
• If the instruction is a load (from memory) instruction.
Copy address part of the instruction (to load from) in the IR into MAR.
Copy data from memory address held in MAR to MDR.
Copy data in MDR into accumulator
• If the instruction is a store instruction then:
Copy address part of the instruction (to store in) in the IR into
MAR.
Copy data in accumulator to MDR.
Copy data in MDR into memory address held in MAR.
• If the instruction is arithmetic then:
Copy address part of the instruction (of number to perform
arithmetic operation) in the IR into MAR.
Copy number from memory address held in MAR into MDR.
Perform operation to number in accumulator (accumulator will
now hold the result).
EXECUTE(CONTD..)
• If the instruction is an output (from memory)
instruction then:
Copy address part of part of the instruction (of data to output) in IR
into MAR.
Output contents of MDR.
EXECUTE(CONTD…)
4.STORE THE OUTPUT
Result of calculations in cpu stored in main memory
or sent to output devices.
Program Counter could be updated to a new address
AN EXAMPLE
If this presentation helped you, please visit our
page facebook.com/baabtra and like it.
Thanks in advance.
www.baabtra.com | www.massbaab.com |www.baabte.com
Contact Us
Emarald Mall (Big Bazar Building)
Mavoor Road, Kozhikode,
Kerala, India.
Ph: + 91 – 495 40 25 550
NC Complex, Near Bus Stand
Mukkam, Kozhikode,
Kerala, India.
Ph: + 91 – 495 40 25 550
Start up Village
Eranakulam,
Kerala, India.
Email: info@baabtra.com

More Related Content

PPT
03 top level view of computer function and interconnection.ppt.enc
PPT
Cs intro-ca
PDF
Computer Organization
PPTX
Processor Organization and Architecture
PPT
Program control
PPTX
Cpu and its execution statements
PPT
03. top level view of computer function & interconnection
PPT
Cpu organisation
03 top level view of computer function and interconnection.ppt.enc
Cs intro-ca
Computer Organization
Processor Organization and Architecture
Program control
Cpu and its execution statements
03. top level view of computer function & interconnection
Cpu organisation

What's hot (20)

PPTX
Input output in computer Orgranization and architecture
PPT
Modes Of Transfer in Input/Output Organization
PDF
COMPUTER ORGANIZATION NOTES Unit 5
PPT
Data transfer and manipulation
PPTX
CPU & RAM
PPT
Unit – 2
PPTX
PPTX
Register Organization and Instruction cycle
PPTX
Instruction set and instruction execution cycle
PDF
Data Manipulation
DOC
How CPU’s and Memory Work
PPT
top level view of computer function and interconnection
PPTX
Computer organization
PPTX
Cpu & its execution of instruction
PPT
computer architecture
PPT
Computer Organisation and Architecture
PDF
Input-Output Modules
PPTX
Computer Organisation & Architecture (chapter 1)
PDF
Processor Organization and Architecture
PDF
COMPUTER ORGANIZATION NOTES Unit 3 4
Input output in computer Orgranization and architecture
Modes Of Transfer in Input/Output Organization
COMPUTER ORGANIZATION NOTES Unit 5
Data transfer and manipulation
CPU & RAM
Unit – 2
Register Organization and Instruction cycle
Instruction set and instruction execution cycle
Data Manipulation
How CPU’s and Memory Work
top level view of computer function and interconnection
Computer organization
Cpu & its execution of instruction
computer architecture
Computer Organisation and Architecture
Input-Output Modules
Computer Organisation & Architecture (chapter 1)
Processor Organization and Architecture
COMPUTER ORGANIZATION NOTES Unit 3 4
Ad

Similar to CPU and its execution of instruction (20)

PPTX
Cpu & its execution of instruction
PPTX
Computer Architecture - Program Execution
PPTX
computer organisation and architecture Module 2.pptx
PDF
CPU Architecture
PPTX
oLecture09-Internal Organization of CPU.pptx
PPT
Data path of Computer Architecture ALU and other components
PPT
Patt patelch04
PPT
Computer Organization and Architecture.
PPTX
basicfunctionalunit-190124043726555.pptx
PPTX
Chapter 3 Assembly level machine organization Assembly level machine organiza...
PDF
COA UNIT-2 PPT FOR CSE STUDENTS FOR ALLE
PPT
COA-Unit-2.pptycvygygygtftdddthffhgfghrhhbb
PPT
CH-2 BASIC COMPUTER ORG AND DESIGN.ppt
PDF
CAAL_CCSU_U1.pdf
PPT
Register Transfer Language and Micro Operations
PPTX
lecture2.pptx
PDF
CO Unit 3.pdf (Important chapter of coa)
PDF
cpuorganisation-140723043011-phpapp02.pdf
Cpu & its execution of instruction
Computer Architecture - Program Execution
computer organisation and architecture Module 2.pptx
CPU Architecture
oLecture09-Internal Organization of CPU.pptx
Data path of Computer Architecture ALU and other components
Patt patelch04
Computer Organization and Architecture.
basicfunctionalunit-190124043726555.pptx
Chapter 3 Assembly level machine organization Assembly level machine organiza...
COA UNIT-2 PPT FOR CSE STUDENTS FOR ALLE
COA-Unit-2.pptycvygygygtftdddthffhgfghrhhbb
CH-2 BASIC COMPUTER ORG AND DESIGN.ppt
CAAL_CCSU_U1.pdf
Register Transfer Language and Micro Operations
lecture2.pptx
CO Unit 3.pdf (Important chapter of coa)
cpuorganisation-140723043011-phpapp02.pdf
Ad

More from baabtra.com - No. 1 supplier of quality freshers (20)

PPTX
Agile methodology and scrum development
PDF
Acquiring new skills what you should know
PDF
Baabtra.com programming at school
PDF
99LMS for Enterprises - LMS that you will love
PPTX
Chapter 6 database normalisation
PPTX
Chapter 5 transactions and dcl statements
PPTX
Chapter 4 functions, views, indexing
PPTX
PPTX
Chapter 2 grouping,scalar and aggergate functions,joins inner join,outer join
PPTX
Chapter 1 introduction to sql server
PPTX
Chapter 1 introduction to sql server
Agile methodology and scrum development
Acquiring new skills what you should know
Baabtra.com programming at school
99LMS for Enterprises - LMS that you will love
Chapter 6 database normalisation
Chapter 5 transactions and dcl statements
Chapter 4 functions, views, indexing
Chapter 2 grouping,scalar and aggergate functions,joins inner join,outer join
Chapter 1 introduction to sql server
Chapter 1 introduction to sql server

Recently uploaded (20)

PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
A Presentation on Artificial Intelligence
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Big Data Technologies - Introduction.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Approach and Philosophy of On baking technology
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Chapter 3 Spatial Domain Image Processing.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Reach Out and Touch Someone: Haptics and Empathic Computing
20250228 LYD VKU AI Blended-Learning.pptx
A Presentation on Artificial Intelligence
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
MYSQL Presentation for SQL database connectivity
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Big Data Technologies - Introduction.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Network Security Unit 5.pdf for BCA BBA.
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Approach and Philosophy of On baking technology
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...

CPU and its execution of instruction

  • 2. Disclaimer: This presentation is prepared by trainees of baabtra as a part of mentoring program. This is not official document of baabtra –Mentoring Partner Baabtra-Mentoring Partner is the mentoring division of baabte System Technologies Pvt . Ltd
  • 4. CPU AND ITS EXECUTION OF INSTRUCTION Jaseena A P jsnp65@gmail.com www.facebook.com/Jaseena Muhammed A P twitter.com/username in.linkedin.com/in/profilena me 9539443588
  • 5. WHAT IS CPU?  Central Processing Unit  Brain of every computer Two main components: - ALU - Control unit
  • 6. COMPONENTS OF CPU  ALU -Arithmetic and Logical Unit -Performs all arithmetic and logical operations. Control Unit - Extracts instruction from memory, decodes and executes them - Calls ALU whenever necessary.
  • 7. REGISTERS  Registers are temporary memory units that store words.  The registers are located in the processor, instead of in RAM. Some registers are PC, AC, IR, Index register, AMASK, MAR, and MDR, General purpose register, Data register and Process status register.
  • 8. Program Counter: Stores the address of the macro instruction currently being executed. Accumulator: Stores a previously calculated value or a value loaded from the main memory. Instruction Register: Stores a copy of the instruction loaded from main memory (Instruction being executed currently). REGISTERS(CONTD..)
  • 9. REGISTERS(CONTD..) Address Mask: When the CPU needs to know the address of a target word that an instruction is using, the AMASK is AND'ed with the instruction to eliminate the opcode, leaving only the desired address.  Memory Address Register: This register contains the address of the place the CPU wants to work with in the main memory. It is directly connected to the RAM chips on the motherboard.
  • 10. REGISTERS(CONTD….)  Process status register: This register contains the various information about the cpu.  Data register: A register used in microcomputers to temporarily store data being transmitted to or from a peripheral device.  General purpose registers: -A general purpose register is a memory cell. -Each general purpose register has a unique name -It is used to store intermediate result of complex computation
  • 11. REGISTERS(CONTD…)  MDR(Memory data register) -It is the register that contains the data to be stored in the computer storage or data after a fetch from the computer storage. -It acts like a buffer and holds anything that is copied from the memory ready for the processor to use it,  Index register: -A hardware element which holds a number that can be added to (or, in some cases, subtracted from) the address portion of a computer instruction to form an effective address. -An index register in a computer's CPU is a processor register used for modifying operand addresses during the run of a program.
  • 13.  Pathway that interconnect CPU to all the other components on the motherboard Two types: -Internal -External  The lines or pins of a bus are of three types: -Data -Address -Control SYSTEM BUS
  • 14. Address - the components pass memory addresses to one another over the address bus. Control - used to send out signals to coordinate and manage the activities of the motherboard components. Data - transferred between peripherals, memory and the CPU. Obviously, the data bus can be a very busy pathway. SYSTEM BUS(CONTD..)
  • 15. INSTRUCTION  Single operation of a processor defined by the processor instruction set.  An instruction has two components: opcode operand Eg: ADD Ro 100
  • 16. INSTRUCTION TYPES  Instructions can be divided into six groups: -Data transfer eg: MOV, LOAD -Arithmetic eg: ADD, SUB, DIV -Logical eg: AND, OR, NOT -System-control eg: STOP -I/O eg: IN and OUT -Program Control
  • 17. Program control can be divided into: -Unconditional Branch eg:JMP NEXT % Jump to the label NEXT -Conditional Branch eg: JZ LABEL % jump to label if current value in AC is ZERO -Subroutine call eg: CALL SUB -Interrupt handling eg:TRAP INSTRUCTION TYPES
  • 19. 1. Load the address of next instruction in the PC into the MAR. So that the control unit can fetch the instruction from the right part of the memory. 2. Copy the instruction/data that is in the memory address given by the MAR into the MDR. MDR is used whenever anything is to go from the CPU to main memory, or vice versa. 3. Increment the PC by 1. So that it contains the address of the next instruction, assuming that the instructions are in consecutive locations. 4. Load the instruction/data that is now in the MDR into the IR. Thus the next instruction is copied from memory -> MDR -> IR. 1.FETCH
  • 20. 2.DECODE 1. Contents of IR split into operation code and address if present e.g. store, add or jump instructions. 2. Decode the instruction that is in the IR
  • 21. 3.EXECUTE • If the instruction is a jump instruction then Load the address part of the instruction in the IR into the PC. • If the instruction is an input / load (directly) instruction then take data input and place in accumulator. • If the instruction is a load (from memory) instruction. Copy address part of the instruction (to load from) in the IR into MAR. Copy data from memory address held in MAR to MDR. Copy data in MDR into accumulator
  • 22. • If the instruction is a store instruction then: Copy address part of the instruction (to store in) in the IR into MAR. Copy data in accumulator to MDR. Copy data in MDR into memory address held in MAR. • If the instruction is arithmetic then: Copy address part of the instruction (of number to perform arithmetic operation) in the IR into MAR. Copy number from memory address held in MAR into MDR. Perform operation to number in accumulator (accumulator will now hold the result). EXECUTE(CONTD..)
  • 23. • If the instruction is an output (from memory) instruction then: Copy address part of part of the instruction (of data to output) in IR into MAR. Output contents of MDR. EXECUTE(CONTD…)
  • 24. 4.STORE THE OUTPUT Result of calculations in cpu stored in main memory or sent to output devices. Program Counter could be updated to a new address
  • 26. If this presentation helped you, please visit our page facebook.com/baabtra and like it. Thanks in advance. www.baabtra.com | www.massbaab.com |www.baabte.com
  • 27. Contact Us Emarald Mall (Big Bazar Building) Mavoor Road, Kozhikode, Kerala, India. Ph: + 91 – 495 40 25 550 NC Complex, Near Bus Stand Mukkam, Kozhikode, Kerala, India. Ph: + 91 – 495 40 25 550 Start up Village Eranakulam, Kerala, India. Email: info@baabtra.com