Coding Basics
Algorithms
Debugging
Computer parts
Game Design
100

What is a code?

A set of instructions written in a programming language.

100

What is an Algorithm? 

 A step-by-step procedure for solving a problem.

100

What does it mean to debug?

The process of finding and fixing errors in a program.

100

What is the brain of the computer?


CPU

100

What is a sprite?

 A two-dimensional image or animation that is integrated into a larger scene, often used for characters in games

200

What is a program?

A collection of code that performs a specific task.

200

What is a sequence?

A specific order in which instructions are executed.

200

How do you find an error in a code?

By reviewing the code, using print statements, or tools like debuggers.

200

What stores all the info?

Harddrive

200

What is a game loop?


    • he central component of a game that continuously checks for user input, updates the game state, and renders the game.


300

What is a fucntion?

A block of code designed to perform a particular task.

300

What is a loop?


x2 points

A programming construct that repeats a block of code.

300

What do we do when a code doesn't work? 

Debug it 

300

What part is responsible for displaying images?

Monitor

300

What is a level?

A specific stage within a game that players can progress through

400

What is an input?

Information or data that is entered into a program.

400

What is a conditonal?

A statement that executes different actions based on whether a condition is true or false

400

What is a syntax error?

An error where the code runs without crashing but produces incorrect results

400

What componet connects all parts of a computer?

Motherboard

400

What makes a game fun?

 Engaging gameplay, challenges, rewards, and a good narrative.

500

What is an Output?


X2 Points

  • The information produced by a program after processing input.


500

What is a flowchart?

A diagram that represents an algorithm or process.

500

How can comments help with debugging?

hey provide explanations of the code, making it easier to understand and identify issues.

500

What is a peripheral device?


X2 Points

External device, like mouse,speakers keyboard,printer

500

How do you create a game character?

By designing the character's appearance, abilities, and behaviors using programming and graphics.

M
e
n
u