Arduino Quiz

Arduino Quiz

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Virtual Robotics

Virtual Robotics

4th - 8th Grade

10 Qs

Arduino Challenge

Arduino Challenge

KG - Professional Development

5 Qs

Arduino

Arduino

6th - 8th Grade

10 Qs

Edublocks Python - Advanced level

Edublocks Python - Advanced level

4th - 9th Grade

10 Qs

7. Sınıf Bilişim

7. Sınıf Bilişim

7th Grade

10 Qs

Зачет по робототехнике 6 класс 1 полугодие

Зачет по робототехнике 6 класс 1 полугодие

6th Grade

12 Qs

Arduino

Arduino

6th Grade

6 Qs

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

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

1st - 12th Grade

10 Qs

Arduino Quiz

Arduino Quiz

Assessment

Quiz

Education

6th - 8th Grade

Hard

Created by

Aditya Saluja

Used 6+ 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