
Video Game Programming Midterm
Flashcard
•
Instructional Technology
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

25 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which syntax is correct for printing the words "Welcome to the jungle" to the console? Options: Debug.log("Welcome to the jungle");, Debug.Log("Welcome to the jungle"), Debug.Log("Welcome to the jungle");, Debug.log("welcome to the jungle")
Back
Debug.Log("Welcome to the jungle");
2.
FLASHCARD QUESTION
Front
Which of the following code will successfully print "World domination!" when the player presses the enter key (enter key on PC, return key on Mac)?
Options:
- if (Input.GetKeyDown(KeyCode.Return))
{
//Debug.Log("World domination!");
}
- if (Input.GetKeyDown(KeyCode.Enter))
{
Debug.Log("World domination!");
}
- if (Input.GetKeyDown(KeyCode.Return))
{
Debug.Log("World domination!");
}
- if (Input.GetKeyDown(KeyCode.Return))
{
Debug.print("World domination!");
}
Back
if (Input.GetKeyDown(KeyCode.Return))
{
Debug.Log("World domination!");
}
3.
FLASHCARD QUESTION
Front
Which conditional statement would we use as a catch all (ie. if all other conditions are false, then execute this final case)?
Back
else
4.
FLASHCARD QUESTION
Front
When would you use the Any State?
Back
When a transition into a given state should always be possible
5.
FLASHCARD QUESTION
Front
Match the properties to the correct description: A. The tint to be applied when the button is clicked. B. The tint to be applied when the button is not interactable. C. The tint to be applied by default. D. The tint to be applied when the mouse is hovering over the button.
Back
1C, 2D, 3A, 4B
6.
FLASHCARD QUESTION
Front
Which of the following code will successfully print "World domination!" when the player presses the enter key (enter key on PC, return key on Mac)?
if (Input.GetKeyDown(KeyCode.Return))
{
//Debug.Log(“World domination!”);
}
if (Input.GetKeyDown(KeyCode.Return))
{
Debug.Log(“World domination!”);
}
if (Input.GetKeyDown(KeyCode.Enter))
{
Debug.log(“World Domination!”);
}
if (Input.GetKeyDown(KeyCode.Return))
{
Debug.print(“World Domination!”);
}
Back
if (Input.GetKeyDown(KeyCode.Return))
{
Debug.Log(“World domination!”);
}
7.
FLASHCARD QUESTION
Front
An object needs what on it in order to set individually how gravity affects it?
Back
A Rigidbody
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
15 questions
Future Progressive
Flashcard
•
9th Grade - University
15 questions
F732 Flashcard
Flashcard
•
KG - University
15 questions
Concept 1 Review
Flashcard
•
10th Grade - University
25 questions
HTML BASICS Test
Flashcard
•
KG - University
20 questions
unit4
Flashcard
•
KG
16 questions
Advanced Algebra CC PretestPostest
Flashcard
•
11th Grade - University
18 questions
Operating Systems and Human-Computer Interfaces
Flashcard
•
9th - 12th Grade
21 questions
Art History Unit 1
Flashcard
•
KG
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade