General Coding
Data & Control
Errors & Broken Code
Games!
Random
100

A ____ is a single instruction for a computer. 

What is a command? 

100

Using a _____ allows you to do something over and over again, repeating code.

What is a loop?

100

_____ is an error, or mistake, in a program that stops the program from running correctly.

What is a bug?

100

____ is an online physics-based game. Push your opponents off the edge of the level, the last one standing wins!

What is Bonk .io?

100

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?

200

A person who writes code and communicates instructions to a computer is a _______.

What is a programmer?

200

A ______ is like a container you can fill with different values.

What is a variable?

200

________ is when you find and fix errors or mistakes in programs. 

What is debugging?

200

____ 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?

300

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?

300

You can use _____ to make a copy of a sprite.

What are clones?

300

The ____ in Scratch has no motion blocks, because it cannot move. 

What is the Stage?

300

_____ has user-generated multiple-choice quizzes that can be accessed via a web browser or the ____ app.

What is Kahoot?

300

________ 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."?

400

The characters in Scratch are called ______ Scratch himself is one of these!

What is a sprite?

400

A _____ can store multiple pieces of information at once.

What is a list?

400

 ____ 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?

500

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?

500

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?

500

Breaking down a problem into smaller pieces.

What is decomposing?