A Level Computing – A2 Component 2 1f, 1g, 1h, 1i, 1j.

Slides:



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

The Operating System. What is an Operating System? The software which makes it possible for you to use your computer The software which starts up when.
Figure 1.1 Basic components of a simple computer system © 2003 Brooks/Cole Publishing / Thomson Learning™

Objective 2.01 Test Review Name: Class Period:.
WHAT IS THIS? OBJECTIVE AND OUTCOMES Candidates should be able to: Describe and explain the CPU as fetching, decoding and executing of instructions and.
Central Processing Unit
GCSE Computing#BristolMet Session Objectives#11 MUST identify what program instructions consist of SHOULD describe how instructions are coded as bit patterns.
Computer Programming How Computers Work
Secondary Storage GCSE Computing. Objectives… Understand the need for input and output devices. Describe suitable input devices for a wide range of computer.
MODULE 4 LEARNING GUIDE Process Improvement. MODULE 4 LEARNING GUIDE In this module, we will learn about the Plan, Do, Check, Act (PDCA) cycle for process.
An input device is any device that provides input to a computer. There are dozens of possible input devices, but the two most common ones are a keyboard.
How computers work The CPU & Memory. The parts of a computer.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
UNIT 7 Describing how an item functions [2] (infinitive with or without ‘to’)
Lesson 1 Operating Systems, Part 1. Objectives Describe and list different operating systems Understand file extensions Manage files and folders.
© GCSE Computing Candidates should be able to:  describe the characteristics of an assembler Slide 1.
An Example Architecture. A Paper Computer - Woody Woody's characteristics Word size – 8 bits One word.
Objectives Recap the different types of energy and energy transformations. Outcomes C: Describe different types of energy. B: Explain energy transformations.
Unit 7 PC SYSTEMS Unit 7: PC Systems Unit type: Certificate and Diploma Learning hours: 60 hours Unit level: 1.
CSE 3322 Computer Architecture Dr. John Patterson 614 NH Office Hours: M, W 11 –12 noon Grading Policy: Project 25%
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
Simple ALU How to perform this C language integer operation in the computer C=A+B; ? The arithmetic/logic unit (ALU) of a processor performs integer arithmetic.
Unit 7 PC SYSTEMS Unit 7: PC Systems Unit type: Certificate and Diploma Learning hours: 60 hours Unit level: 1.
Basic concepts of a computer system V1.0 (21/11/2005)
How Computers Work. Objectives What Explain what a computer is. Identify different input and output devices. Why To understand how computers work. How.
What’s going on here? Can you think of a generic way to describe both of these?
Chapter 1 Introduction.
Tech Level 3 Cyber security
GCSE OCR Computing A451 The CPU Computing hardware 1.
3.1.2 Software and hardware components of an information system
A Level Computing – A2 Component 2 1f, 1g, 1h, 1i, 1j.
Tech Level 3 Cyber Security
Unit 1 Logical operators.
Additional hardware components, and Embedded Systems
The CPU, RISC and CISC Component 1.
A Level Computing – a2 Component 2 1A, 1B, 1C, 1D, 1E.
The Central Processing Unit (CPU)
Learning outcomes 2 Developing Code – Input Output Model
CSE 3322 Computer Architecture
Introduction to Operating Systems
Learning Intention Learning Intention: To develop understanding of variables, data types, and comments in text based programming languages Context: Sequencing.
Lesson Objectives A note about notes: Aims
LESSON 3.
Chapter 1.1 Fundamentals of Computer systems
08/28/06 parts of the computer.
Do it now You will find your do it now task in your workbook – look for the start button! Thursday, 20 September 2018.
Figure 8.1 Architecture of a Simple Computer System.
Do it now activity Since the beginning of the term you have planned a database based on your own scenario. Using your plan you are going to create a database,
Computers & Programming Languages
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Tuesday, 20 November 2018.
EBD Unit 1 Lesson One.
مدل زنجیره ای در برنامه های سلامت
Figure 8.1 Architecture of a Simple Computer System.
Topics Introduction Hardware and Software How Computers Store Data
Processing Computer Components.
The interaction.
GCSE OCR 1 The CPU Computer Science J276 Unit 1
The Von Neumann Machine
Little Man Computer There’s a little man in the mailroom that follows each instruction to the letter but he can only follow one instruction at a time.
Aug. 27th -Monday—BELLWORK Week 4
WJEC GCSE Computer Science
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
Internal components of a computer.
Overview of Computer system
a) I can work out the next two terms (numbers) in a sequence
08/28/06 parts of the computer.
Presentation transcript:

A Level Computing – A2 Component 2 1f, 1g, 1h, 1i, 1j

Learning intentions Learners will readdress their understanding of the fetch-execute cycle including how data can be read from RAM into registers. Learners will develop an understanding of assembly language programming Learners will readdress their understanding of Input and Output methods in contemporary computer systems

Assessment outcomes 1f - Describe the fetch-execute cycle, including how data can be read from RAM into registers. 1g - Write simple programs in assembly language and demonstrate how these programs could be executed. 1h - Describe the use of contemporary methods and their associated devices for input and output. 1i - Explain the use of these methods and devices in contemporary computer systems and their suitability in different situations. 1j - Describe and differentiate between voice input for command and control systems to operate a computer system, vocabulary dictation systems for general input and voice print recognition for security. Discuss the suitability of each system in different situations.

Recap: 1F, 1H, 1I, 1J 1f - Describe the fetch-execute cycle, including how data can be read from RAM into registers. 1h - Describe the use of contemporary methods and their associated devices for input and output. 1i - Explain the use of these methods and devices in contemporary computer systems and their suitability in different situations. 1j - Describe and differentiate between voice input for command and control systems to operate a computer system, vocabulary dictation systems for general input and voice print recognition for security. Discuss the suitability of each system in different situations. Task: Work through the questions for 1F, 1H, 1I, 1J. You can use the notes to help Extension: There are grade A Extensions available in 1B and 1C. Complete all of the base questions before attempting these.

1G - Write simple programs in assembly language and demonstrate how these programs could be executed.