Intermediate 2 Computing Computer structure. Organisation of a simple computer.

Slides:



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

Machine cycle.
The Central Processing Unit (CPU) Understanding Computers.
The Central Processing Unit: What Goes on Inside the Computer.
CENTRAL PROCESSING UNIT
The CPU. Parts of the CPU Control Unit Arithmetic & Logic Unit Registers.
Computer Systems. Computer System Components Computer Networks.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
The processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
Computer Applications NCBS Stage 1. The Central Processing UnitSlide 2Computer Applications Stage 1 Course Content and Assessment Practical – 60% (2 Hrs.
0 What is a computer?  Simply put, a computer is a sophisticated electronic calculating machine that:  Accepts input information,  Processes the information.
CPU Describe the purpose of the CPU
Computer Systems Computer Performance.
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.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
CPU, CONTROL UNIT, ALU BY: GROUP 10 (MT - 2A) Grado, Crystell Joy
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
Higher Computing Computer Structure.
Higher Grade Computing
Higher Computing Computer structure. What we need to know! Detailed description of the purpose of the ALU and control unitDetailed description of the.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Computing hardware CPU.
Types of Computers Mainframe/Server Two Dual-Core Intel ® Xeon ® Processors 5140 Multi user access Large amount of RAM ( 48GB) and Backing Storage Desktop.
1 Bits, Bytes, and Binary Numbers Bits and bytes are small pieces of computerized data that communicate commands to a computer’s CPU: A bit is either a.
Marr CollegeHigher ComputingSlide 1 Part 2: Computer Structure – 6 hours Higher Computing: COMPUTER SYSTEMS.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
The Central Processing Unit: What Goes on Inside the Computer
COMPUTER Structure Higher Unit 1 – Computer Systems St Kentigern’s Academy.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
CHAPTER 4 The Central Processing Unit. Chapter Overview Microprocessors Replacing and Upgrading a CPU.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Academic PowerPoint Computer System – Architecture.
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.
 Introduction to the CPU Introduction to the CPU  Main Operations of the CPU Main Operations of the CPU  Explanation of Operations Explanation of Operations.
THE MICROPROCESSOR A microprocessor is a single chip of silicon that performs all of the essential functions of a computer central processor unit (CPU)
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)
The Processor & its components. The CPU The brain. Performs all major calculations. Controls and manages the operations of other components of the computer.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
The CPU Central Processing Unit. Activity 1 5 minutes to discuss and feedback on the following: 1.What is this? 2.What is it for? What do you notice ?
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
Computer Systems Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Stored Program Concept Learning Objectives Learn the meaning of the stored program concept The processor and its components The fetch-decode-execute and.
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computer Hardware What is a CPU.
CPU Lesson 2.
GCSE OCR Computing A451 The CPU Computing hardware 1.
The Central Processing Unit (CPU)
Chapter 10: Computer systems (1)
Introduction to microprocessor (Continued) Unit 1 Lecture 2
The Central Processing Unit
THE CPU i Bytes 1.1.
Introduction of microprocessor
CENTRAL PROCESSING UNIT CPU (microprocessor)
Introduction to Microprocessors and Microcontrollers
Types of Computers Mainframe/Server
CPU Key Revision Points.
Components of a CPU AS Computing - F451.
Register sets The register section/array consists completely of circuitry used to temporarily store data or program codes until they are sent to the.
Little work is accurate
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Intermediate 2 Computing Computer structure

Organisation of a simple computer

The purpose of the ALU The Arithmetic and Logic Unit (ALU) is the part of the Central Processing Unit (CPU) where the following take place: –Calculations –Boolean logic (AND, OR, NOT) –Comparisons (, =)

The purpose of the Control Unit The Control Unit sends out control signals: –Within the processor to move data from one register to another and to activate specific ALU functions; –To the control bus to read or write from memory; –To Input/Output modules.

The purpose of the registers Registers are storage locations that are internal to the processor. They are used to: –Hold data that is being transferred to or from memory; –Hold the address of the location in memory which the processor is accessing to read or write data; –Hold the instructions that are being carried out.

The function of the data bus The lines on the data bus enable data to be transferred between the processor and the main memory.

The function of the address bus This holds the address of the memory location being accessed.

The control lines The control bus is made up of several lines. –The read line instructs the system to place data from the specified memory address on the data bus. –The write line instructs the system to take the data from the data bus and place it in the location specified by the address bus. –The Clock line provides the timing function of the system. The pulses from the clock line control when each step of the function takes place. Theses pulses control and regulate the activities of the processor.

The control lines (Cont.) Other lines on the control bus include. –The reset line. A signal on this line stops all processes, clears all registers and places the system back in its original state. –The interrupt line. A signal here pauses the current process and allows another process to take control of the processor.

Data bus Address bus Control bus Fetch execute cycle 1.Set up the address bus by moving the address to the Memory Address Register. 2.Signal the read line on the control bus. 3.Transfer the data from memory to the Memory Data Register. Address busData bus Read line 4.Decode and execute the instruction. 5. Reset all signals. Data bus Address bus Control bus Registers A more detailed animation can be found here.

Registers Registers are storage locations that are internal to the processor. They are used to: –Hold data that is being transferred to and from memory. –Hold the address of the memory location that the processor is reading/writing to/from. –Hold the instructions that are being carried out.

Main Memory This is the main internal storage area for the computers instructions. It is divided into ROM and RAM sections. Reading from main memory is slower than reading from registers.

Backing Storage This is the slowest form of data used to store data or software. It retains its data when the power is switched off, unlike the RAM in the main memory.

Comparing different types of memory. MemoryFunctionSpeed of access Registers Internal to the processor. Holds data while being processed, e.g. Instruction Register Fast access time internal to the processor. Main Memory Stores user data and software in RAM and some system software in ROM. Accessing data in main memory is slower than accessing either cache memory or registers. Backing Storage Stores data, software. Retains the data when power is off. Slowest of all the types of memory.

Addressability In your street all the houses are given different numbers so the postman knows where to deliver his mail. No.2No.4 No.6 No.8No.10

Addressability Computers also give each location in memory a different number so it knows where to place each piece of data, this number is known as a Memory Address. The computer can use this Memory Address to find the correct location when accessing it’s memory. Memory Locations Memory Addresses Data 1011…….

Addressability The number of locations that a processor can address is, in theory, limited by the number of lines on the address bus. If the address bus is 16 bit wide there can, in theory, be: –2 16 = different memory locations. If each memory location stores 32 bits of memory then the total memory capacity is: =65536 x 32bits = x 4bytes =262144bytes = 256KB

Measuring performance There are several different way to measure the performance of a processor. You need to know about: –Clock speed.Clock speed. –Application-based tests.Application-based tests.

Clock speed One way to compare computers is to compare the clock speed. –The clock pulses regulate the activities in the processor. –The pulses are measured in Megahertz (MHz) and Gigahertz (GHz) –1 MHz = 1 million pulses a second.

Clock speed The clock speed gives you an indication of the performance of the processor, which is at the heart of the processor, but do no over emphasize the importance of clock speed. The performance of the processor is not dictated by the processor alone. Other factors are also important such as the data bus width.

Application-based tests Most computer magazines use application- based tests (benchmark tests) to compare system performance. They set out a series of practical tasks using a range of standard application packages, award scores for the performance in each task and then use these scores to make overall comparisons.