Arduino programming part 1

Arduino programming part 1

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Simulasi Ujian Berbasis Digital I

Simulasi Ujian Berbasis Digital I

9th - 12th Grade

15 Qs

EMBEDDED SYSTEMS QUIZ -AJ

EMBEDDED SYSTEMS QUIZ -AJ

11th - 12th Grade

10 Qs

R081 - Pre-production documents

R081 - Pre-production documents

9th - 11th Grade

10 Qs

Digital Image Processing

Digital Image Processing

12th Grade

7 Qs

Advanced Photoshop Techniques

Advanced Photoshop Techniques

12th Grade

15 Qs

PGI module

PGI module

12th Grade

9 Qs

Microcontroller

Microcontroller

12th Grade

5 Qs

Arduino Pop Quiz #1

Arduino Pop Quiz #1

9th - 12th Grade

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