Introduction to Arduino ( Part - I )

Introduction to Arduino ( Part - I )

University

15 Qs

quiz-placeholder

Similar activities

PROM 2 - LAB 2

PROM 2 - LAB 2

University

20 Qs

Arduino Nano

Arduino Nano

University

10 Qs

Raspberry pi  quiz

Raspberry pi quiz

University

20 Qs

ES 1Quiz

ES 1Quiz

University

18 Qs

RobotAcademy PID

RobotAcademy PID

10th Grade - University

20 Qs

Intermediate Robotics Programming

Intermediate Robotics Programming

University - Professional Development

16 Qs

Electronic Components

Electronic Components

10th Grade - University

15 Qs

Placa Arduino

Placa Arduino

12th Grade - University

10 Qs

Introduction to Arduino ( Part - I )

Introduction to Arduino ( Part - I )

Assessment

Quiz

Science

University

Medium

Created by

Abhinav Chandra

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the function of the "pinMode()" in Arduino?

To start the Arduino

To set a pin as input or output

To read the state of a pin

To delay the program

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the typical voltage of an Arduino Uno's digital pin when set to HIGH?

0V

3.3V

5V

12V

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is not a sensor ?

Thermistor

LDR

Speaker

Solar cell

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which function is used to write a HIGH or LOW value to a digital pin?

digitalWrite()

analogWrite()

pinMode()

setDigital()

5.

MULTIPLE SELECT QUESTION

30 sec • 2 pts

More than one correct.

Which of these options is/ are correct ?

Microprocessor is cheaper than Microcontroller

Microprocessor is faster than Microcontroller

Microcontroller is cheaper than Microprocessor

Microcontroller is faster than Microprocessor

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

How do you define a constant integer in Arduino?

const int varName = value;

int const varName = value;

constant int varName = value;

#define varName value;

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Fill in the blanks.

"A microcontroller is a small _______ on a single chip. "

Logic gate

Op-Amp

Computer

Memory

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?