KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.

Slides:



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

Introduction to Computers Section 4A. home Decimal Number System Called base 10 because 10 symbols are available.
Memory. Memory.
Machine cycle.
Microprocessor.  The CPU of Microcomputer is called microprocessor.  It is a CPU on a single chip (microchip).  It is called brain or heart of the.
Computer Systems. Computer System Components Computer Networks.
GCSE Computing - The CPU
BA 471 Management Information Systems Hardware Basics.
1 Sec (2.3) Program Execution. 2 In the CPU we have CU and ALU, in CU there are two special purpose registers: 1. Instruction Register 2. Program Counter.
Assembly Language Lecture 0: Introduction. Outline What is Assembly Language? Why learn Assembly Language? Grade Text Book.
 Central Processing Unit(CPU) Central Processing Unit(CPU)  Components of the CPU Components of the CPU  Actions Performed by CPU Actions Performed.
Introduction Computer Hardware Jess 2006 The CPU.
CPU Structure and Instruction Execution Timothy C. Rice Jr., MIT.
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.
CPU Fetch/Execute Cycle
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
TEAM 1: Miguel Harmant Rodney Rodriguez Elias Crespo Javier Parra Alfredo Alonso Marc-Wayne Anglin.
Computer Science 210 Computer Organization The von Neumann Architecture.
Operation Frequency No. of Clock cycles ALU ops % 1 Loads 25% 2
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.
Topic 1Topic 2Topic 3Topic 4Topic
Assembly Language A Brief Introduction. Unit Learning Goals CPU architecture. Basic Assembler Commands High level Programming  Assembler  Machine Language.
Stages of Processing.  When a computer is given instructions, a series of tasks must take place in order for a result to be accomplished  To accomplish.
The Central Processing Unit (CPU) and the Machine Cycle.
General Concepts of Computer Organization Overview of Microcomputer.
J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
CENTRAL PROCESSING UNIT. CPU Does the actual processing in the computer. A single chip called a microprocessor. Composed of an arithmetic and logic unit.
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.
Introduction to ComputersS1.1.1 Bina © 1998 Liran & Ofir Programming in C.
E X C E E D I N G E X P E C T A T I O N S L3-CPU IS 4490 N-Tier Client/Server Architectures Dr. Hoganson Kennesaw State University Layer 3 - CPU CPU has.
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.
TOPIC: CENTRAL PROCESSING UNIT PRESENTED BY: MS. AMBER AMAR.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
Central Processing Unit (CPU) MATTHEW BOWEN. Function  The function of the CPU is to execute all of the commands and calculations or “processes” that.
M211 – Central Processing Unit
3.1 Components. Overview Identify component parts of a typical home PC from a photograph or diagram.
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.
A computer consists of five functionally independent main parts.
The Processor The Main Components Arithmetic/Logic Unit (ALU) Control Unit System Clock Registers.
GCSE Computing - The CPU
GCSE OCR Computing A451 The CPU Computing hardware 1.
Chapter 10: Computer systems (1)
Introduction Computer Hardware Jess 2006
Computer Design & Organization
Central Processing Unit (CPU)
Computer Science 210 Computer Organization
Chapter 2 – Computer hardware
Components of Computer
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
Computer Science 210 Computer Organization
Born to be Programmer TeguhSutanto, M.Kom.
CPU Key Revision Points.
Computer Organization
Game CPU (Central Processing Unit)
Chapter 6: Understanding and Assessing Hardware
GCSE OCR 1 The CPU Computer Science J276 Unit 1
GCSE Computing - The CPU
A Top-Level View Of Computer Function And Interconnection
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
OCR GCSE (9-1) Computer Science (J276)
Computer Architecture
Introduction to Computers
Sec (2.3) Program Execution.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR

CPU Brain Consist of -arithmetic/ logic unit -the control unit

ARITHMETIC LOGIC UNIT Peforms arithmetic computations and logical Operations

CONTROL UNIT coordinates all of the CPU activities

MACHINE CYCLE a combination of -the instruction cycle -the execution cycles. Main Memory Control unit ALU

INSTRUCTION AND PROCESS CYCLE Instruction cycle -amount of time it takes to retrieve the instruction and complete the command Process cycle -a cycle that includes decoding executing and storing