Which component(s) of a computer is used for input?
Keyboard and Mouse
What does NPC stand for?
Non-Playable Character
This must be done before running source code
Compile the code
C=5
C= 5+C
What is the value of C after line 2
10
If you are designing an element for a game related to fire, which color would be most appropriate?
Red
Storage that is physically on someone else's computer on the internet
Cloud Storage
The use of logos, color schemes, and promotional items for a company is known as this
Branding
Which GUI element allows for collection of user data?
Textbox
Data validation would ensure a game wouldn't crash if a user entered "1" instead of One. True or False
True - Data validation specifies which data the user can input
If you are creating a menu, which element would allow a user to go back one level in the menu?
Back Button
A major change between early computers and those of today
GUI (Graphical User Interface)
A win-win situation where everyone gets some of what they want, but maybe not all of what they want
Compromise
What is required to allow a player to select a level in a video game you are designing
Navigational Buttons
This tool has features such as syntax highlighting, language tips, and debugging
IDE
Type or major category of games featuring similar gameplay
Genre
What is a .jpeg an example of?
A compressed image format
What is a 2D asset for a game commonly called?
Sprite
After compiling code for a game, you should do this next.
Find and fix errors
You log into an Online game and notice that all of the items in you backpack are missing. What could cause this?
Data repository error or server side error
f11 is an example of what type of key on the keyboard?
Function
Anyone paying for or affected by the outcome of a project
Given the code How many times will Hello Print?
x=4, y=5, z=6
If(x+5 ==9)
While(z > 15)
Print "Hello"
Z = Z+1
Zero
What does the term IDE stand for in game design?
Integrated Development Environment
You are a developer for a company with offices in many other countries. What should you consider when selecting and IDE?
Multiple Language Support