Arduino CTC Go Motions Quiz

Arduino CTC Go Motions Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

Conhecendo kit robótica

Conhecendo kit robótica

9th Grade

6 Qs

Work-Based Learning: CTSOs

Work-Based Learning: CTSOs

9th - 12th Grade

15 Qs

Reforzamiento Robótica

Reforzamiento Robótica

1st - 12th Grade

14 Qs

1.1.1 & 1.1.2

1.1.1 & 1.1.2

9th Grade

15 Qs

CHASSI 2WD

CHASSI 2WD

3rd Grade - University

10 Qs

Mec1 Arduino and Interactive

Mec1 Arduino and Interactive

1st - 12th Grade

10 Qs

Bengkel IoT dan Asas Arduino

Bengkel IoT dan Asas Arduino

9th - 12th Grade

10 Qs

AUU4

AUU4

9th - 12th Grade

10 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?