Arduino Programming Quiz

Arduino Programming Quiz

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

CODING QUIZZ

CODING QUIZZ

8th Grade

13 Qs

TinkerCad Quiz

TinkerCad Quiz

7th Grade - Professional Development

10 Qs

Arduino

Arduino

6th Grade

12 Qs

LEDS

LEDS

6th - 8th Grade

9 Qs

Arduino P-uur - deel 3

Arduino P-uur - deel 3

6th - 10th Grade

14 Qs

Arduino Lesson 7 Starter

Arduino Lesson 7 Starter

8th Grade

15 Qs

Lesson 2 Starter

Lesson 2 Starter

8th Grade

8 Qs

NRW 2022

NRW 2022

7th - 12th Grade

13 Qs

Arduino Programming Quiz

Arduino Programming Quiz

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

shumaila shereen

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two main parts of an Arduino program?

A) setup and main

B) loop and main

C) setup and loop

D) start and end

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which part of the Arduino program runs only once?

A) loop

B) setup

C) main

D) end

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which part of the Arduino program runs repeatedly?

A) setup

B) loop

C) main

D) end

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of defining pins in an Arduino program?

A) To give power to the circuit.

B) To identify which pins are used for input and output.

C) To store data.

D) To generate code.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a pin number as an integer variable in Arduino?

A) int ledPin = 13;

B) pin ledPin = 13;

C) define ledPin 13;

D) integer ledPin = 13;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a pushbutton in an Arduino circuit?

A) To control the flow of electricity.

B) To store energy.

C) To act as a switch to turn on and off components like LEDs.

D) To measure temperature.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which pin mode is used for an LED in the Arduino setup function?

A) pinMode(ledPin, INPUT);

B) pinMode(ledPin, OUTPUT);

C) pinMode(ledPin, ANALOG);

D) pinMode(ledPin, PWM);

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?