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

Robotics II Test 1

Robotics II Test 1

12th Grade

23 Qs

Arduino Programming Basics Quiz

Arduino Programming Basics Quiz

9th Grade

25 Qs

Informatika XII

Informatika XII

12th Grade

25 Qs

ENI635 - SBQ1

ENI635 - SBQ1

11th Grade

20 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

Mecatronica 5to IOQ Final

Mecatronica 5to IOQ Final

9th - 10th Grade

20 Qs

Ардуино бойынша жалпы сұрақтар:

Ардуино бойынша жалпы сұрақтар:

University

25 Qs

Arduino coding language

Arduino coding language

Assessment

Quiz

Computers

9th Grade - University

Easy

Created by

Amber Saffen

Used 144+ 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?