Use the same type of gears or the same size gears.
When you want to merge text together, what do you use?
Text Block
What are the two modes of the variable block?
Write and Read
What is the difference between the logic array and the numeric array?
Numeric array holds numbers
Logic array holds true or false values
Does the worm gear work both ways or only one way?
Only one way
What inputs does the compare block take in?
Why do we use the variable or constant block?
Constant: When a value stays "constant" a lot
What index is the starting value is?
Index 0
What direction would the last gear be spinning if the first gear is spinning right and there are 15 gears?
The last gear would be spinning right.
What does the lower bound and upper bound mean?
Lower bound: Lowest number it can be
Upper bound: Highest number it can be
What are the specific modes of the variable block? (Not read or write.)
Logic, Numeric, Text, Numeric Array, Logic Array
Why do we use the length mode in array operations?
When we want to know the length of the array and get specific values.
What is one reason why we use gears that change direction?
Fit in tighter spaces, more complicated spaces
What are the modes of the Logic Operations Block?
AND, OR, XOR, NOT
Read the variable, add 1 with math block, and then rewrite it into the variable
What does the append mode do to the array?
How do you calculate the gear ratio of a gear train?
(Gear train is multiple gears in a row)
Use the first and last gears to find the gear ratio of the gear train
What inputs does XOR need to have an output of TRUE?
Only one input can be true
What are the modes of the math block? (List 6 of them)
Add, Subtract, Divide, Multiply, Absolute Value, Square Root, Exponent, Advanced
What are the modes for the array operations block?
Append, Read at Index, Write at Index, Length