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.

Slides:



Advertisements
Similar presentations
Module 5 Educational and Research Applications 1.
Advertisements

Bug Session One. Session description In this session, pupils are introduced to a programming sequence which will make a light pattern on their Bug. Objectives.
Flowol The Task.
Flowchart TA. Maram Al-Khayyal.
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.
Flowcharts.
Computer Simulations Important concepts What is a computer simulation?
Introduction to a Programming Environment
My Portfolio The area I am working on to improve my Level My end of year target is.. I am becoming more confident in this area I have met this target and.
SM3121 Software Technology Mark Green School of Creative Media.
National 4/5 Graphic Communication Advantages of CAD 3D Modelling.
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.
1 CHAPTER 4 LANGUAGE/SOFTWARE Hardware Hardware is the machine itself and its various individual equipment. It includes all mechanical, electronic.
Chapter 1: Introduction To Computer | SCP1103 Programming Technique C | Jumail, FSKSM, UTM, 2005 | Last Updated: July 2005 Slide 1 Introduction To Computers.
PICS / Microcontrollers
Sequencing Miss Regan. Blood Hound  Does anyone know what the Bloodhound project is?  Video 1 Video 1  Video 2 Video 2  Link to website Link to website.
Introduction to ModelingMonte Carlo Simulation Expensive Not always practical Time consuming Impossible for all situations Can be complex Cons Pros Experience.
Chapter 8: Models and Simulations By Mohammad Ezmir.
Bug Session One. Session description In this session, pupils are introduced to a programming sequence which will make a light pattern on their Bug. Objectives.
COMPUTERS: A BLESSING OR A CURSE
Write today’s date and title in the front of your book. Underline it.
1 Layers of Computer Science, ISA and uArch Alexander Titov 20 September 2014.
ICT and learning.
COMPUTER CONTROL Year 11. Lesson 1 Introduction to Computer Control.
IGCSE ICT Computer Simulation.
Models and Simulations
Just as there are many human languages, there are many computer programming languages that can be used to develop software. Some are named after people,
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives Artificial intelligence systems form a broad and diverse set of.
Click here to advance to the next slide.. Chapter 18 Technology in the Workplace Section 18.1 Information Technology.
Models of Situations. A computer model of a system is a program and data which behaves like the real thing, e.g. a driving simulation, a graph of business.
Database What is a database? A database is a collection of information that is typically organized so that it can easily be storing, managing and retrieving.
Fuzzy Genetic Algorithm
Modelling and Simulation 3.5 Science and the Environment.
Modelling and Simulations The Kingsway School. What are Computer Models? When a real life situation is represented by computer software. Can you think.
Slide 1 What are the parts of a barrier system? What triggers the gate to open? What makes the barrier move? What causes it to close? Are there any other.
Models in Science SWBAT describe various types of models; discuss limitations of models.
E.g.: MS-DOS interface. DIR C: /W /A:D will list all the directories in the root directory of drive C in wide list format. Disadvantage is that commands.
Computer Control Using computers to control things.
PROGRAM DEVELOPMENT CYCLE. Problem Statement: Problem Statement help diagnose the situation so that your focus is on the problem, helpful tools at this.
Using Flowol Software To Create Simulations. Simulation Software What is simulation software? It is software designed to SIMULATE situations and the responses.
Slide 1 Controlling Sequences of Events Traffic lights Event table.
THE IMPORTANCE OF DISCRETE MATHEMATICS IN COMPUTER TECHNOLOGY.
Sequencing The most simple type of program uses sequencing, a set of instructions carried out one after another. Start End Display “Computer” Display “Science”
When it is appropriate to use and what are its advantages.
CS 147 Virtual Memory Prof. Sin Min Lee Anthony Palladino.
WALA.... Simulations: what are they and how do they work?
Virtually controlling real life situations Summer 2 Lesson 1 Year 8.
Introduction to Computer Programming - Project 2 Intro to Digital Technology.
W e A re L earning T o  Understand the term control and program  To understand the basic symbols used in Flowol.
SIMULATION MODELLING. Your exam Lesson objectives To be able to define and understand: Definition of a simulation model. Advantages and disadvantages.
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.
Control Technology START What is control technology? What is this diagram called? In which program have you used these before? Lets Go!
High-level language programming paradigms. Programming languages come in many forms or 'paradigms'. Each form of language offers advantages over other.
Software Development Languages and Environments. Computer Languages Just as there are many human languages, there are many computer programming languages.
GCSE COMPUTER SCIENCE Computers
Rules and Investigations
Rules and Investigations
Lesson Objectives Aims You should be able to:
Lesson 1 An Introduction
7/14/16 CTC-RI IBH Pilot Quarterly Meeting
Treasure Hunt Game Unit Lesson 0
Programming Scratch to Control a K’NEX Fairground Ride
Programmable Logic Controllers (PLCs) An Overview.
Print slides for students reference
ICT and learning.
WRITING AN ALGORITHM, PSEUDOCODE, AND FLOWCHART LESSON 2.
Presentation transcript:

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 effects for a band It is fast It can switch lots of outputs on/off It has a memory that can save sequences of programmes

Slide 3 What lighting effects are there? Teacher resource 6.1 What other effects are there? How could a computer control these effects?

Slide 4 Here are two simple sequences

Slide 5 If we combine them, the flowchart becomes complex and we have to re-write boxes-

Slide 6 Today you will: Use flow chart symbols Use precise control words Structure instructions in sequence Use a sub-routine to make your programs more efficient Create a sequence for a light show

Slide 7 By using a sub-routine, we can build short programs that can be re-used…

Slide 8 What is a simulation? A simulation is a special type of computer model which mimics a real life situation

Slide 9 Where are simulations used? They are often used to train people how to deal with situations that are too dangerous, expensive or difficult to practise for real. They can also be used for games Pilots train in fight simulators Astronauts use simulators to mimic conditions in space Seismologists use simulations to predict the effects of earthquakes

Slide 10 Advantages of simulations Cheaper than doing it for real No equipment is damaged People are not in danger If there is something wrong with the model things can be changed quickly and cheaply

Slide 11 Limitations of simulations The results of the simulations are only as good as the model No simulation can take into account every situation that can happen in real life

Slide 12 Using a simulation to create light sequence for a gig The expense of creating a light show on a stage means that you MUST design your system first The best way to do this is by using control software to mimic the real thing so if you make a mistake it can be edited easily