Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introduction to Video Game Programming (VGP) Mr. Shultz.

Similar presentations


Presentation on theme: "Introduction to Video Game Programming (VGP) Mr. Shultz."— Presentation transcript:

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

7

8

9 Flowcharting Symbols Start/End (Terminator) Decision Start/End Input/ Output Process Input/Output (Data) Action or Process (Process) Decision

10

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


Download ppt "Introduction to Video Game Programming (VGP) Mr. Shultz."

Similar presentations


Ads by Google