Raspberry Pi Quiz 3

by Apr 10, 2020Raspberry Pi Quiz

Welcome to your Raspberry Pi Advance Quiz - 1

Are you confident enough that you have pursued your expertise on this topic? Now test your knowledge and earn a certificate!

1. 


What is shown in this image?



2. 

How many USB type C ports Raspberry Pi 2 have?

3. 

What is Raspberry Pi terminal?

4. 

SSH stands for---

5. 

A Light Dependent Resistor works on---

6. 

What is the operating voltage for Raspberry Pi?

7. 

What is the hardware communication interface present in the Raspberry Pi?

8. 

GPIO pins in Raspberry Pi 3B+ can only read and write the digital data.

9. 

What python library used in Raspberry Pi to control GPIO pins?

10. 

What are the pins are used in order to read the analog input in Raspberry Pi?

11. 

Relay is used to control the home appliances from any IOT or Embedded devices.

12. 

What is the IEEE standard for ZigBee?

13. 

What are suitable databases for IoT?

14. 

What is the abbreviation of MQTT?

15. 

What is the default operating system of Raspberry Pi?

16. 

You are working a Linux operating system to perform some basic programs on Raspberry Pi. How can you list the Hidden files on that?

17. 

There are some class numbers given below, out of which is needed for high speed SD cards for Raspberry Pi?

18. 

Raspberry Pi 3 A+ model has---

19. 

The Pi Zero can be used as a USB device or "USB gadget", plugged into another computer via a USB port on another machine. It can be configured in multiple ways, for example to show up as a serial device or an ethernet device.

20. 

The Raspberry Pi operates at 700MHz and the program used about 96% of the CPU


for(long n=0;n<1000000000;n++).What will be the execution time for it?

Creating a multiplication Skill in Alexa using python

Written By Jayanta Chakraborty

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