Arduino Quiz 3

by Apr 24, 2020Arduino Quiz

Welcome to your Arduino Quiz Level 3

Email ID
Name
1. 

What among the following is an example of external interrupt for the Arduino?

2. 

Which among the following drivers are compatible with Arduino?

3. 

What will be the correct syntax to make a digital pin (say D2) as an output pin?

4. 

Which of the following digital pins can be used in Arduino Nano/Uno to give interrupt?

5. 

Which segment of the microcontroller is responsible for storing the data received from the sensors?

6. 

Which among the following is a common problem while working with a 4-legged button in Arduino?

7. 

State True or False:
Serial Peripheral Interface (SPI) is an interface bus commonly used to send data between microcontrollers and small peripherals such as shift registers, sensors, and SD cards. It uses separate clock and data lines, along with a select line to choose the device you wish to talk to.

8. 

What is the size of EEPROM of the Arduino Nano?

9. 

Which pin of the Arduino Nano is used to provide reference voltage for input voltage?

10. 

What is the output current on the 3.3V pin of the Arduino Nano?

11. 

MISO (Master In Slave Out) and MOSI (Master Out Slave In) are part of which communication protocol?

12. 

Which function in the Arduino is used to start the serial communication using the COM port?

13. 

State True or False:
The Arduino language is merely a set of C/C++ functions that can be called from your code.

14. 

The rate at which the information is transferred in a communication channel is known as?

15. 

The action that will be performed using this switch case will be:-
switch (2): {case 1: digitalWrite(11,HIGH); case 2: analogRead(A3)}

16. 

In SSD (Seven Segment Display), Out of 10 pins, 8 are foe the LED's. The rest two pins are of:

17. 

The output of the code will be:
s=0;
for(i=2;i<5;i++){s+=i};
Serial.print(s)

18. 

While taking the input from the user in Arduino, which of these function is used in Sketch?

19. 

State True or False:
The board can be reset by only one method and that is the RST button.

20. 

Which of the following pair consists options performing same function?

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....