Answers
A programming language is a formal computer language that is
used to communicate instructions to a computing device in order to
control the computer's behavior in some way. -
correct answer ✅True
A number of elements in a specific order is: -
correct answer ✅an array
A function that contains arithmetic symbols (e.g. +, <, =/) is an
operator. -
correct answer ✅True
An instance is: -
correct answer ✅a single occurence
A collision volume is called: -
correct answer ✅a region
Which of the following is NOT an argument used to determine how
a shot is fired from an object? -
correct answer ✅the color of the shot being instantiated
, Game Design Final Exam Questions And
Answers
_______ is similar to a function but has limited calling notation and
a limited number of parameters. -
correct answer ✅An operator
An organization of objects that share the same template (that
defines the data they use and what logic affects them) is: -
correct answer ✅a class
An invisible object that is used to create a game mechanic is called:
-
correct answer ✅a dummy object
The script to eliminate an object leaving a particular boundary
would contain the following: -
correct answer ✅Destroy(other.gameobject)
Selecting "Create Empty" from the GameObject menu will: -
correct answer ✅create an object that is just a transform
Self-contained sequences of actions to be performed are: -
correct answer ✅algorithms