Coding With Arduino

Coding With Arduino

11th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

sOAL MATERI PENGUKURAN JARAK

sOAL MATERI PENGUKURAN JARAK

11th Grade

10 Qs

Ulangan 1 sesi lots

Ulangan 1 sesi lots

11th Grade

10 Qs

Pre-test User Interface

Pre-test User Interface

11th Grade

5 Qs

SISTEM KOMPUTER

SISTEM KOMPUTER

11th Grade

3 Qs

BASIC HARDWARE COMPONENTS OF COMPUTER SYSTEM (W3)

BASIC HARDWARE COMPONENTS OF COMPUTER SYSTEM (W3)

11th Grade

10 Qs

wodogrzmoty małe

wodogrzmoty małe

8th - 12th Grade

8 Qs

Bua's Birthday

Bua's Birthday

KG - Professional Development

8 Qs

Diagnostik Kognitif Embedded System

Diagnostik Kognitif Embedded System

11th Grade

10 Qs

Coding With Arduino

Coding With Arduino

Assessment

Quiz

Other

11th - 12th Grade

Hard

Created by

Sakeena Irrum

Used 140+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

To keep the LED on , output at pin 13 is written in code as

digitalread(13,HIGH);

digitalRead(13,1);

digitalwrite(13,HIGH);

digitalWrite(13,1);

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To activate serial monitor, what setup code is to be written?

serialBegin(9600);

Serialbegin(9600);

Serial.begin(9600);

Serial.Begin(9600);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which term is NOT used in declaration?

Float

Integer

Output

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

digitalWrite (LED1,HIGH);

What does it means by HIGH?

Blinking

Switch OFF

Switch ON

Sequence

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

delay (1000);

1000 in delay is equivalent to how many second?

10s

2s

60s

1s