Download presentation
Presentation is loading. Please wait.
Published byGeoffrey Reeves Modified over 9 years ago
1
Introduction to Video Game Programming (VGP) Mr. Shultz
2
Today’s Objectives and Bell-Ringer Bell-Ringer 1.What are made using algorithms? 2.What is the formula for converting a Celsius temperature to Fahrenheit? 3.What are the seven steps in the algorithm to convert Celsius to Fahrenheit? Objectives Given an online lesson on flowcharts, TSW illustrate how simple English instructions can be translated into flowchart symbols with no errors. (BUS66640.043)
3
Bell-Ringer 1. What are made using algorithms? All computer programs, or applications
4
Bell-Ringer 2. What is the formula for converting a Celsius temperature to Fahrenheit? F = (C * 9/5) + 32
5
Bell-Ringer 3. What are the seven steps in the algorithm to convert Celsius to Fahrenheit? Start Input - Get Celsius temperature Process - Multiply times 9 Process - Divide by 5 Process - Add 32 Output - Display Fahrenheit temperature End
6
Flowcharting Schematic (or graphic) representation of an algorithm or sequence of steps Shows the flow of control among the steps in a program
9
Flowcharting Symbols Start/End (Terminator) Decision Start/End Input/ Output Process Input/Output (Data) Action or Process (Process) Decision
11
Flowcharting
12
Flowcharting Temperature Conversion Start Start Get Celsius Multiply times 9 End Divide by 5 Add 32 Display Fahrenheit End (Output) Display Fahrenheit (Process) Add 32 (Process) Divide by 5 (Process) Multiply times 9 (Input) Get Celsius
13
Class Work Complete Algorithm lesson and worksheet Complete Flowcharting Lesson and worksheet PowerPoint file must be completed before turning in worksheet If you have time: Complete FBLA worksheets
14
Introduction to Video Game Programming (VGP) Mr. Shultz
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.