
CSP - Units 3 & 4
Quiz by Justin Loomis
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Which of these is used to pass information to a method?
In the expression 4 + 2 / 4 - 3 * 5, which operation is evaluated first?Â
How many iterations will this for-loop have: `for (int i = 1; i <= 7; i++)`?
Which of these is used to repeat code a set number of times?
Which of these is the concatenation operator?
Which of these joins two strings together?
What does gameObject.SetActive(false) do?
Which type of friction is applied to moving objects?
To which component is a physics material applied?
Which properties are controlled by a physics material?
Which component is needed for a game object to play sound?
Which of these asset types stores sound effects and music?
What's the difference between ForceMode.Force and ForceMode.Impulse?
How can you check if a Unity GameObject has a specific tag?
The value of the bool variable x is True. What is the value of !x?
The value of the int variable y is 7. Which of these statements will change the value of y to 9?
What is the value of the expression 12 + 3 / 3?