My Crossword Maker Logo
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

Block Coding - Computer Concepts 2022

Block Coding 
Name___________________________________
Across
A piece of code that you can easily call over and over again.
Something a program checks to see if it is true before allowing an action.
An action that a sprite performs continuously until it's told to stop.
Putting commands in correct order so computers can read the commands
Statements that only run under certain conditions.
A list of steps to finish a task
Finding and fixing the problems in an algorithm or program
An algorithm that has been coded into something that can be run by a machine.
To do something again.
A command that tells you to do something only up to the point that something becomes true.
Down
An instruction for the computer. Many commands put together make up algorithms.
The action of doing something over and over again.
To write code, or to write instructions for a computer.
The art of creating a program.
A loop that continues to repeat while a condition is true.
Part of a program that does not work corretly
A graphic on the screen with a location, size, and appearance.
An action that a sprite performs continuously until it's told to stop.