Arduino programming part 1

Arduino programming part 1

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Tendências em Marketing Digital

Tendências em Marketing Digital

12th Grade

10 Qs

Digital Citizenship

Digital Citizenship

5th - 12th Grade

15 Qs

Cuestionario de Electrónica Básica

Cuestionario de Electrónica Básica

12th Grade

10 Qs

Teknik Cetak Digital Grafika

Teknik Cetak Digital Grafika

11th Grade

15 Qs

Backrooms Quiz

Backrooms Quiz

3rd Grade - Professional Development

10 Qs

Arduino Intro Quiz

Arduino Intro Quiz

9th - 12th Grade

8 Qs

Mixed Reality

Mixed Reality

12th Grade

13 Qs

Networking

Networking

9th - 12th Grade

15 Qs

Arduino programming part 1

Arduino programming part 1

Assessment

Quiz

Design

11th - 12th Grade

Medium

Created by

Djemy Tal

Used 29+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify this component

Arduino Uno board

Raspberry Pi

Breadboard / Protoboard

White Plastic Board

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an LED?
a light
a light emitting diode
a part of a circuit

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is a resistor important?
It isn't important
It increases the power of a circuit
It controls the flow of electricity by lessening it to a certain amount

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A potentiometer is also known as a ___________________
knob
button
variable resistor

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How long is the LED on?

digitalWrite(13, HIGH); 
 
delay(1000);   
digitalWrite(13, LOW); 
 
delay(1000); 
1000 seconds
100 seconds
1 second
100 milliseconds

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol ends a statement?
Semicolon ;
Parenthesis )
Comma ,
Curly Brace }

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What does pressing the check-mark do when working with your code?
Saves your work.
Downloads your code onto the arduino board.
Checks your code for mistakes.
Checks to see if the arduino is connected to the computer.

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?