Basic Arduino Programming

Basic Arduino Programming

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

PENGENDALI SISTEM ROBOTIK XII_soal 1

PENGENDALI SISTEM ROBOTIK XII_soal 1

7th - 12th Grade

20 Qs

Quiz Informatika Ke-2

Quiz Informatika Ke-2

12th Grade

22 Qs

J3 Arduino Quiz

J3 Arduino Quiz

10th Grade

19 Qs

Revision for grade12- week 1 &2

Revision for grade12- week 1 &2

12th Grade

15 Qs

Arduino

Arduino

9th Grade

22 Qs

Arduino Circuitry Quiz

Arduino Circuitry Quiz

9th - 12th Grade

20 Qs

Test your knowledge- Adruino

Test your knowledge- Adruino

12th Grade

15 Qs

Arduino

Arduino

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?