Slide 1 Controlling Sequences of Events Traffic lights Event table.

Slides:



Advertisements
Similar presentations
Slide 1 Today you will: Review knowledge and understanding of systems Understand what a system is and what it consists of Apply this understanding by working.
Advertisements

A Level Computing#BristolMet Session Objectives#U2 S2 MUST describe the steps of an algorithm using a program flowchart SHOULD explain the data types and.
1 1 Eng. Mohamed Eltaher Eng.Ahmed Ibrahim Programming & Flowchart.
Unit 7.6 Lesson 2 Goals Identify and use flowchart symbols. Plan a sequence of events and incorporate them into a flowchart. Create a simple flowchart.
Bridge Traffic Lights Mimic Name:. Learning Objective How to use Flowol and the Bridge Light Mimic to safely control a set of traffic lights Learning.
Control Systems Computer Control Systems make devices and machines do what we want them to do in the right order and at the right time. Objectives: What.
Programming Fundamentals (750113) Ch1. Problem Solving
Game city International Starting on the road to programming. This project is all about learning how to program using scratch and other languages. The aim.
Do it now activity Last lesson we learnt about instructions are run in a computer. Write a set of instructions that a computer could follow to make a cup.
What is a Flowchart? Why are they used? How to draw them.
Introduction to Algorithm – part one Jennifer Elmer Form 3 Computing.
PICS / Microcontrollers
CSC103: Introduction to Computer and Programming
COMPUTER CONTROL Year 11. Lesson 1 Introduction to Computer Control.
CS001 Introduction to Programming Day 5 Sujana Jyothi
Lesson Objectives 1. Practise writing sequence of instructions 2. Write flowcharts for different mechanisms Keywords: Input sensor Motion sensor Output.
End Show Writing a computer program involves performing the following tasks. 1. Understanding the problem 2. Developing an Algorithm for the problem 3.
Computational Thinking – Lesson 3 Lesson Objective To be able to construct an algorithm and flowchart for a given problem.
LO: We’re learning to demonstrate the need for breaking down problems into smaller ones.
Slide 1 What makes up an information system? Input Process Output Temperature and rainfall from a variety of places Analyse the information and present.
PROGRAM DEVELOPMENT CYCLE. Problem Statement: Problem Statement help diagnose the situation so that your focus is on the problem, helpful tools at this.
Learn about the system life cycle Plan the outline of your project
Flowcharts
Slide 1 Computer Control The Gig. Slide 2 What features in the program can help us run the lighting & smoke effects? The computer is good at controlling.
Visual Basic Flowcharts October 10, Turn in your vocabulary words before you leave!
Virtually controlling real life situations Summer 2 Lesson 1 Year 8.
Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.
W e A re L earning T o  Understand the term control and program  To understand the basic symbols used in Flowol.
Lesson 2: Series Circuit Learning Objective: 1. Create a series circuit. 2. Observe what affects a series circuit.
Algorithms. Teacher Lead Activity What is an algorithm? Homework Recap!
Slide 1 Computers or people? Teacher resource 5.1.
Unit 7.6 – Control & Monitoring Overview Key Stage 3 National Strategy ICT Strand.
Control You can use this presentation to complete the tasks set in the lesson. When instructed by the teacher attempt to complete each task on the corresponding.
Unit 9.1_Lesson 4_CD Resource 4a_Sensors and flowcharts Sensors and Flowcharts.
Control Technology START What is control technology? What is this diagram called? In which program have you used these before? Lets Go!
Algorithms and Flowcharts
W A L T - What is a system flowchart?  System flowcharts are a way of displaying how data flows in a system and how decisions are made to control events.data.
Creating Flowcharts Principles of Engineering
Creating a Flowchart Computer Integrated Manufacturing
Learning outcomes 5 Developing Code – Using Flowcharts
Creating Flowcharts Name of PowerPoint CIM Name of Lesson
Making coffee Start or stop Process Decision Input/output Start
FLOWCHARTS Part 1.
AS Computer Studies Finite State Machines 2.
Introduction to Algorithm – part 1
Programming Logic n Techniques
Creating Flowcharts Principles of Engineering
Creating Flowcharts AIM:
Design and Technology Academic Year 2017/2018 Grade 7 First Semester.
Algorithms Today we will look at: what the word algorithm means
Algorithms Y10 Introduction.
Creating Flowcharts Principles of Engineering
Creating Flowcharts Name of PowerPoint CIM Name of Lesson
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Flow Charts AQA - Graphic Products.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Creating Flowcharts Name of PowerPoint CIM Name of Lesson
Creating Flowcharts Principles of Engineering
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Flowcharts Activity One
Creating Flowcharts Name of PowerPoint CIM Name of Lesson
Presentation transcript:

Slide 1 Controlling Sequences of Events Traffic lights Event table

Slide 2 Is automation always best? What are the advantages and disadvantages of human and automatic crossing controls outside a school? OR?

Slide 3 Advantages of Automatic System It is always there, day and night. It doesn’t need anyone to oversee it. It keeps watch all the time and stays alert. School crossing patrol officers might accidentally be late for work and are only there at certain times of day. A human might be distracted or lose attention momentarily.

Slide 4 Advantages of Human System A person can make quick decisions based on what they hear or see. A person would not allow children to cross before the traffic has stopped. A pelican crossing can’t stop cars from going through on red.

Slide 5 Objectives an ordered set of instructions is called a sequence of instructions. In this lesson, you will learn how to break a task down into smaller parts how to use a flow chart to represent instructions for carrying out the task.

Slide 6 Flowchart symbols Start or stop (sausage for start) Subroutine Decision (diamond for decision) Input or output Process (packet for process)

Slide 7 Making coffee Flow chart Start Put coffee in cup Milk? Drink coffee Stop Add milk Boil water Add water Yes No 10 minutes Teacher: Explain that instructions for computers can be summarised in flowcharts, using special symbols and language. Show and talk through slide 2, a simplified flowchart for making a cup of coffee, drawing attention to the symbols for ‘Start’ and ‘Stop’, decision and process boxes, and explaining their purpose. Stress that a computer expects a decision box to have the answer ‘yes’ or ‘no’ and that the outcome of the decision affects exactly which instructions are carried out.

Slide 8 Watching TV Start Is programme interesting? Stop Watch programme Switch on TV Yes No Switch off TV

Slide 9 This Lesson an ordered set of instructions is called a sequence of instructions. In this lesson, you will learn how to break a task down into smaller parts and how to use a diagram to represent instructions for carrying out the task. Return to lesson objectives