Introduction to Arduino ( Part -II )

Introduction to Arduino ( Part -II )

University

15 Qs

quiz-placeholder

Similar activities

Arduino Lanjut_03

Arduino Lanjut_03

University

10 Qs

Embedded system Quiz

Embedded system Quiz

University

12 Qs

Placa Arduino

Placa Arduino

12th Grade - University

10 Qs

ADD-ON Course Test-2

ADD-ON Course Test-2

University

10 Qs

Arduino and IoT

Arduino and IoT

KG - University

12 Qs

Day#3

Day#3

University

10 Qs

Quiz Project 1 - Mechatronics

Quiz Project 1 - Mechatronics

University

12 Qs

ACTUALLY about Arduino

ACTUALLY about Arduino

4th Grade - University

18 Qs

Introduction to Arduino ( Part -II )

Introduction to Arduino ( Part -II )

Assessment

Quiz

Science

University

Hard

Created by

Abhinav Chandra

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

You can write a digital output to a specific pin on the Arduino board with the help of:

digitalRead( ledPin, HIGH);

analogWrite( ledPin, HIGH) ;

digitalWrite( ledPin, LOW) ;

analogRead( ledPin, LOW) ;

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the difference between Serial.print() and Serial.println() in Arduino programming?

"Serial.print" prints two line

"Serial.println()" adds a new line

"Serial.print" prints the output in multiple lines

"Serial.println()" don't add a new line

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

What will be the output of the above code ?

LED connected at pin 13 will blink with delay of 0.5 sec

LED connected at pin 13 will blink with delay of 1 sec

LED connected at pin 13 will remain in OFF state always

LED connected at pin 13 will remain in ON state always

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

What will be output of the given Arduino program?

LED will blink once in every 1 sec

LED will blink once in every 0.5 sec

LED will blink twice in every 1 sec

LED will blink only one time then remain OFF

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

What will be output of the given Arduino program?

LED will blink with increasing delay of 0.01 sec

LED will blink with decreasing delay of 1 sec

LED will blink with increasing delay of 0.1 sec

LED will blink with delay of 3 sec

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

What is the value of “val” in the following program if the pin 12 is given 5V 3 times?

NULL

3

2

1

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

What will the output for the code given , if executed on an Arduino UNO?

1

2

3

8

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?