introduction to video game programming (vgp)

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

Upload: charles-burke

Post on 31-Dec-2015

39 views

Category:

Documents


1 download

DESCRIPTION

Introduction to Video Game Programming (VGP). Mr. Shultz. Today’s Bell-Ringer and Objectives. Bell-Ringer What are three things you should not share on the school network? Because they are not private, network storage areas should be treated like what? - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Introduction to Video Game Programming (VGP)

Introduction to Video Game Programming (VGP)

Mr. Shultz

Page 2: Introduction to Video Game Programming (VGP)

Today’s Bell-Ringer and ObjectivesBell-Ringer1. What are three things you should not share on the

school network?2. Because they are not private, network storage areas

should be treated like what?3. What does circumventing security practices mean?

Objectives• Given President Obama's back-to-school speech, TSW

demonstrate positive work ethic and diversity awareness in classroom and work settings. (BUS6640.001/005)

Page 3: Introduction to Video Game Programming (VGP)

Bell-Ringer

1. What are three things you should not share on the school network?Login namesPasswordsData

Page 4: Introduction to Video Game Programming (VGP)

Bell-Ringer

2. Because they are not private, network storage areas should be treated like what?

School lockers

Page 5: Introduction to Video Game Programming (VGP)

Bell-Ringer

3. What does circumventing security practices mean?

It means to go around the security practices, like a circle

Page 6: Introduction to Video Game Programming (VGP)

President Obama Speech

Watch the videoAnswer questions on

worksheetWill turn in for a grade

Page 7: Introduction to Video Game Programming (VGP)

President Obama Speech

http://www.whitehouse.gov/blog/2010/09/14/presidents-back-school-speech-we-not-only-reach-our-own-dreams-we-help-others-do-sam

Page 8: Introduction to Video Game Programming (VGP)

President Obama Speech

What city was the President in for the speech?

Philadelphia, PA

Page 9: Introduction to Video Game Programming (VGP)

President Obama Speech

What is the name of the school where he is speaking?

Masterman

Page 10: Introduction to Video Game Programming (VGP)

President Obama Speech

What did the President go to the school to tell them?

Nobody gets to write your destiny but you

Page 11: Introduction to Video Game Programming (VGP)

President Obama Speech

What will have as great an impact on your success in life as your education?

Nothing

Page 12: Introduction to Video Game Programming (VGP)

President Obama Speech

What will your success in school also help determine?

America’s success in the 21st century

Page 13: Introduction to Video Game Programming (VGP)

President Obama Speech What is your job? Showing up to school on

time Paying attention in class Doing your homework Studying for exams Staying out of trouble

Page 14: Introduction to Video Game Programming (VGP)

President Obama Speech

How did the President’s mother describe his attitude about his future?

“Casual”

Page 15: Introduction to Video Game Programming (VGP)

President Obama Speech The President said that

excelling in school or in life isn’t mainly about being smarter than everybody else. What did he say excelling is about?

Working harder than everybody else

Page 16: Introduction to Video Game Programming (VGP)

President Obama Speech

What will the President do for the school that wins the second Commencement Challenge?

Congratulate them in person by speaking at your commencement

Page 17: Introduction to Video Game Programming (VGP)

President Obama Speech What does the President want

all of you to take away from his speech?

That life is precious, and part of its beauty lies in its diversity.

We shouldn’t be embarrassed by the things that make us different.

We should be proud of them.

Page 18: Introduction to Video Game Programming (VGP)

Computer Login Username is:first letter of first namelast namethree numbers Example:sshultz001 Password is password

Must change it on first login

Page 19: Introduction to Video Game Programming (VGP)

Game Programming Pre-Test Do not write on Pre-Test Write on provided notebook

paper Will have 5 minutes to complete No talking/communicating during

test

Page 20: Introduction to Video Game Programming (VGP)

Computer Math

Prefixes:K = kilo = 1,000 (thousand)M = mega = 1,000,000 (million)G = giga = 1,000,000,000 (billion)T = tera = 1,000,000,000,000

(trillion)

Page 21: Introduction to Video Game Programming (VGP)

Computer Math

CPU SpeedsMeasured in Hz (hertz)

Means cycles per second

The more cycles it can process, the faster it can run

Page 22: Introduction to Video Game Programming (VGP)

Computer Math

1a. If a CPU is rated at 500 MHz, how many cycles can it process in a second?

500 times M (1,000,000) =

500,000,000 (500 million)

Page 23: Introduction to Video Game Programming (VGP)

Computer Math

1b. If a CPU is rated at 1 GHz, how many cycles can it process in a second?

1 times G (1,000,000,000) =

1,000,000,000 (1 billion)

Page 24: Introduction to Video Game Programming (VGP)

Computer Math

1c. If a CPU is rated at 950 MHz, how many cycles can it process in a second?

950 times M (1,000,000) =

950,000,000 (950 million)

Page 25: Introduction to Video Game Programming (VGP)

Computer Math

1d. If a CPU is rated at 1.1 GHz, how many cycles can it process in a second?

1.1 times G (1,000,000,000) =

1,100,000,000 (1.1 billion)

Page 26: Introduction to Video Game Programming (VGP)

Computer Math

1e. Which CPU is faster, one rated at 1.1 GHz, or one rated at 950 MHz?

1.1 GHz = 1,100,000,000950 MHz = 950,000,000

Page 27: Introduction to Video Game Programming (VGP)

Computer Math

Hard Drive CapacityMeasured in B (bytes)

Means pieces of dataMore bytes on the hard

drive = more data you can store

Page 28: Introduction to Video Game Programming (VGP)

Computer Math

2a. If a hard drive holds 200 GB, how many pieces of data can it store?

200 times G (1,000,000,000) =

200,000,000,000 (200 billion)

Page 29: Introduction to Video Game Programming (VGP)

Computer Math

2b. If a hard drive holds 1TB, how many pieces of data can it store?

1 times T (1,000,000,000,000) =

1,000,000,000,000 (1 trillion)

Page 30: Introduction to Video Game Programming (VGP)

Computer Math

2c. If a hard drive holds 750 GB, how many pieces of data can it store?

750 times G (1,000,000,000) =

750,000,000,000 (750 billion)

Page 31: Introduction to Video Game Programming (VGP)

Computer Math

2d. You need to have a total of 1TB of storage, and you already have a hard drive that holds 750GB. What is the smallest hard drive you can add and have 1TB of storage?

1TB (1,000,000,000,000) minus750GB (750,000,000,000) =250GB (250,000,000,000)

Page 32: Introduction to Video Game Programming (VGP)

Computer Login

If your login doesn’t workUsername is:

bstudentPassword is:

class

Page 33: Introduction to Video Game Programming (VGP)

www.mrshultz.com

Go to www.mrshultz.comThe home page will have general

information and listing of upcoming dates

Two ways to get to the VGP pageClick on VGP on the menu at the topClick on VGP in the schedule under

“Where in BHS is Mr. Shultz?”

Page 34: Introduction to Video Game Programming (VGP)

www.mrshultz.com

Page 35: Introduction to Video Game Programming (VGP)

VGP Page

This page will have:Daily Assignment instructionsDates that apply to the classLinks

Page 36: Introduction to Video Game Programming (VGP)

VGP Page

Page 37: Introduction to Video Game Programming (VGP)

VGP Assignments

This page will have:Old Assignments

Page 38: Introduction to Video Game Programming (VGP)

VGP Assignments

Page 39: Introduction to Video Game Programming (VGP)

Introduction to Video Game Programming (VGP)