Arduino Quiz 2

by Apr 24, 2020Arduino Quiz

Welcome to your Arduino Quiz Level 2

Email ID
Name
1. 

What is the use of RST pin present in various Arduino boards?

2. 

To which pin of the Arduino Uno, the Built_In LED is connected?

3. 

Which function is used when you need to print something in the new line of the Serial Monitor?

4. 

Suppose you want to plot the data received by your sensor. So which property of the Arduino IDE is used to do so?

5. 

What is the resolution of the ADC present in the arduino Nano/Uno?

6. 

What does ADC stand for?

7. 

Choose the output which is obtained when we use the function, digitalRead().

8. 

What is the size of the flash memory of the Arduino Uno?

9. 


Identify the encircled part of the board.

10. 

State True or False:
Arduino (Atmegapins default to inputs, so they don't need to be explicitly declared as inputs with pinMode().

11. 

void loop(){int val=analogRead(A6); Serial.print(val);}
The Output of the above line will print:

12. 

Which of the following sensors can be used with the Arduino Nano?

13. 

For a servo motor to run, the three pins required of the Arduino Uno are:

14. 

What is the clock speed of the Arduino Uno?

15. 

How many ADC pins are there in the Arduino Nano?

16. 


Identify the encircled part of the board.

17. 

State True or False:
The analog pins also have pull-up resistors, which work identically to pull-up resistors on the digital pins. They are enabled by issuing a command.

18. 

Which part of the Arduino Uno allows the microcontroller to receive the firmware or program that does all the advanced functionalities that are desired?

19. 

What does ICSP stand for?

20. 

The SCL and SDA pins comprise of which communication protocol?

Creating a multiplication Skill in Alexa using python

Written By Anmol Punetha

Hey, I am Anmol. I am a tech blogger and an electronics engineering student at the same time. As you're reading my blog, you are getting a generous amount of information in simpler words. Hope it's of use. Thank you for visiting. Keep reading!

RELATED POSTS

VIDEOS – FOLLOW US ON YOUTUBE

EXPLORE OUR IOT PROJECTS

IoT Smart Gardening System – ESP8266, MQTT, Adafruit IO

Gardening is always a very calming pastime. However, our gardens' plants may not always receive the care they require due to our active lifestyles. What if we could remotely keep an eye on their health and provide them with the attention they require? In this article,...

How to Simulate IoT projects using Cisco Packet Tracer

In this tutorial, let's learn how to simulate the IoT project using the Cisco packet tracer. As an example, we shall build a simple Home Automation project to control and monitor devices. Introduction Firstly, let's quickly look at the overview of the software. Packet...

All you need to know about integrating NodeMCU with Ubidots over MQTT

In this tutorial, let's discuss Integrating NodeMCU and Ubidots IoT platform. As an illustration, we shall interface the DHT11 sensor to monitor temperature and Humidity. Additionally, an led bulb is controlled using the dashboard. Besides, the implementation will be...

All you need to know about integrating NodeMCU with Ubidots over Https

In this tutorial, let's discuss Integrating NodeMCU and Ubidots IoT platform. As an illustration, we shall interface the DHT11 sensor to monitor temperature and Humidity. Additionally, an led bulb is controlled using the dashboard. Besides, the implementation will be...

How to design a Wireless Blind Stick using nRF24L01 Module?

Introduction Let's learn to design a low-cost wireless blind stick using the nRF24L01 transceiver module. So the complete project is divided into the transmitter part and receiver part. Thus, the Transmitter part consists of an Arduino Nano microcontroller, ultrasonic...

Sending Temperature data to ThingSpeak Cloud and Visualize

In this article, we are going to learn “How to send temperature data to ThingSpeak Cloud?”. We can then visualize the temperature data uploaded to ThingSpeak Cloud anywhere in the world. But "What is ThingSpeak?” ThingSpeak is an open-source IoT platform that allows...

Amaze your friend with latest tricks of Raspberry Pi and Firebase

Introduction to our Raspberry Pi and Firebase trick Let me introduce you to the latest trick of Raspberry Pi and Firebase we'll be using to fool them. It begins with a small circuit to connect a temperature sensor and an Infrared sensor with Raspberry Pi. The circuit...

How to implement Machine Learning on IoT based Data?

Introduction The industrial scope for the convergence of the Internet of Things(IoT) and Machine learning(ML) is wide and informative. IoT renders an enormous amount of data from various sensors. On the other hand, ML opens up insight hidden in the acquired data....

Smart Display Board based on IoT and Google Firebase

Introduction In this tutorial, we are going to build a Smart Display Board based on IoT and Google Firebase by using NodeMCU8266 (or you can even use NodeMCU32) and LCD. Generally, in shops, hotels, offices, railway stations, notice/ display boards are used. They are...

Smart Gardening System – GO GREEN Project

Automation of farm activities can transform agricultural domain from being manual into a dynamic field to yield higher production with less human intervention. The project Green is developed to manage farms using modern information and communication technologies....