How many millimeters are in 1 tile?
200 millimeters
In the section "motion" what are 2 important commands that you should use?
None ,Drivetrain has more important ones because the "motion" has only 5 commands
Sensing an object is good right?
yes !
Do you think having the section "Logic" is important and Faster?
..Your Opinion
Is the section "switch " useful?
no...its just open boxes
Adding a drive foward command with no limit would tell the robot to keep driving and not stop.True or false?
True
If you use the Wall maze platfrom ,The robot will most likely hit a wall , instead of restarting and adding commands ...What should you do ?"
Add a "wait until"command so it dosent turn right immediately
Which sensor command could you use to detect if your far from an object?
The "Distance-Found an object ?" command.
True or false ,Adding 2 "repeat " commands is much easier
False
in order to make your robot not go crazy what should you use?
The "wait until" command
On the '' Turn right for 90 degrees '' command , Whats another option for turning right ?
Left
True or false . "Spin clawmotor open 90 degrees is the same as "spin clawmotor open"?
When you add a "set touchLED color to (desired color) what does that mean?
If your using the Mix and Match playground , it will grab any pin that color.
Do you think a "reset timer " command is useful ?
Yes
In the mix and match playground, when i grab 2 pins but still didnt drop them ,do i get the points?
Nope,You need to drop them ,using a ceartin position
What is the difference between ''turn for (degrees)'' and ''turn to heading''?
Trick question,There the same meaning(Turning for 90 degrees is making a a quarter turn-same for turn to heading )
Whats the diffrence between "set clawmotor velocity to (desired amount)" and "set velocity to (desired amount)"?
When you drive foward,you can add one set velocity to (desired amount) to go faster .but the other command sets the Claw to open or close faster.
Should you use all the commands without a "wait until"?
No,the robot will rush through.
Yes its much faster and best part is ,More useful
Just because you have a long finished code ,that dosent mean you will get more points.true or false?
False
`If you add a drive foward command for -200mm it would drive backwards.True or false?
True,remember its negative 200mm which will go backwards.
Why does a "forever " command exist?
If you ever wanted a infinite loop ,Just add that command last.
Which type of command "waiting" or "non -waiting", could be added with a Forever or While loop to make sure the robot consistently looks at the sensor?
A non waiting block.
Whats your favorite part about coding?
Your opinion
if i have a finished code , does that mean i can use it for all playgrounds?
No,there are different steps in each playground>