Robotics
Scratch
Binary Numbers
Coding
STEM
100

What types of robots are we working with?

Lego Mindstorms

or 

EV3's

100

Which code block do we need at the beginning of the code to start the game?

"When [green flag] is clicked"

100

Write a capital A in binary

01000001

100

An action that happens over and over again until told to stop.

A Loop

100

What does STEM stand for?

S: Science

T: Technology

E: Engineering

M: Math

200

If my power is -50, in which direction will my robot travel?

Left

200
What is a clone?

A clone is a copy of your sprite

200

What base are we working with in binary. Hint: Think of how many numbers are available in binary.

Base 2

200

What is debugging?

Looking for errors in your code

200

What does STEAM stand for?

S: Science
T: Technology
E: Engineering
A: Arts
M: Math

300

If your steering is +100, in which direction will your robot turn?

Right. 

300

What is a variable?

Something that stores data form your game. (Ex. Keeping score)

300
10+20. Answer must be in binary.

10 + 20 = 30


30 = 00011110



300

What is code?

A set of instrucrtions and rules that accomplish a task.

300

Random Math Question: What is the value of x in the following equation: 3x-25=5

X = 10
400

How many timies will your robot's wheels rotate when your rotations are set to 90?

90 rotations

400

Name 4/8 different types of blocks on scratch? Please note that "My Blocks" will not be counted. 

1. Motion
2. Looks
3. Sound
4. Events
5. Control
6. Senseing
7. Operators
8. Variables

400
Write the word THINK in binary.

T: 01010100

H: 01001000 

I: 01001001 

N: 01001110 

K: 01001011 

400

Name the type of code that can steal your data. Hint: trojans, virus', and worms are all this type of code.

Malware

400

Random Technology Quesiton: In the movie, Iron Man, Tony Stark's assistant is named JARVIS, what is Jarvis?

Jarvis is an Artificial Intelligence system.

500

How many rotations is 18000 degrees?

1 rotation = 360 degrees. 

1800degrees/360 degrees = 5 tire rotations

500

Name the 4/7 code blocks needed to end your game. 150 points extra, if you can name all 7. 

1. When green flag is clicked
2. Go to x: 0, y: -100
3. Set power saved to 0
4. Wait until
5. Green greater than operator
6. Power saved
7. Stop  all.

500

Write the word TOGETHER in Binary

T: 01010100

O: 01001111 

G: 01000111 

E: 01000101

T: 01010100 

H: 01001000 

E: 01000101

R: 01010010 

500

Name one type of coding language.

C++

Phython

HTML

Javascript

SQL

500

Random Science Question: What are the three basic needs of ALL living things

Air, Water, and Energy