Introduction to Arduino ( Part - I )

Introduction to Arduino ( Part - I )

University

15 Qs

quiz-placeholder

Similar activities

Introduction to Arduino ( Part -II )

Introduction to Arduino ( Part -II )

University

15 Qs

ACTUALLY about Arduino

ACTUALLY about Arduino

4th Grade - University

18 Qs

Intermediate Robotics Programming

Intermediate Robotics Programming

University - Professional Development

16 Qs

Arduino UNO

Arduino UNO

University

20 Qs

Introduction to Analog and Digital I/O

Introduction to Analog and Digital I/O

University

20 Qs

Tugas Awal Modul 3 Praktikum Mikroprosesor dan Antarmuka

Tugas Awal Modul 3 Praktikum Mikroprosesor dan Antarmuka

University

10 Qs

ADD-ON Course 1st test

ADD-ON Course 1st test

University

10 Qs

Embedded system Quiz

Embedded system Quiz

University

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