What is a code?
A set of instructions written in a programming language.
What is an Algorithm?
A step-by-step procedure for solving a problem.
What does it mean to debug?
The process of finding and fixing errors in a program.
What is the brain of the computer?
CPU
What is a sprite?
A two-dimensional image or animation that is integrated into a larger scene, often used for characters in games
What is a program?
A collection of code that performs a specific task.
What is a sequence?
A specific order in which instructions are executed.
How do you find an error in a code?
By reviewing the code, using print statements, or tools like debuggers.
What stores all the info?
Harddrive
What is a game loop?
What is a fucntion?
A block of code designed to perform a particular task.
What is a loop?
x2 points
A programming construct that repeats a block of code.
What do we do when a code doesn't work?
Debug it
What part is responsible for displaying images?
Monitor
What is a level?
A specific stage within a game that players can progress through
What is an input?
Information or data that is entered into a program.
What is a conditonal?
A statement that executes different actions based on whether a condition is true or false
What is a syntax error?
An error where the code runs without crashing but produces incorrect results
What componet connects all parts of a computer?
Motherboard
What makes a game fun?
Engaging gameplay, challenges, rewards, and a good narrative.
What is an Output?
X2 Points
What is a flowchart?
A diagram that represents an algorithm or process.
How can comments help with debugging?
hey provide explanations of the code, making it easier to understand and identify issues.
What is a peripheral device?
X2 Points
External device, like mouse,speakers keyboard,printer
How do you create a game character?
By designing the character's appearance, abilities, and behaviors using programming and graphics.