This type of loop will continue to run as long as a specific condition remains true.
What is a While Loop?
This data type is used to store a single character or a sequence of text.
What is a String?
This acronym stands for the three components of game design: Mechanics, Dynamics, and...
This acronym stands for the three components of game design: Mechanics, Dynamics, and...
This is the very first stage of the SDLC, where you determine what the app needs to do.
What is Requirement Gathering or Planning?
This legal protection gives the creator of an original work exclusive rights to its use and distribution.
What is Copyright?
This Boolean operator requires both conditions to be true for the entire statement to be true.
What is AND?
This is a collection of data organized into rows and columns, often managed by SQL.
What is a Database Table?
This is a preliminary version of a game or app used to test concepts before full development.
What is a Prototype?
During this stage, developers write the actual source code for the application.
What is Implementation or Coding?
This term refers to the gap between those who have easy access to the internet and those who do not.
What is the Digital Divide?
This is the process of finding and fixing errors within a program.
What is Debugging?
This term refers to a placeholder for a piece of information that can change.
What is a Variable?
This perspective in a game shows the world through the eyes of the character.
What is First-Person?
This type of testing is done by a small group of external users before the final release.
What is Beta Testing?
This type of license allows creators to share their work while specifying how others can use it.
What is Creative Commons?
This conditional structure allows a program to choose between two or more paths of execution.
What is an If-Else or Switch statement?
This data structure stores a fixed-size sequential collection of elements of the same type.
What is an Array?
This term describes how a user interacts with a computer or app, focusing on layout and buttons.
What is User Interface or UI?
This visual tool uses symbols and arrows to map out the logic of a program.
What is a Flowchart?
These are the principles that guide a person's behavior regarding the use of computers and technology.
What are Computer Ethics?
These are the two possible values of a Boolean data type.
What are True and False?
In a database, this is a unique identifier for each record in a table.
What is a Primary Key?
These are the rules and procedures that guide the player's actions within a game.
What are Game Mechanics?
This stage involves keeping the software running smoothly and updating it after it has been released.
What is Maintenance?
This is the trail of data you leave behind whenever you use the internet.
What is a Digital Footprint?