Quizz 2

Quizz 2

University

20 Qs

quiz-placeholder

Similar activities

IOT SYNERGIA FINALE

IOT SYNERGIA FINALE

University

20 Qs

REKA BENTUK ELEKTRONIK

REKA BENTUK ELEKTRONIK

University

20 Qs

Signals and Systems

Signals and Systems

University

22 Qs

Test de evaluación para prácticas del Summer Camp

Test de evaluación para prácticas del Summer Camp

University

20 Qs

Kalakriti S1 Quiz JIDO

Kalakriti S1 Quiz JIDO

University

15 Qs

Arduino Uno Quiz

Arduino Uno Quiz

University

15 Qs

PostTest Roboholic

PostTest Roboholic

University

20 Qs

Soal Quiz Robotic Kelas 11

Soal Quiz Robotic Kelas 11

12th Grade - University

15 Qs

Quizz 2

Quizz 2

Assessment

Quiz

Other

University

Medium

Created by

SAURABH YADAV

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

analogWrite( ledPin, HIGH) ;

analogRead( ledPin, LOW) ;

digitalWrite( ledPin, LOW) ;

digitalRead( ledPin, HIGH);

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

programming?

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

"Serial.print" prints two line

"Serial.println()" adds a new line

"Serial.print" prints the output in multiple lines

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 1 sec

LED connected at pin 13 will blink with delay of 0.5 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

30 sec • 1 pt

Arduino Codes are referred to as ________ in the Arduino IDE.

drawings

sketches

connection

links

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the difference between an IDE and a compiler?

The compiler and the IDE are the same

thing

The compiler links the code to the respective files and the IDE takes it from there

The IDE executes the code while the compiler gives a graphical environment for writing the code

The compiler executes the code while the IDE gives a graphical environment for writing the code

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Is the Arduino code an Object-Oriented programming language or a Procedural

programming language?

The Arduino Code follows the Object- Oriented ideology

The Arduino Code follows a custom Procedural Ideology

The Arduino Code follows the Bottom-Up Procedural ideology

The Arduino Code follows the Top-Down Procedural ideology

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

What will be output of the given Arduino program?

LED will blink with delay of 3 sec

LED will blink with decreasing delay of 1 sec

LED will blink with increasing delay of 0.01 sec

LED will blink with increasing delay of 0.1 sec

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?