And Answers
programming language -
correct answer ✅is a formal computer language that is used to
communicate instructions to a computer device
algorithms -
correct answer ✅self-contained sequences of actions to be
performed
Function -
correct answer ✅a type of procedure or routine that performs a
specific task
Value -
correct answer ✅a type of expression that cannot be evaluated or
reduced further. For instance, 1+2 is an expression that can be
reduced to the value of 3
Variable -
correct answer ✅a value that can be changed during a program's
execution and is a storage location associated with a symbolic name
,Game Design Final 1718 Exam Questions
And Answers
Constant -
correct answer ✅a value that cannot be altered by the program
when it runs
Integers -
correct answer ✅numbers that can be written without a fractional
component. For example, all of the whole numbers, their negative
values, and zero are integers
Booleans -
correct answer ✅data types that have two values, generally
denoted as true or false. Named for Boolean algebra
string -
correct answer ✅a sequence of characters that can be a constant
or a variable.
Data structure -
correct answer ✅a particular way of organizing data in your
programming
, Game Design Final 1718 Exam Questions
And Answers
Array -
correct answer ✅a number of elements, typically of the same
type, in a specific order
query -
correct answer ✅a command that asks for information and
receives a response
public variable -
correct answer ✅means it can be accessed by the whole game,
not just this script
instance -
correct answer ✅one specific creation of an object or class from
the original template
prefab -
correct answer ✅an object that is saved with all of its specific
component data