Which syntax is correct for printing the words "Welcome to the jungle" to the console?

Video Game Programming Midterm

Quiz
•
Instructional Technology
•
9th - 12th Grade
•
Medium
Harvey Dierschke
Used 3+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Debug.log("Welcome to the jungle");
Debug.Log("Welcome to the jungle")
Debug.Log("Welcome to the jungle");
Debug.log("welcome to the jungle")
2.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
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.Enter))
{
Debug.Log("World domination!");
}
if (Input.GetKeyDown(KeyCode.Return))
{
Debug.Log("World domination!");
}
if (Input.GetKeyDown(KeyCode.Return))
{
Debug.print("World domination!");
}
3.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Which conditional statement would we use as a catch all (ie. if all other conditions are false, then execute this final case)?
if
else if
else
whatever
4.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
When would you use the Any State?
When you need to transition to any state and don’t care which.
When you have a group of tightly related states
When you need many different transition properties into a state
When a transition into a given state should always be possible
5.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
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.
1D, 2B, 3A, 4C
1A, 2C, 3D, 4B
1A, 2D, 3C, 4B
1C, 2D, 3A, 4B
6.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
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!”);
}
7.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
An object needs what on it in order to set individually how gravity effects it?
A Rigidbody
A Collider
A Mesh
A Team
Create a free account and access millions of resources
Similar Resources on Quizizz
21 questions
AP CSP Unit 5 Review 2021

Quiz
•
12th Grade
25 questions
IC3 GS6 Level 1 Test Part 1 of 5

Quiz
•
6th - 12th Grade
20 questions
Chapter 7-8 Review

Quiz
•
11th Grade
20 questions
Pa Emission Study Guide

Quiz
•
12th Grade - University
20 questions
ICT Quiz Bee (Difficult Round)

Quiz
•
7th - 10th Grade
25 questions
Unity part_2

Quiz
•
9th - 12th Grade
20 questions
Midterm Exam Review

Quiz
•
5th Grade - University
20 questions
IT QUIZ

Quiz
•
12th Grade - University
Popular Resources on Quizizz
10 questions
Chains by Laurie Halse Anderson Chapters 1-3 Quiz

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
15 questions
Character Analysis

Quiz
•
4th Grade
12 questions
Multiplying Fractions

Quiz
•
6th Grade
30 questions
Biology Regents Review #1

Quiz
•
9th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function

Quiz
•
9th - 12th Grade
Discover more resources for Instructional Technology
30 questions
Biology Regents Review #1

Quiz
•
9th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
14 questions
Attributes of Linear Functions

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University
50 questions
Biology Regents Review 2: Ecology

Quiz
•
9th - 12th Grade