CENTRAL PROCESSING UNIT Written by: Gizem Gulsen.

9
CENTRAL PROCESSING UNIT Written by: Gizem Gulsen

Transcript of CENTRAL PROCESSING UNIT Written by: Gizem Gulsen.

Page 1: CENTRAL PROCESSING UNIT Written by: Gizem Gulsen.

CENTRAL PROCESSING UNIT

Written by: Gizem Gulsen

Page 2: CENTRAL PROCESSING UNIT Written by: Gizem Gulsen.

INTRODUCTION

• The central processing unit is where all the calculations and logic operations take place.

• CPU performs data-processing operations.

Page 3: CENTRAL PROCESSING UNIT Written by: Gizem Gulsen.

Main Parts of CPU

• Arithmetic Logic Unit (ALU)

• Control Unit (CU)

• Registers

Page 4: CENTRAL PROCESSING UNIT Written by: Gizem Gulsen.
Page 5: CENTRAL PROCESSING UNIT Written by: Gizem Gulsen.

Arithmetic Logic Unit

• ALU performs the required microoperations(addition,subtraction,shifting,increment,decrement etc.) for executing the instructions.

• Alu performs an operations and the result of the operation is transferred to a destination register.

Page 6: CENTRAL PROCESSING UNIT Written by: Gizem Gulsen.

Control Unit

• The control unit(CU) supervises the transfer of information among the registers and instructs the ALU as to which operation to perform.

Page 7: CENTRAL PROCESSING UNIT Written by: Gizem Gulsen.

Model of Control Unit

Page 8: CENTRAL PROCESSING UNIT Written by: Gizem Gulsen.

Registers

• A register is a group of flip-flops with each flip-flop capable of storing one bit of information.

I OpCode Address

15 14 12 11 0

IR

Page 9: CENTRAL PROCESSING UNIT Written by: Gizem Gulsen.

Resources

• Computer System Architecture

M.Morris Mano

• Computer Organization and Architecture William Stallings