
Video Game Programming Midterm
Flashcard
•
Instructional Technology
•
9th - 12th Grade
•
Practice Problem
•
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
Access all questions and much more by creating a free account
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
Already have an account?
Similar Resources on Wayground
12 questions
Like to vs Would like to - course 6 (2H)
Flashcard
•
9th - 12th Grade
20 questions
Banking
Flashcard
•
9th - 12th Grade
20 questions
Readings Philippine History
Flashcard
•
KG - University
21 questions
OCR GCSE Computer Science: Secondary Storage & Memory
Flashcard
•
9th - 10th Grade
15 questions
Water Cycle
Flashcard
•
8th Grade - University
15 questions
Understanding SMART Goals Components
Flashcard
•
8th Grade - University
13 questions
7517 03 Basic Operations in Programming Languages
Flashcard
•
9th Grade - University
20 questions
FUTURE TENSES
Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade
Discover more resources for Instructional Technology
20 questions
El Verbo IR Practice
Quiz
•
9th Grade
20 questions
-AR -ER -IR present tense
Quiz
•
10th - 12th Grade
10 questions
Understanding Meiosis
Interactive video
•
6th - 10th Grade
20 questions
Graphing Inequalities on a Number Line
Quiz
•
6th - 9th Grade
15 questions
Main Idea and Supporting Details.
Quiz
•
4th - 11th Grade
10 questions
Theme
Quiz
•
9th Grade
20 questions
Cell Organelles
Quiz
•
10th Grade
12 questions
Exponential Growth and Decay
Quiz
•
9th Grade