eNERGUIZER

eNERGUIZER

9th Grade

5 Qs

quiz-placeholder

Similar activities

Arduino test-1

Arduino test-1

9th - 12th Grade

4 Qs

21-22 Algorithms KS3

21-22 Algorithms KS3

9th Grade

10 Qs

ZIP Class - Circuit SMP/SMA #1

ZIP Class - Circuit SMP/SMA #1

7th - 12th Grade

10 Qs

Arduino

Arduino

KG - University

8 Qs

Looping in java

Looping in java

9th Grade

7 Qs

engineering science questions topic 5&6 MUHAMMAD ZIDANNE BIN AMIR FIRDAUSE 1IH

engineering science questions topic 5&6 MUHAMMAD ZIDANNE BIN AMIR FIRDAUSE 1IH

9th - 12th Grade

10 Qs

Pseudocode

Pseudocode

8th - 9th Grade

9 Qs

2. LDR Module

2. LDR Module

1st - 12th Grade

10 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