Basic Arduino Programming

Basic Arduino Programming

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

5. Programming

5. Programming

10th - 11th Grade

16 Qs

Basics in Java

Basics in Java

9th - 12th Grade

15 Qs

Arduino Junior Certification Practice Questions 3

Arduino Junior Certification Practice Questions 3

9th - 12th Grade

20 Qs

Arduino Challenge 3

Arduino Challenge 3

9th Grade

20 Qs

6 Arduino: Potentiometers

6 Arduino: Potentiometers

11th Grade

15 Qs

Arduino Review Quiz

Arduino Review Quiz

9th - 12th Grade

21 Qs

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

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

10th Grade

15 Qs

Arduino Mega

Arduino Mega

10th - 11th Grade

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