Arduino Programming Quiz

Arduino Programming Quiz

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Arduino Básico para 8°

Arduino Básico para 8°

8th Grade

15 Qs

4 . Push Button LED

4 . Push Button LED

6th - 8th Grade

10 Qs

BK 6 7 Sınıf Kodlama ve Robotik

BK 6 7 Sınıf Kodlama ve Robotik

6th - 7th Grade

10 Qs

Traffic Light

Traffic Light

7th Grade

10 Qs

Arduino IDE Software Introduction

Arduino IDE Software Introduction

7th Grade

10 Qs

Lesson 11 Starter

Lesson 11 Starter

8th Grade

11 Qs

mBlock

mBlock

7th Grade

11 Qs

Arduino

Arduino

7th - 8th 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?