(Coding) Basics
[Coding) Drivetrain
(Coding) Logic
(Mix & Match) Rules
(Mix & Match) Points
100

What is the first code category to pop up?

Drivetrain

100

How Much (millimeters) is a tile??

A Tile is 200 mm

100

What does repeat do?

lets say you put drive 200 mm and repeat it if drives ten times

100

 What should your robot do before it starts working?

it gets its sensors and motors ready

100

How many points do you get for driving your robot across the field?

I don't think it gives you points driving my robot across the field.

200

What is the 2nd code category to pop up in Vex IQ?

The 2nd category to pop up is Logic

200

How much degrees to turn to the left or right?

Turning is 90 Degrees


200

What does reset timer do?

It resets the timer of the game

200

What does it mean to calibrate a sensor?

you adjust it so it could give you right readings

200

What's so special about earning points 

Sensors help your robot move better and finish tasks more accurately.

300

What block start the program?

When Started Block

300

What is Drive Velocity?

It Makes the robot faster to speed up things.

300

 Which sensor detects color?

 How does the robot know when it has bumped into something?

Color sensor

Bumper sensor

300

Why do you use an If-Then block in programming?

To tell the robot to make choices based on what’s happening. 


300

How can you earn extra points in VEX IQ challenges?

Your robot earns points by doing tasks all by itself and no driver needed

400

What is a variable used for in coding?

to store data

400

What does stop driving mean?

it forces the robot to stop

400

What sensor detects how fast a wheel is turning?

The sensor that detects how fast a wheel is turning is a rotation sensor.

400

What if the robot give two different sensors?

the program will have to trust one of the sensors or probably use both of the sensors

400

Why is writing good code important for scoring points?

Because it helps your robot do what it's supposed to do without messing up.

500

How do you stop a running program?

Use the stop block or end the program

500

What is a turn velocity?

A turn velocity for the robot turns faster

500

How can a robot detect line markings on the floor?

The robot uses a Color or line tracker Sensor

500

How do loops help you with your robot

It helps because let's say you wanna turn right and you wanna loop it twice it will turn 2 times

500

How does using sensors help you get more points?

Sensors help your robot move better and finish tasks more accurately