revision / Arduino

revision / Arduino

12th Grade

5 Qs

quiz-placeholder

Similar activities

Quiz SKEE

Quiz SKEE

12th Grade

10 Qs

Arduino Challenge

Arduino Challenge

KG - Professional Development

5 Qs

Myob Perusahaan Dagang XII

Myob Perusahaan Dagang XII

12th Grade

10 Qs

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

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

1st - 12th Grade

10 Qs

Tinkercad Circuits

Tinkercad Circuits

12th Grade

8 Qs

Arduino

Arduino

1st - 12th Grade

4 Qs

Python Loops

Python Loops

9th - 12th Grade

10 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);