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.

Slides:



Advertisements
Similar presentations
Machine cycle.
Advertisements

GCSE Computing Lesson 5.
The Little man computer
Materials Needed for this Lesson
EBeckett: Using The Work Of Samuel Beckett To Teach Fundamental Computing Concepts Damian Gordon.
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.

Python Programming Introduction to programming using python.
GCSE Computing#BristolMet Session Objectives#11 MUST identify what program instructions consist of SHOULD describe how instructions are coded as bit patterns.
What have mr aldred’s dirty clothes got to do with the cpu
Week 2.  Understand what the processor is and what it does.  Execute basic LMC programs.  Understand how CPU characteristics affect performance.
How computers work The CPU & Memory. The parts of a computer.
The Central Processing Unit (CPU) and the Machine Cycle.
Computer Structure & Architecture 7b - CPU & Buses.
© GCSE Computing Candidates should be able to:  describe the characteristics of an assembler Slide 1.
Represents different voltage levels High: 5 Volts Low: 0 Volts At this raw level a digital computer is instructed to carry out instructions.
Lesson 4: Equivalent Fractions  Date:  Objective: SWBAT find equivalent fractions and compare fractions  Do Now:  DON”T DO THE OPENING. NEED TO ADJUST.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
Computer Organization CS345 David Monismith Based upon notes by Dr. Bill Siever and notes from the Patterson and Hennessy Text.
RISC / CISC Architecture by Derek Ng. Overview CISC Architecture RISC Architecture  Pipelining RISC vs CISC.
This is where you can reset and run your program. If your program has an “INP” (input) command, you will type it in this box here. Using the LMC These.
Representation of Data Binary Representation of Instructions teachwithict.weebly.com.
Representation of Data - Instructions Start of the lesson: Open this PowerPoint from the A451 page – Representation of Data/ Instructions How confident.
Mastering LMC Coding Part #1 Introduction to Low Level Languages Introduction to Little Man computer Simple examples (demos) with video tutorials included.
A Level Computing – A2 Component 2 1f, 1g, 1h, 1i, 1j.
The Little man computer
Component 1.6.
A Level Computing – A2 Component 2 1f, 1g, 1h, 1i, 1j.
CHAPTER 6: The Little Man Computer
Lesson Objectives A note about notes: Aims
Starter Read the Feedback Click on Add new Feedback Open Realsmart
Chapter 1.1 Fundamentals of Computer systems
Do it now – PAGE 13 You will find your do it now task in your workbook – look for the start button! Thursday, 20 September 2018.
Do it now You will find your do it now task in your workbook – look for the start button! Thursday, 20 September 2018.
Data Representation – Instructions
Figure 8.1 Architecture of a Simple Computer System.
TASK: Define the memory keywords.
Do it now – PAGE 11 You will find your do it now task in your workbook – look for the start button! Wednesday, 21 November 2018.
Do it now – PAGE 11 You will find your do it now task in your workbook – look for the start button! Friday, 23 November 2018.
Log onto a computer first then ….
The Little Man Computer
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Wednesday, 02 January 2019.
HTML and CSS eportfolio
EBeckett: Using The Work Of Samuel Beckett To Teach Fundamental Computing Concepts Damian Gordon.
Do it now – PAGE 10 You will find your do it now task in your workbook – look for the start button! Tuesday, 15 January 2019.
PIPELINING Santosh Lakkaraju CS 147 Dr. Lee.
MARIE: An Introduction to a Simple Computer
LMC Little Man Computer What do you know about LMC?
Chapter 4: Representing instructions
Literal Equations and Formulas
Do it now – PAGE 3 You will find your do it now task in your workbook – look for the start button! Tuesday, 09 April 2019.
Revison Part two.
Do it now activity Use the coloured pencils to complete the do it now activity. Stick in your book.
Program Execution.
Do it now – PAGE 10 You will find your do it now task in your workbook – look for the start button! Sunday, 28 April 2019.
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.
Understanding Browsers
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Sunday, 19 May 2019.
Do it now – PAGE 7 You will find your do it now task in your workbook – look for the start button! Sunday, 19 May 2019.
Digital footprint.
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Sunday, 12 May 2019.
Do it now – PAGE 11 You will find your do it now task in your workbook – look for the start button! Monday, 20 May 2019.
Do it now You will find your do it now task in your workbook – look for the start button! Thursday, 23 May 2019.
Do it now – PAGE 3 You will find your do it now task in your workbook – look for the start button! Thursday, 23 May 2019.
Instruction execution and ALU
Computer Architecture
CPU Starter on shared area for pupils as they log on. L1 starter activity.
Algoritmos y Programacion
Sec (2.3) Program Execution.
Little Man Computer.
Presentation transcript:

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

Home Learning Submit on paper or on showmyhomework Investigate what has to happen to assembly language programs so they can be processed by a computer. DUE:

Addressable memory

“How do computers know where to find the data?” Learning Objective “How do computers know where to find the data?” You will find differentiated outcomes for this lesson on the front of your workbook. Tuesday, 20 November 2018

How do computers know where to find the data?” New Learning fetch – RAM decode – CPU Execute - CPU How do computers know where to find the data?”

Independent Task Complete the definitions on page 8 What is fetched? How do computers know where to find the data?”

How do computers know where to find the data?” Learning Development Discussion about how the LMC relates to a real computer – identify mnemonic, explain that this is an example of assembly language How do computers know where to find the data?”

How do computers know where to find the data?” Independent task Have a go at the beginners LMC task sheet working in pairs to come up with solutions. How do computers know where to find the data?”

How do computers know where to find the data?” Talk Task Can you find the word for a value stored in memory which cannot change when the program is run? What is a variable? How does the Little Man know where to find the constant? What is addressable memory? How does the computer know what to do with the data contained in each memory address? Can you predict the outcome if you don’t use the var1 DAT line? Can you explain how a computer knows how to process instructions and where to get data from? How do computers know where to find the data?”

Exit ticket How is each instruction stored so it can be fetched ? R A G How do computers know where to find the data?”