What material are most LEGO bricks made from?
What is "Plastic"
Which two command blocks control Motors?
What Is "Movement and Motors"
What code enables the robot to move forward?
What is "Move Forward"
or
What is "Start Moving Forward"
What sensor would you use to make your car move when it sees red?
What is A "Color Sensor"
What are Robots
What is "Artificial Intelligence"
or
What is" A programmed machine"
True or False: LEGO bricks made today can still fit with bricks made in 1958.
What is "True"
These parts of the robot allow it to move or turn
What is "The Motors"
What is one of the specific coding called with the blocks used to program Lego Spike Prime
What is "Word Block Coding"
This sensor helps the robot detect if something is in front of it.
What color is the main Lego Spike Prime hub?
What is "Yellow"
Besides building and programming a robot, what is one other main part of the competition that teams are judged on?
What is "Innovation or Creativity
What kind of motor does the Lego Spike Prime set include that provides rotation feedback?
What is "A Medium Angular Motor"
OR
What is "A Large Angular Motor"
What command is commonly used to make a loop repeat forever in a program?
or
What is "A Infinite Loop"
This sensor can tell how light or dark a surface is, and is often used to follow lines.
What is "The color Sensor"
What device do you use to write code and connect to the Spike Prime hub?
What is "A tablet or Computer"
Approximately how many LEGO bricks are made every year around the world?
A) 10 million
B) 100 million
C) 1 billion
D) 20 billion
What is "D 20 Billion"
What is the command used to make a motor rotate a specific number of degrees or rotations?
What is "run for degrees/rotations" or "set motor position"?
What kind of coding does Spike Prime use?
What is Python?
This sensor can detect if the robot is tilting or turning.
What is "The Gyro Sensor"
What is the maximum number of motors or sensors you can connect to the Spike Prime hub at once?
"What is 6"
How long does the Robot have to be autonomous and follow directions with code before controlling it in yourself stated in both of the videos we watched earlier?
What is "30 Seconds"
In the Spike Prime programming environment, which feature allows you to control how fast the motor speeds up or slows down, helping your robot move more smoothly instead of starting and stopping suddenly?
What is "Acceleration"
OR
What is "Deceleration"
This type of variable can hold more than one value at a time, like a list of numbers or colors, and is useful for keeping track of multiple items in your robot program.
What is "An Array"
or
What is "A list"
The distance sensor sometimes gives random numbers when nothing is in front of it. What is one way to make your program more reliable when using the distance sensor to detect objects?
What is using multiple sensor readings and averaging them (or adding a wait block to reduce noise)?
What programming language is the Spike Prime app based on when you switch from block coding to text coding?
What is "Python"