robo

robo

10th Grade

10 Qs

quiz-placeholder

Similar activities

PRE-TEST UH1 PMM

PRE-TEST UH1 PMM

1st - 10th Grade

12 Qs

Day 1 Quiz

Day 1 Quiz

5th Grade - University

13 Qs

Arduino Programmation

Arduino Programmation

10th Grade

15 Qs

Arduino

Arduino

1st - 12th Grade

10 Qs

Sistem Pengisian Supra 100

Sistem Pengisian Supra 100

10th Grade

10 Qs

Unit 1: Aplikasi Reka Bentuk Teknologi Kejuruteraan

Unit 1: Aplikasi Reka Bentuk Teknologi Kejuruteraan

6th Grade - University

10 Qs

Session "2"

Session "2"

9th - 12th Grade

10 Qs

ĐIỆN THOẠI

ĐIỆN THOẠI

10th Grade

10 Qs

robo

robo

Assessment

Quiz

Education

10th Grade

Easy

Created by

Anya Dsn

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is the part of the servo motor that controls the movement of the output shaft.

electronic assembly

output spline

drive gears

case

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands declares the servo library?

#enable <Servo.h>

#include <Servo.h>

#enable <myServo.h>

#include <myServo.h>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 

Which of the following angle position will move the servo motor at midpoint?

servoName.write(90);

servoName.write(45);

servoName.write(0);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 

In what part of the Arduino program where servo name is assigned to a servo pin?

void loop()

void setup()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 

Which of the following commands sets pin number 3 to a servo?

servoName.attach(3);

int servoPin = 3;

servo servoPin = 3;

servoName.write(3);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to connect a servo motor?

The signal pin should be connected to the PWM digital pin, the GND pin to 5V and power pin to ground.

The signal pin should be connected to the PWM digital pin, the power pin to 5V and GND pin to ground.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


What is the program to command to set the servo object name?

servo ServoName;

servo pinNumber;

servo.attach(servoName);

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?