M3 Quiz (SY 2023 - 2024) - Arduino Intermediate

M3 Quiz (SY 2023 - 2024) - Arduino Intermediate

9th Grade

14 Qs

quiz-placeholder

Similar activities

Arduino_2

Arduino_2

3rd Grade - University

10 Qs

Repaso

Repaso

1st - 10th Grade

17 Qs

Hummingbird Robotics

Hummingbird Robotics

6th - 9th Grade

12 Qs

Arduino Uno and Sensors Quiz

Arduino Uno and Sensors Quiz

9th Grade

11 Qs

ACTUALLY about Arduino

ACTUALLY about Arduino

4th Grade - University

18 Qs

Day#6

Day#6

1st Grade - University

10 Qs

LO11_Lesson 9

LO11_Lesson 9

9th Grade

10 Qs

Kit de Robótica - Identificação e Teste dos Componentes

Kit de Robótica - Identificação e Teste dos Componentes

9th Grade

11 Qs

M3 Quiz (SY 2023 - 2024) - Arduino Intermediate

M3 Quiz (SY 2023 - 2024) - Arduino Intermediate

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Neil Rusia

Used 44+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

In Arduino circuit, the RED wire of servo motor is connected to the _________ of the Arduino UNO board.

GND pin

signal/pin number

5V pin

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

In Arduino circuit, the BROWN wire of servo motor is connected to the _________ of the Arduino UNO board.

GND pin

signal/pin number

5V pin

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the code that you will write if you want to add an Arduino library?

int pin;

Servo myServo;

#include<Servo.h>

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the variable name in this code?


Servo leftServo;

Servo

leftServo

leftservo

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What does this code mean?


myServo.attach(9, 500, 2500);

myServo is attached to pin number 9

myServo is attached to pin number 2500

myServo is attached to pin number 500

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the bug in this code?


void setup(){

myServo.attach(9, 500, 2500)

}

missing period or " . " symbol at the end of the line

missing semi-colon or " ; " symbol at the end of the line

missing bracket or " ] " symbol at the end of the line

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What does this code do?


myServo.write(90);

delay(15);

myServo will rotate 90 degrees for 15 seconds

myServo will rotate 90 degrees for 15 milliseconds

myServo will rotate 90 degrees for 15 hours

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?