Arduino CTC Go Motions Quiz

Arduino CTC Go Motions Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

Robotics Week 2 Review

Robotics Week 2 Review

Robotics Programming

Robotics Programming

Arduino CTC-GO Core Module Quiz

Arduino CTC-GO Core Module Quiz

Robotics Thursday

Robotics Thursday

Lego Robot Basics

Lego Robot Basics

Robotics

Robotics

Graphica Robot C and Vex IQ

Graphica Robot C and Vex IQ

Robotics Quiz 1

Robotics Quiz 1

Arduino CTC Go Motions Quiz

Arduino CTC Go Motions Quiz

Assessment

Quiz

Other

9th Grade

Practice Problem

Hard

Created by

JAMES ROBERT RISSER

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?