Arduino coding language

Arduino coding language

9th Grade - University

25 Qs

quiz-placeholder

Similar activities

Arduino - level 2

Arduino - level 2

7th - 12th Grade

27 Qs

Informatika XII

Informatika XII

12th Grade

25 Qs

Arduino Junior Certification Practice Questions 3

Arduino Junior Certification Practice Questions 3

9th - 12th Grade

20 Qs

Sumatif Arduino V.3

Sumatif Arduino V.3

12th Grade

25 Qs

Java Programming

Java Programming

University

20 Qs

Arduino IDE (Sketch) Quiz3 Hope

Arduino IDE (Sketch) Quiz3 Hope

10th Grade

22 Qs

ARDUINO UNO QUIZ 2

ARDUINO UNO QUIZ 2

12th Grade

25 Qs

Arduino Kod Okur Yazarlığı 4 (Değişken Tanımlama)

Arduino Kod Okur Yazarlığı 4 (Değişken Tanımlama)

5th Grade - University

20 Qs

Arduino coding language

Arduino coding language

Assessment

Quiz

Computers

9th Grade - University

Easy

Created by

Amber Saffen

Used 143+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

delay(5000); stands for
Wait 5 minutes
Wait 5 seconds
Wait 50 seconds

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A forward slash is used for 
code
output
comments

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A function is a series of programming statements that can be called by name. Which command is called once when the program starts:
loop()
setup()
(output)
(input)

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A function is a series of programming statements that can be called by name. Which command is called repetitively over and over again as long as the Arduino has power.
loop()
setup()
(output)
(input)

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image
What does this sketch do?
This sets up the pin that our LED is connected to as an OUTPUT pin.
This sets up the pin that our LED is connected to as an INPUT pin
This sets up and LED to turn off
Turns the LED off by writing LOW out on the pin.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we start by writing HIGH out on the pin connected to the LED. What will it make the LED do? (HIGH means putting 5V out on the pin)
Turn the LED on
Turn the LED off

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we start by writing LOW out on the pin connected to the LED. What will it make the LED do? (LOW means putting 0V out on the pin)
Turn the LED on
Turn the LED off

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?