Introduction to Video Game Programming (VGP) - PowerPoint PPT Presentation

1 / 14
About This Presentation
Title:

Introduction to Video Game Programming (VGP)

Description:

Introduction to Video Game Programming (VGP) Mr. Shultz Today s Objectives and Bell-Ringer Bell-Ringer What are made using algorithms? What is the formula for ... – PowerPoint PPT presentation

Number of Views:57
Avg rating:3.0/5.0
Slides: 15
Provided by: StevenS157
Category:

less

Transcript and Presenter's Notes

Title: Introduction to Video Game Programming (VGP)


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

2
Todays Objectives and Bell-Ringer
  • Bell-Ringer
  • What are made using algorithms?
  • What is the formula for converting a Celsius
    temperature to Fahrenheit?
  • 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
  • What are made using algorithms?
  • All computer programs, or applications

4
Bell-Ringer
  • What is the formula for converting a Celsius
    temperature to Fahrenheit?
  • F (C 9/5) 32

5
Bell-Ringer
  • 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
(No Transcript)
8
(No Transcript)
9
Flowcharting Symbols
  • Start/End (Terminator)

Start/End
Input/ Output
  • Input/Output (Data)

Process
  • Action or Process (Process)

Decision
  • Decision

10
(No Transcript)
11
Flowcharting
12
Flowcharting Temperature Conversion
  • Start

Start
  • (Input) Get Celsius

Get Celsius
  • (Process) Multiply times 9

Multiply times 9
  • (Process) Divide by 5

Divide by 5
Add 32
  • (Process) Add 32

Display Fahrenheit
  • (Output) Display Fahrenheit

End
  • End

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
Write a Comment
User Comments (0)
About PowerShow.com