Arduino CTC Go Motions Quiz

Arduino CTC Go Motions Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

Robots cuestionario

Robots cuestionario

1st - 12th Grade

10 Qs

Robotics Intro to Parts

Robotics Intro to Parts

9th - 11th Grade

15 Qs

Arduino 1 - Sekolah Robot Indonesia

Arduino 1 - Sekolah Robot Indonesia

5th Grade - University

10 Qs

Arduino

Arduino

9th Grade

12 Qs

Year 9/11/12 Summer Class Robotics Month 2 Test-MRT3 Lv.3

Year 9/11/12 Summer Class Robotics Month 2 Test-MRT3 Lv.3

9th - 12th Grade

10 Qs

MiO - STEAM Class 1

MiO - STEAM Class 1

4th Grade - Professional Development

10 Qs

Diagnostico Secundaria y prepa

Diagnostico Secundaria y prepa

8th - 9th Grade

12 Qs

rbt tingkatan 3

rbt tingkatan 3

7th - 9th Grade

15 Qs

Arduino CTC Go Motions Quiz

Arduino CTC Go Motions Quiz

Assessment

Quiz

Other

9th Grade

Hard

Created by

JAMES ROBERT RISSER

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Grace, Scarlett, and Abigail are working on a robotics project for their Arduino CTC Go class. They need to program a servo motor to turn to a specific angle. Which command should they use in Arduino CTC Go to achieve this?

servo.setAngle(angle);

servo.move(angle);

servo.write(angle);

servo.rotate(angle);

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mia, Abigail, and Oliver are working on a project for their Arduino CTC Go class. They need to program a DC motor to rotate clockwise for their robot. Which command should they use?

motor.setDirection(UP)

motor.setDirection(CLOCKWISE)

motor.setDirection(ANTICLOCKWISE)

motor.setDirection(LEFT)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Isla, Arjun, and Elijah are working on a robotics project using Arduino CTC Go. They have programmed their robot to move but they are unsure how to stop it. What is the command they should use to stop the motion of the motor?

halt()

stop()

end()

terminate()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Noah is working on a project for his Arduino CTC Go class where he needs to make a servo motor move continuously. Which method should he use in his code to achieve this?

He should use the `delay()` function instead of the `write()` function.

He should use the `writeMicroseconds()` function instead of the `write()` function.

He should use the `attach()` function instead of the `write()` function.

He should use the `analogWrite()` function instead of the `write()` function.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evelyn, Nora, and Anika are working on a robotics project for their Arduino CTC Go class. They need to program a stepper motor to rotate a specific number of steps. Which command should they use to achieve this?

stepper.turn(steps)

stepper.move(steps)

stepper.rotate(steps)

stepper.step(steps)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Anika, Daniel, and Harper are working on a project where they need to control the speed of a DC motor using their Arduino CTC Go. What command should they use to set the speed of the motor?

pinMode()

analogWrite()

digitalWrite()

analogRead()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lily, Noah, and Ava are working on a school project where they need to make a servo motor move back and forth continuously using Arduino CTC Go. How should they accomplish this?

They should include the `Servo` library, create a `Servo` object, attach it to a pin, use the `attach()` function to set the initial position, and then use a loop to continuously set the position and add a delay.

They should include the `Servo` library, create a `Servo` object, attach it to a pin, use the `writeMicroseconds()` function to set the initial position, and then use a loop to continuously set the position and add a delay.

They should include the `Servo` library, create a `Servo` object, attach it to a pin, and use the `move()` function to set the initial position, and then use a loop to continuously set the position and add a delay.

They should include the `Servo` library, create a `Servo` object, attach it to a pin, use the `write()` function to set the initial position, and then use a loop to continuously set the position and add a delay.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?