Arduino Quiz

Arduino Quiz

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

While and do while loops

While and do while loops

8th - 9th Grade

10 Qs

For loop

For loop

8th - 9th Grade

10 Qs

Arduino

Arduino

1st - 12th Grade

10 Qs

PRE-TEST UH1 PMM

PRE-TEST UH1 PMM

1st - 10th Grade

12 Qs

ULANG KAJI: TINKERCAD - ARDUINO BAHAGIAN 1 (Teori sahaja)

ULANG KAJI: TINKERCAD - ARDUINO BAHAGIAN 1 (Teori sahaja)

1st - 12th Grade

10 Qs

Virtual Robotics

Virtual Robotics

4th - 8th Grade

10 Qs

Edublocks Python - Advanced level

Edublocks Python - Advanced level

4th - 9th Grade

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Arduino Quiz

Arduino Quiz

Assessment

Quiz

Education

6th - 8th Grade

Medium

Created by

Aditya Saluja

Used 5+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Arduino IDE consists of 2 functions. What are they?

Loop() and build() and setup()

Build() and loop()

Setup() and build()

Setup() and loop()

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the use of the Vin pin present on some Arduino Boards?

To ground the Arduino Board

To power the Arduino Board

To provide a 5V output

Is used for plugging in 3V supply

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the microcontroller used in Arduino UNO?

ATmega32114

AT91SAM3x8E

ATmega2560

ATmega328p

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In Arduino programming every statement ends with __________.

.

,

:

;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What language is a typical Arduino code based on?

Assembly Code

Python

Java

C/C++

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

How many errors are there in code?

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many PWM pins are there on Arduino Uno Board?

3

4

5

6

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

If we provide the supply to the circuit led will turned on?

Yes

No