Font size
WorksheetsVideo Game Design Mid Term Study Guide
Total questions: 25
Worksheet time: 50mins
Unity is a ___________________.
3D Modeling Program
Game Engine
Video Game
Time Management Software
Visual Studio is an IDE. What does IDE stand for?
Integrated Destination Expander
Interesting Development Expedient
Implemented Developer Experiment
Integrated Development Environment
Which of the following is most correct about using Unity?
The differences between Mac and PC are very minor - they are very similar
differences between Mac and PC are massive - they are very different
You should never use a Mac, Unity wont work
You should never use a PC, Unity wont work
Stealing copyrighted work by downloading or copying it in order to keep, sell, or give it away without permission and without paying is a form of
License
Piracy
Plagiarize
Public Domain
Any idea or artistic creation that is recorded in some form, whether it's hard copy or digital.
Intellectual property
Creative Commons
Copyright
Fair Use
This organization's purpose is to assure safe and healthful working conditions for working men and women
NASA
OSHA
FEMA
USAF
The unit of measure for the loudness of sound
Meters
Grams
Degrees
Decibels
Which of the following is the correct way to create a new variable which is an integer called "health" with an initial value of "12"?
int health: 12;
int health = 12
int health = 12;
Int health 12;
A variable can be thought of as a what?
The data that goes inside a box
A shelving unit that holds many components
A table on which we put our meal when we are hungry after a long day of work
A box in which to store data
Who is considered to be the "father of video games"?
Steve Jobs
Ralph Henry Baer
Gabe Newell
Nolan Bushnell
Which of the following involves in-house testing?
Delta Testing
Gamma Testing
Beta Testing
Alpha Testing
Which was the first commercially successful console video game?
Donkey Kong
Space Invaders
Pong
Pacman
What is the definition of "game genre"?
Categories of games based on challenges
Feedback given to those playing the game
Platform on which a game is played
Documents used to design the game
Which of the following involves receiving feedback from selected end users?
Delta Testing
Alpha Testing
Gamma Testing
Beta Testing
When playing a video game, what is the term used to describe the challenges presented to the player and the actions they are permitted to take?
Game Mechanics
Game Graphics
User Interface
Story & Plot
Which of the following results in the successful completion of a game?
Collecting the objects
Achieving the goal(s)
Defeating the enemies
Arriving at the end
Which term refers to the overall blueprint for a game?
Game Players Manual
Players Guide
Flow Chart
Game Design Document
In order for GameObjects to interact with each other, they need to have which component?
Rigidbody
a Collider (box, circle, capsule, etc)
Animator
Sprite Renderer
A template object that can be created and reused in a scene is called a:
GameObject
Script
Prefab
Sprite
The notes you should write for yourself and others in your code are called:
Comments
Diary
Journaling
Don't do this. It's a waste of time
This data type holds the values of true and false.
int
float
Text
Bool
What is the name of the point on a Cartesian coordinate system at (0, 0, 0)?
Home
Origin
Start
Creation
Characters, objects, sounds, and visual elements that can be used in a game
Game Design Document
Animations
Assets
Sprites
Tells the computer what must occur for the certain events to follow, term for the "if" line of
Else
Event
Condition
Then
A two-dimensional (2D) image asset
Sprite
Animation
Box Collider
Model
