What is the name of the orange cat that is the default character in Scratch?
What is Scratch Cat?
What is the name of the robot helper you can program in Minecraft Education?
What is the Agent?
What do you call the character you play as in Roblox?
What is an avatar?
What color is the SPIKE Prime Hub?
What is yellow?
What do you use Tinkercad to create?
What are 3D models?
In Scratch, what are the colored blocks that control your sprite called?
What are code blocks?
Which type of code blocks do you use in MakeCode to tell your Agent what to do?
What are coding blocks?
What is the name of the program used to make games in Roblox?
What is Roblox Studio?
What do we call the main "brain" or controller of the SPIKE Prime robot?
What is the Hub?
In Tinkercad, what shape is red and often used as a building block?
What is a box or cube?
Which block category do you use to make your sprite move across the screen?
What is Motion?
If you want your Agent to move forward, which command do you use?
What is "agent move forward by 1"?
In Roblox Studio, what do you use to make your game objects do things like move or disappear?
What is a script?
Which part of the SPIKE Prime robot helps it move?
What are motors?
What tool lets you move shapes up, down, or side to side in Tinkercad?
What is the move tool (or arrow handles)?
What block would you use to repeat actions over and over again?
What is a "forever" loop?
Which event block starts your code when you click the play button? Hint it is Green
What is "on start"?
What programming language is used in Roblox to make things happen in games?
What is Lua?
Which sensor can help your robot stop when it sees something in front of it?
What is the distance sensor?
What do you call it when you combine two or more shapes to make one object?
What is grouping?
If you want something to happen only when the spacebar is pressed, which event block would you use?
What is "when [space key] pressed"?
What is the name for something you can create in MakeCode to store a number or word that might change while your program runs?
What is a variable?
What does “Obby” stand for in Roblox?
What is obstacle course?
Which sensor can tell if your robot is on a black line or a white surface?
What is the color sensor?
What do you use to remove parts of a shape, like making a hole in it?
What is the hole tool or hole shape?