WJEC GCSE Computer Science

Slides:



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

Introduction to Computer Systems
GCSE Computing - The CPU
Computer Applications NCBS Stage 1. The Central Processing UnitSlide 2Computer Applications Stage 1 Course Content and Assessment Practical – 60% (2 Hrs.
CPU Describe the purpose of the CPU
Instructions Slides 3,4,5 are general questions that you should be able to answer. Use slides 6-27 to answer the questions. Write your answers in a separate.
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
Computer Processing of Data
Computing hardware CPU.
Central Processing Unit
The Central Processing Unit
CENTRAL PROCESSING UNIT – a,b,c & d a - The Purpose of a CPU The CPU is the brain of the computer. The Purpose of the CPU is to process.
Week 2.  Understand what the processor is and what it does.  Execute basic LMC programs.  Understand how CPU characteristics affect performance.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
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.
Parts of a Computer - Introduction
Computer Systems - Processor. Objectives To investigate and understand the structure and role of the processor.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Stored Programs In today’s lesson, we will look at: what we mean by a stored program computer how computers store and run programs what we mean by the.
Central Processing Unit
1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.
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.
The Central Processing Unit (CPU)
Activity 1 Review the work from last lesson so that you can explain the following: -What is the purpose of a CPU. -What steps does the CPU take to process.
The Processor & its components. The CPU The brain. Performs all major calculations. Controls and manages the operations of other components of the computer.
M211 – Central Processing Unit
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 ?
Software Design and Development Computer Architecture Computing Science.
What’s going on here? Can you think of a generic way to describe both of these?
Riyadh Philanthropic Society For Science Prince Sultan College For Woman Dept. of Computer & Information Sciences CS 251 Introduction to Computer Organization.
CPU Central Processing Unit
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computer Hardware What is a CPU.
CPU Lesson 2.
OCR GCSE Computer Science Teaching and Learning Resources
GCSE Computing - The CPU
Computing Science Computer Structure: Lesson 1: Processor Structure
GCSE OCR Computing A451 The CPU Computing hardware 1.
The CPU, RISC and CISC Component 1.
Chapter 10: Computer systems (1)
Chapter 2.1 CPU.
Computer Hardware – System Unit
Edexcel GCSE Computer Science Topic 15 - The Processor (CPU)
Central Processing Unit (CPU)
3.3.3 Computer architectures
GCSE COMPUTER SCIENCE Topic 4 - Computers 4.2 Hardware.
Lesson Objectives A note about notes: Aims
The Central Processing Unit
THE CPU i Bytes 1.1.
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Components of Computer
IB Computer Science Topic 2.1.1
Teaching Computing to GCSE
System Architecture 1 Chapter 2.
CPU Central Processing Unit
CPU Central Processing Unit
Hook was a famous year for what…..?
1.1 The Characteristics of Contemporary Processors, Input, Output and Storage Devices Types of Processors.
A451: Computer Systems and Programming
1-2 – Central Processing Unit
Chapter 5 Computer Organization
Learning Objectives To be able to describe the purpose of the CPU
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.
OCR GCSE (9-1) Computer Science (J276)
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

WJEC GCSE Computer Science Unit 1 Computer Systems

Workbook Put your name on the front cover You will be expected to complete each section during the lesson and in your own time if necessary This covers all of the theory for your exam Look after it

Workbook At the end of each section there is space for Teacher Feedback and Student Response. It is important you read the feedback, acknowledge that you have read it and act on it.

Learning Intentions and Outcomes To develop an understanding of the following parts of Computer Systems: CPU Input Devices Output Devices Backing Storage Buses: Data Bus Address Bus Ports and Connection Methods To analyse CPU hardware specifications and their impact on Computer System Performance To evaluate different types of Secondary Storage and their suitability for use in a scenario

Input Devices

Output Devices

Sort the following into input and output devices http://resource.download.wjec.co.uk.s3.amazonaws.com/vtc/2013-14/Computing/V2%20Medi%202014/Topic%2001/English%201/1.1.b%20INPUT%20OUTPUT%20Devices%202.swf

Backing Storage This is where data is stored when it is not being actively used, usually for retrieval at a later date.

Ports and Connectivity In computer hardware, a port serves as an interface between the computer and other computers or devices. Physically, it is a piece of equipment to which a plug or cable connects.

Workbook Complete section 1a

CPU The CPU (Central Processing Unit) is the main component in a computer for processing data and instructions. It could be considered as the computing equivalent of the human brain. It is a hardware device that is made up of many sub components: • controller • ALU: arithmetic/logic unit • registers • internal memory • buses

Components of the CPU

Components of the CPU Controller The controller sends and receives signals from all parts of the computer. This ensures that all processes take place at the right time and in the correct order. These signals travel along a control bus.

Components of the CPU Arithmetic Logic Unit (ALU) The ALU is the part of the CPU that processes and manipulates data. It performs simple calculations on the data that is temporarily stored in the registers. Examples of calculations that an ALU might perform are addition and subtraction.

Components of the CPU Registers A register is a storage location found on the CPU where data or control information is temporarily stored. Registers are usually much faster to access than internal memory, since they have to be accessed so often. An accumulator is a common example of a register. This is the register used by the ALU to store the results of its calculations.

Components of the CPU Internal Memory Internal memory (sometimes called level 1 cache memory) is fast access temporary storage on the CPU. Data is moved from the registers to the internal memory when it is not being actively used. Data from internal memory can then either be written to RAM or called back into the registers for further processing. This process of using internal memory speeds up the processing of data.

Components of the CPU Buses Buses allow data to be transferred to different parts of the computer. There are three main buses used by the CPU: When data is saved or loaded from memory, the address at which it is to be stored or loaded from must be sent. The storage address of data always travels along an address bus. Data will then need to be moved between several parts of a computer. The path along which data travels is called a data bus. The control bus is used by the controller to send control signals to different parts of the computer.

Workbook Complete section 1b Q 1-3b

The fetch-decode-execute cycle There are three steps to processing instructions given by a currently running program: 1. The next instruction is fetched from memory into the control unit. 2. This instruction is then decoded to determine the action that needs to be carried out. 3. The instruction is executed. Click here 

Performance: Size of Cache Cache memory is a fast access type of memory that is very expensive. Due to its cost, only small amounts of cache memory are present in most computer systems. Cache memory improves the performance of the CPU as it is able to provide instructions and data to the CPU at a much faster rate than other system memory such as RAM. The more cache memory your system has, the better its performance is likely to be.

Performance: Clock Speed The speed at which a processor operates is called the clock speed. The faster the clock speed, the faster the computer is able to run the fetch-decode-execute cycle and therefore process more instructions. The speed of the processor is measured in Hertz (Hz). One clock tick per second would be measured as 1 Hz. Therefore a processor that operates at 1,000 clock ticks per second would be a 1,000 Hz processor, also known as a 1 kHz processor. A typical modern day home computer would have a 2.5 GHz processor. This means the clock speed of the processor runs at 2,500,000,000 Hz or clock ticks per second.

Performance: Number of Cores A core is the term used to describe the processing components within the CPU. Multi-core processors therefore have many processing components within the same CPU. In a single-core CPU each instruction is processed one after the other, whereas in a dual-core CPU, two instructions may be processed at the same time. In theory, a dual-core CPU should be able to process instructions twice as fast as a single-core CPU. However, this isn’t always the case as sometimes Instruction 2 may need the result of Instruction 1 before it can be processed.

Workbook Complete section 1b Q 3c-3d

RISC and CISC Processors There are two main types of processor, namely Reduced Instruction Set Computer (RISC) and Complex Instruction Set Computer (CISC). RISC processors can process a limited number of relatively simple instructions. To carry out more complex commands the problem is broken down into a longer list of simpler instructions. The advantage of this is that a RISC processor is able to process these simpler instructions quickly. Processing simpler instructions also requires less circuitry to decode and execute these instructions, which in turn means less power consumption and therefore less heat being generated. CISC processors can process a large number of complex instructions. This allows the processor to understand and carry out complex tasks with only a few instructions. The advantage of this is that a CISC processor is able to process complex instructions, without having to break them down into many simpler instructions. Processing complex instructions however requires more circuitry to decode and execute these instructions, which in turn means more power consumption and therefore more heat being generated.

RISC and CISC Processors Reduced Instruction Set Computer Complex Instruction Set Computer Limited Set of simple instructions Large set of complex instructions Breaks down Complex instructions into multiple simple instructions Uses less Processor Power Uses more processor power Each instruction takes less amount of time Each instruction takes a longer amount of time

Embedded Systems Embedded Systems are an embedded system is a combination of software and hardware that performs a specific task rather than a general-purpose computer that is designed to carry out multiple tasks. Some examples of devices that incorporate embedded systems: Electronics Mobile phones, games consoles, printers, televisions, digital cameras In the home Washing machines, microwave ovens, refrigerators, dishwashers, air conditioners Medical Equipment CT Scanners, Electrocardiogram (ECG), MRI Scanners, blood pressure monitors, heartbeat monitors Cars Electronic fuel injection systems, anti-lock braking systems, air-conditioner controls.

Workbook Complete section 1b Q 3e-3f