revision / Arduino

revision / Arduino

12th Grade

5 Qs

quiz-placeholder

Similar activities

Tinkercad Circuits

Tinkercad Circuits

12th Grade

8 Qs

SENSOR AKTUATOR 12 TOI

SENSOR AKTUATOR 12 TOI

12th Grade

10 Qs

Super Bohaterowie 2

Super Bohaterowie 2

KG - 12th Grade

10 Qs

Tynker Tynker

Tynker Tynker

3rd Grade - Professional Development

9 Qs

Arduino LED Test

Arduino LED Test

11th - 12th Grade

10 Qs

ภาษาซี2-Loop

ภาษาซี2-Loop

12th Grade

8 Qs

Arduino I2C LCD 16x2

Arduino I2C LCD 16x2

12th Grade

10 Qs

Review of Fingerprints

Review of Fingerprints

9th - 12th Grade

6 Qs

revision / Arduino

revision / Arduino

Assessment

Quiz

Education

12th Grade

Medium

Created by

maha maged

Used 5+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The type of the variable z=5; is?

double

float

fraction

integer

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

To print something on the screen we use?

Serial display

Screen

Serial print

None of the options

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an Arduino program, the _________________function runs only once.

loop()

setup()

gets()

put()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an Arduino program, the _________________function runs repeatedly.

loop()

setup()

gets()

put()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following delay command provides the fastest LED blinking

delay(1000);

delay(2000);

delay(3000);

delay(4000);