A ____ is a single instruction for a computer.
What is a command?
Using a _____ allows you to do something over and over again, repeating code.
What is a loop?
_____ is an error, or mistake, in a program that stops the program from running correctly.
What is a bug?
____ is an online physics-based game. Push your opponents off the edge of the level, the last one standing wins!
What is Bonk .io?
Where new assignments get posted, also a place where students can ask questions to the teacher and share things with the class.
What is Google Classroom?
A person who writes code and communicates instructions to a computer is a _______.
What is a programmer?
A ______ is like a container you can fill with different values.
What is a variable?
________ is when you find and fix errors or mistakes in programs.
What is debugging?
____ is a game about evolution and animals. It's a multiplayer . io game where you have to eat, evolve, and survive.
What is Mope. io?
An MIT-developed visual programming language, where kids can learn drag-and-drop coding basics to create games, interactive stories and comics.
What is Scratch?
You can use _____ to make a copy of a sprite.
What are clones?
The ____ in Scratch has no motion blocks, because it cannot move.
What is the Stage?
_____ has user-generated multiple-choice quizzes that can be accessed via a web browser or the ____ app.
What is Kahoot?
________ is a memorable quote uttered by the character Obi-Wan Kenobi in the 2005 science fiction action film Star Wars: Episode III - Revenge of the Sith.
What is "Hello there."?
The characters in Scratch are called ______ Scratch himself is one of these!
What is a sprite?
A _____ can store multiple pieces of information at once.
What is a list?
____ is the technique of photographing successive drawings or positions of puppets or models to create an illusion of movement when the movie is shown as a sequence.
What is animation?
Computers process millions of 1's and 0's a minute, using different rules to interpret them as numbers, letters, operators and everything else.
What is Binary Numbers?
The value of a _______ can change from true, to false, and back to true again -- multiple times even! -- throughout the course of a single program.
What is a boolean?
Breaking down a problem into smaller pieces.
What is decomposing?