Basic Arduino Programming

Basic Arduino Programming

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

C Programming Quiz

C Programming Quiz

12th Grade - University

20 Qs

6 Arduino: Potentiometers

6 Arduino: Potentiometers

11th Grade

15 Qs

Arduino IDE (Sketch) Quiz3 Hope

Arduino IDE (Sketch) Quiz3 Hope

10th Grade

22 Qs

Robotics Mid-term Assessment Grade VI

Robotics Mid-term Assessment Grade VI

6th Grade - University

20 Qs

General Knowledge about Arduino

General Knowledge about Arduino

9th Grade

20 Qs

การสืบเสาะและการแก้ไขปัญหา

การสืบเสาะและการแก้ไขปัญหา

10th Grade

15 Qs

Arduino Midterm Review 2

Arduino Midterm Review 2

8th - 10th Grade

15 Qs

Arduino Test  ?

Arduino Test ?

12th Grade

20 Qs

Basic Arduino Programming

Basic Arduino Programming

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Dave Fogliatti

Used 15+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

A type of storage for us to store information we use in a code

Allows us to run the code many times

The type of information we store in a code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a loop?

A type of storage for us to store information we use in a code

Allows us to run the code many times

The type of information we store in a code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the variable of the following statement:

int count = 3;

int

count

3

;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this function does?

digitalWrite ()

writes output value to either HIGH or LOW

writes output value using PWM sequence

sets a pin to either INPUT or OUTPUT

pauses the program

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this function does?

pinMode ()

writes output value to either HIGH or LOW

writes output value using PWM sequence

sets a pin to either INPUT or OUTPUT

pauses the program

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this function does?

delay ()

writes output value to either HIGH or LOW

writes output value using PWM sequence

sets a pin to either INPUT or OUTPUT

pauses the program

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you run this code:

digitalWrite (red, HIGH);

delay (5000);

The red LED lights up for 5000 seconds

The red LED turns off for 5000 seconds

The red LED turns on for 5 seconds

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?