Introduction to Arduino ( Part -II )

Introduction to Arduino ( Part -II )

University

15 Qs

quiz-placeholder

Similar activities

Raspberry pi  quiz

Raspberry pi quiz

University

20 Qs

არდუინოს შესავალი.N1

არდუინოს შესავალი.N1

9th Grade - University

20 Qs

Ice Breaking Workshop

Ice Breaking Workshop

University

11 Qs

Introduction to Analog and Digital I/O

Introduction to Analog and Digital I/O

University

20 Qs

Introduction to Arduino ( Part III )

Introduction to Arduino ( Part III )

University

15 Qs

TINKERINO

TINKERINO

University

10 Qs

Arduino UNO

Arduino UNO

University

20 Qs

ADD-ON Course 1st test

ADD-ON Course 1st test

University

10 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?