Little work is accurate

Slides:



Advertisements
Similar presentations
The Central Processing Unit (CPU) Understanding Computers.
Advertisements

Memory Chapter 3. Slide 2 of 14Chapter 1 Objectives  Explain the types of memory  Explain the types of RAM  Explain the working of the RAM  List the.
Introduction to Computer Systems
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.
GCSE Computing - The CPU
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
CPU Describe the purpose of the CPU
A-Level Computing#BristolMet Session Objectives#4 MUST describe the differences between the main types of primary memory SHOULD describe the function and.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Computing hardware CPU.
Chapter 5: Computer Systems Organization Invitation to Computer Science, Java Version, Third Edition.
Measuring System Performance The speed of a computer is often referred to as THROUGHPUT. This is very difficult to measure. It can be done with Measures.
GCSE Computing Memory Powerpoint Templates.
The Central Processing Unit
ROM RAM and Virtual Memory  Lesson Objective: Understand the difference between ROM, RAM and the purpose of Virtual Memory  Learning Outcome: Define.
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.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
Computer Structure & Architecture 7b - CPU & Buses.
Assessment Covering… Von Neuman architecture Registers – purpose and use, the fetch execute cycle.
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.
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
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.
Computer Hardware & Processing Inside the Box CSC September 16, 2010.
Software Design and Development Computer Architecture Computing Science.
24/06/20161 Hardware Processor components & ROM. 224/06/2016 Learning Objectives Describe the function and purpose of the control unit, memory unit and.
Computer systems Quiz. The CPU What does CPU stand for?(1) Which 3 step cycle does the CPU follow?(1) In order to run, name 3 things that the CPU needs?(3)
Chapter 2 content Basic organization of computer What is motherboard
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computer Hardware What is a CPU.
CPU Lesson 2.
Unit 2 Technology Systems
GCSE Computing - The CPU
Primary and Secondary Storage
GCSE OCR Computing A451 The CPU Computing hardware 1.
The CPU, RISC and CISC Component 1.
A Dummies guide to computer memory
The Central Processing Unit (CPU)
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
Chapter 2.1 CPU.
Computing Hardware.
Discovering Computers 2011: Living in a Digital World Chapter 4
Computer Organization
Introduction to Computer Architecture
THE CPU i Bytes 1.1.
Computer Architecture
Hook – CPU Knowledge Check
IB Computer Science Topic 2.1.1
Teaching Computing to GCSE
Little work is accurate
Lesson Objectives Aims You should be able to:
14/11/2018 RAM and ROM.
Introduction to Computer Architecture
CPU Key Revision Points.
Chapter 5: Computer Systems Organization
GCSE OCR 3 Memory Computer Science J276 Unit 1
Components of a CPU AS Computing - F451.
A451: Computer Systems and Programming
1-2 – Central Processing Unit
Unit 1.1 System Architecture Lesson 2
Learning Objectives To be able to describe the purpose of the CPU
Year 10 Computer Science Hardware - CPU and RAM.
GCSE Computing - The CPU
Objectives Describe the difference between RAM and ROM
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
Little work is accurate
Presentation transcript:

Little work is accurate Name: In this unit you will learn about: The difference between RAM and ROM. The purpose of ROM in a computer system. The purpose of RAM in a computer system. The need for virtual memory. Flash memory. Grade Target Depth Understanding Comment 7-9 All aspects complete All work is accurate 5-6 Most aspects complete Most work is accurate 3-4 Some aspects complete Some work is accurate 1-2 Little work complete Little work is accurate Response: Unit description and mark scheme.

Virtual tour of the inside of a computer Click here to return to the homepage Identify and label the key components: CPU, ROM, RAM, BIOS, and draw a thick bordered box around them. (It doesn’t matter if you are not sure, just use a component that looks about right!) Create a hyperlink from your label to the appropriate slide in this presentation. E.g. the link to ROM should be to slide 5. Credit: image from Jonathan Zander, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=4994025

The CPU Name Purpose Components Factors affecting the speed Central processing unit Purpose To fetch and execute instructions. Components Arithmetic logic unit: performs calculations and logic. Control unit: decodes instructions and sends signals to control how data moves around the CPU. Cache: fast access memory for frequently used instructions and data. Registers: small fast memory used to help fetch and execute instructions. Factors affecting the speed Number of cores: independent processing units. Clock speed: The number of cycles per second. Cache: Temporary storage of instructions and data. There is nothing to do on this slide. It is here to show you the detail that is required in the next few slides.

RAM 3. Using the example shown on the ‘CPU’ slide as an example, draw a box around the component, and insert a text box to write your notes… 4. Use the following headings to explain this component: Name (write the full name of the component), Purpose, Volatile or Non-volatile (explain what this means), Read or Read/Write.

ROM 5. Draw a box around the component, and insert a text box to write your notes… 6. Use the following headings to explain this component: Name (write the full name of the component), Purpose, Volatile or Non-volatile (explain what this means), Read or Read/Write. 7. How else can ROM be used in computer systems? E.g. games cartridges. Include some examples.

Virtual memory Virtual memory is: Virtual memory is needed because: The problem with using virtual memory is that: 8. Complete the boxes to explain the purpose of virtual memory.

Stored programs on disk Example of virtual memory in use Hard disk Scenario: A user of a desktop PC has the operating system and presentation software open. Virtual memory on disk Stored programs on disk Operating System RAM 4Gb Word processor app Spreadsheet app Presentation app 0Gb 9. By copying the appropriate boxes from the hard disk into the memory, show how the memory is used in this scenario: a user has Windows and PowerPoint open. 10. Explain the problem of trying to put Photoshop in the memory space too. Graphics app If the user decides to open a graphics application to edit an image for the presentation too, the problem is that: Video editing app

Stored programs on disk Example of virtual memory in use Hard disk Scenario: A user of a desktop PC has the operating system, presentation and a graphics application open. The user is not currently working on the open presentation, just editing a photograph to include on a slide later. Virtual memory on disk Stored programs on disk Operating System RAM 4Gb Word processor app Spreadsheet app Presentation app 0Gb 11. Show how the problem can be resolved by using virtual memory. 12. Explain what has happened. Graphics app Explanation of the use of virtual memory in this scenario: Video editing app

Stored programs on disk Example of virtual memory in use Hard disk Scenario: The user switches back to the presentation software without closing the graphics application. Virtual memory on disk Stored programs on disk Operating System RAM 4Gb Word processor app Spreadsheet app Presentation app 0Gb 13. Explain and illustrate what happens when a program in virtual memory is needed again by the CPU. Graphics app Explanation of the use of virtual memory in this scenario: Video editing app

Stored programs on disk Why more RAM increases the speed of a computer Hard disk Scenario: The user doubles the amount of RAM in the computer to 8Gb, turns on the computer, opens the presentation app and the graphics app to continue working on the presentation. Virtual memory on disk Stored programs on disk Operating System RAM 4Gb Word processor app Spreadsheet app Presentation app 0Gb 14. Illustrate what happens if the user doubles the amount of RAM in the computer. 15. Explain why this makes the computer significantly faster. Graphics app Doubling the size of the RAM makes the computer faster because: Video editing app

Flash memory 16. Draw a box around the component, and insert a text box to write your notes… 17. Use the following headings to explain this component: Purpose (BIOS), Volatile or Non-volatile (explain what this means), Read or Read/Write. 18. Research other uses of flash memory in a computer system, and add these to this slide.