M3 Quiz (SY 2023 - 2024) - Arduino Intermediate

M3 Quiz (SY 2023 - 2024) - Arduino Intermediate

9th Grade

14 Qs

quiz-placeholder

Similar activities

Mecatronica 5to IOQ 1

Mecatronica 5to IOQ 1

9th - 12th Grade

10 Qs

TinkerCad Quiz

TinkerCad Quiz

7th Grade - Professional Development

10 Qs

Conceptos Básicos de Arduino

Conceptos Básicos de Arduino

9th - 12th Grade

15 Qs

Arduino P-uur - deel 3

Arduino P-uur - deel 3

6th - 10th Grade

14 Qs

Arduino - Contador

Arduino - Contador

9th Grade - University

11 Qs

Arduino Quiz

Arduino Quiz

9th Grade

19 Qs

SIK Lessons 3-9

SIK Lessons 3-9

9th - 12th Grade

10 Qs

INFORMATIKA 9 S2 PA 2 HAL 056

INFORMATIKA 9 S2 PA 2 HAL 056

9th Grade

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