Arduino Programming

Arduino Programming

2nd Grade

10 Qs

quiz-placeholder

Similar activities

Day#7

Day#7

1st Grade - University

12 Qs

2. LDR Module

2. LDR Module

1st - 12th Grade

10 Qs

Arduino

Arduino

1st - 3rd Grade

12 Qs

Pembuatan Program Mikrokontroler

Pembuatan Program Mikrokontroler

1st - 10th Grade

13 Qs

Arduino-Kooltech

Arduino-Kooltech

1st - 3rd Grade

15 Qs

Quiz-IoT & Arduino

Quiz-IoT & Arduino

1st - 5th Grade

10 Qs

Akadmeia arduino #1

Akadmeia arduino #1

1st - 3rd Grade

10 Qs

Conceptos básicos sobre Arduino

Conceptos básicos sobre Arduino

1st - 3rd Grade

10 Qs

Arduino Programming

Arduino Programming

Assessment

Quiz

Computers

2nd Grade

Hard

Created by

Namal (ITNamal)

Used 14+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many basic functions in Arduino project

2

3

1

4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the correct variable definition

#define ledPin 3

#define ledPin =3

#define ledPin 3;

#define ledPin =3;

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

#include use for

include class to the sketch

include code library to the sketch

include function to the sketch

include variable to the sketch

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Not a variable type in Arduino Programming

int

boolean

float

varchar

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is correct statement for declaring a variable ?

int a= 10

int a= 10;

int a, 10;

a= 10;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

pinMode() is set for

only Analog Pins

only Digital Pins

Both

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PWM (pulse-width modulation) is used for

digital data read

analog data read

digital data Write

Analog Data Write

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?