Keyword | Definition |
---|---|
algorithm | step by step instructions to solve a problem (with or without a computer) |
coordinates | the position of a sprite on the screen |
debugging | finding and fixing mistakes in code so that a program works properly |
input | things like pressing keys or moving the mouse that sends data into a computer program |
logical reasoning | thinking carefully to predict and explain what a program will do when you run it |
output | things like sound or graphics that sends information out from a computer program |
programming | writing computer code to give it instructions for a game, app program |
script | one or more blocks or instructions in a program that tells a computer what to do |
sprite | something in a program that you can see and that can move around |
variable | something in a computer program that can remember a value (like the score for a game or the player's name) |