revision / Arduino

revision / Arduino

12th Grade

5 Qs

quiz-placeholder

Similar activities

Arduino

Arduino

1st - 12th Grade

4 Qs

TinkerCad

TinkerCad

12th Grade

8 Qs

Python Loops

Python Loops

9th - 12th Grade

10 Qs

Myob Perusahaan Dagang XII

Myob Perusahaan Dagang XII

12th Grade

10 Qs

Arduino Keywords

Arduino Keywords

3rd Grade - Professional Development

10 Qs

Ardubótica Fénix

Ardubótica Fénix

KG - 12th Grade

8 Qs

Fingerprint Classification

Fingerprint Classification

9th - 12th Grade

10 Qs

Arduino Functions Syntax

Arduino Functions Syntax

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