What types of robots are we working with?
Lego Mindstorms
or
EV3's
Which code block do we need at the beginning of the code to start the game?
"When [green flag] is clicked"
Write a capital A in binary
01000001
An action that happens over and over again until told to stop.
A Loop
What does STEM stand for?
S: Science
T: Technology
E: Engineering
M: Math
If my power is -50, in which direction will my robot travel?
Left
A clone is a copy of your sprite
What base are we working with in binary. Hint: Think of how many numbers are available in binary.
Base 2
What is debugging?
Looking for errors in your code
What does STEAM stand for?
S: Science
T: Technology
E: Engineering
A: Arts
M: Math
If your steering is +100, in which direction will your robot turn?
Right.
What is a variable?
Something that stores data form your game. (Ex. Keeping score)
10 + 20 = 30
30 = 00011110
What is code?
A set of instrucrtions and rules that accomplish a task.
Random Math Question: What is the value of x in the following equation: 3x-25=5
How many timies will your robot's wheels rotate when your rotations are set to 90?
90 rotations
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
T: 01010100
H: 01001000
I: 01001001
N: 01001110
K: 01001011
Name the type of code that can steal your data. Hint: trojans, virus', and worms are all this type of code.
Malware
Random Technology Quesiton: In the movie, Iron Man, Tony Stark's assistant is named JARVIS, what is Jarvis?
Jarvis is an Artificial Intelligence system.
How many rotations is 18000 degrees?
1 rotation = 360 degrees.
1800degrees/360 degrees = 5 tire rotations
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.
Write the word TOGETHER in Binary
T: 01010100
O: 01001111
G: 01000111
E: 01000101
T: 01010100
H: 01001000
E: 01000101
R: 01010010
Name one type of coding language.
C++
Phython
HTML
Javascript
SQL
Random Science Question: What are the three basic needs of ALL living things
Air, Water, and Energy