eNERGUIZER

eNERGUIZER

9th Grade

5 Qs

quiz-placeholder

Similar activities

Arduino

Arduino

9th - 12th Grade

10 Qs

C# and Python

C# and Python

4th Grade - University

7 Qs

Arduino 001

Arduino 001

2nd Grade - Professional Development

8 Qs

Cuestionario sobre Arduino 1A

Cuestionario sobre Arduino 1A

5th Grade - University

10 Qs

INFORMATIKA 9 S2 PA 2 HAL 056

INFORMATIKA 9 S2 PA 2 HAL 056

9th Grade

10 Qs

TinkerCad Quiz

TinkerCad Quiz

7th Grade - Professional Development

10 Qs

Mecatronica 5to IOQ 1

Mecatronica 5to IOQ 1

9th - 12th Grade

10 Qs

Hour of Code - Circuits

Hour of Code - Circuits

8th - 9th Grade

7 Qs

eNERGUIZER

eNERGUIZER

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Rica Paming

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Arduino IDE has 2 built-in functions. What are those?

void loop() and void once()

void loop() and void func()

void setup () and void loop()

void set-up() and

void repeat()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is an output device attached to Pepito that luminates light.

Light Bulb

LED

Light Sensor

Infrared Light

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is an output device that provides mobility to the Pepito.

Gears

Wheels

Caster Wheel Ball

Gear Motors

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

digitalWrite allows us to send digital signal to turn on and off a specific component. If you want to turn on an LED or a speaker which of the following indicates an ON STATE.

HIGH

LOW

0V

1V

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Arduino you can create your own user-defined functions.

TRUE

FALSE