COLLEGE FOR PROFESSIONAL STUDIES TOPIC OF PRESENTATION PROCESSOR IN COMPUTER.

Slides:



Advertisements
Similar presentations
The CPU The Central Presentation Unit What is the CPU?
Advertisements

CENTRAL PROCESSING UNIT
Computer Systems. Computer System Components Computer Networks.
GCSE Computing - The CPU
CPU Describe the purpose of the CPU
 Central Processing Unit(CPU) Central Processing Unit(CPU)  Components of the CPU Components of the CPU  Actions Performed by CPU Actions Performed.
Introduction to computer: executes instructions. Overview Topics discussed in this webnote: –Structure and operation of the CPU –Program flow –Types of.
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
The Computer Processor
Motherboard AKA mainboard, system board, planar board, or logic board. It is printed circuit board found in all modern computers which holds many of the.
The Microcomputer System In this presentation you will: Investigate the microprocessor Title Page.
Computer Structure.
Your Interactive Guide to the Digital World Discovering Computers 2012.
The processor, (also known as a microprocessor or a CPU, which stands for Central Processing Unit), does all of the computing a computer does. In other.
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
Lecture#14. Last Lecture Summary Memory Address, size What memory stores OS, Application programs, Data, Instructions Types of Memory Non Volatile and.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Computing hardware CPU.
Stack Stack Pointer A stack is a means of storing data that works on a ‘Last in first out’ (LIFO) basis. It reverses the order that data arrives and is.
The CPU Central Processing Unit. 2 Reminder - how it fits together processor (CPU) memory I/O devices bus.
Computer Systems - Registers. Starter… Discuss in pairs the definition of the following Control Unit Arithmetic and Logic Unit Registers Internal clock.
Department of Industrial Engineering Sharif University of Technology Session# 6.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
COMPILERS CLASS 22/7,23/7. Introduction Compiler: A Compiler is a program that can read a program in one language (Source) and translate it into an equivalent.
System Unit Working of CPU. The CPU CPU The CPU CPU stands for central processing unit. it is brain of computer It is most important component of the.
Computer operation is of how the different parts of a computer system work together to perform a task.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
Chapter 2 Turning Data into Something You Can Use
The Central Processing Unit (CPU)
PROCESSOR Ambika | shravani | namrata | saurabh | soumen.
By : Gastón Tricárico St. Brendans school The processor is the computer's brain. It allows the processing of numeric data, meaning information entered.
The Processor & its components. The CPU The brain. Performs all major calculations. Controls and manages the operations of other components of the computer.
1 Computer Architecture. 2 Basic Elements Processor Main Memory –volatile –referred to as real memory or primary memory I/O modules –secondary memory.
Your Interactive Guide to the Digital World Discovering Computers 2012.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
CPUz 4 n00bz.
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Software Design and Development Computer Architecture Computing Science.
MAHARANA PRATAP COLLEGE OF TECHNOLOGY SEMINAR ON- COMPUTER PROCESSOR SUBJECT CODE: CS-307 Branch-CSE Sem- 3 rd SUBMITTED TO SUBMITTED BY.
Stored Program Concept Learning Objectives Learn the meaning of the stored program concept The processor and its components The fetch-decode-execute and.
Computer Operation What basic hardware components are inside a personal computer?
CPU Central Processing Unit
Computer Hardware What is a CPU.
GCSE Computing - The CPU
GCSE OCR Computing A451 The CPU Computing hardware 1.
Chapter 10: Computer systems (1)
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
Edexcel GCSE Computer Science Topic 15 - The Processor (CPU)
Central Processing Unit (CPU)
THE CPU i Bytes 1.1.
Components of Computer
Edited by : Noor Alhareqi
CPU & its Components CPU stands for central Processing Unit
Components of Computer
CENTRAL PROCESSING UNIT CPU (microprocessor)
CPU Central Processing Unit
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
CPU Key Revision Points.
Central Processing Unit
Components of a CPU AS Computing - F451.
Edited by : Noor Alhareqi
1-2 – Central Processing Unit
GCSE OCR 1 The CPU Computer Science J276 Unit 1
GCSE Computing - The CPU
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
Presentation transcript:

COLLEGE FOR PROFESSIONAL STUDIES TOPIC OF PRESENTATION PROCESSOR IN COMPUTER

CONTENTS ۞ Introduction of Processor ۞ Use of heat sink and fan in processor ۞ Register and Its type ۞ Cache Memory ۞ Functional Units ۞ Technology Improvements ۞ Factors affecting the performance of processor ۞ Conclusion

Introduction of processor ۩ Integrated circuit ۩ Controls all of the system components ۩ Execute computer programs ۩ Processor is also called brain of the computer ۩ Operation and Instruction in processor

Use of heat sink and fan in processor  Silver metal strips on the side of the processor  Draw heat away from the processor  Prevent processor from overheating and melting

Registers and its type Local memory location where data is temporarily stored. Overall number of registers can vary depending upon the types of processor. The main registers:- 1) Accumulator register: Stores the result of arithmetic and logical operations 2) Status register: Holds system status indicator 3) Instruction register: Contains the current instruction being processed

4) Ordinal counter: Contains the address of the next instruction to process 5) Buffer register: Temporarily stores data from the memory

Functional Units Processor is made up of group of interrelated units. Types of units:- 1) Control unit: Controls the flow of data. Gets its instruction in the form of code. Translate the code. 2) Arithmetic and logical unit: Handles all the mathematical calculations. Performs logical comparisons. Takes command from control unit. Performs them and store in the memory.

Cache Memory Reduces waiting times for information stored in the RAM. Have greatly increased cost. Temporarily store the primary data to be processed. Types of Cache memory:- 1)Level one cache memory 2)Level two cache memory 3)Level three cache memory

Technology Improvements 1) Parallel Processing: Simultaneous use of more than one processor. Makes program run faster. 2) Multi Processing: Simultaneous use of more than one processor or computer. Computers are joined by high speed channel to share the workload. 3) Hyper Threading: Placing of two logic processor with a physical processor. Multitasking system.

Factors affecting the performance of processor Θ Clock Speed Θ Speed of internal bus, address bus, data bus Θ Amount of RAM Θ Cache memory Θ Multi Processing

Conclusion Thus, it is one of the most important and amazing parts of the PC, and also the most amazing devices in the world of technology. All work that we do on our computer is performed directly or indirectly by the processor.

ANY QUESTIONS