Raspberry Pi Quiz 2

by Apr 8, 2020Raspberry Pi Quiz

Welcome to your Raspberry Pi Intermediate Quiz

1. 

What is the BOARD and BCM in Raspberry Pi?

2. 

What is the Bluetooth model of Raspberry Pi 4?

3. 

How many micro HDMI ports are there in RPi 4?

4. 

You have an LED and you want the LED to glow, and you are using BCM mode. In which pin number you will connect the LED output to glow for you?

5. 

Out of the following which is not a SPI mode in Raspberry Pi?

6. 

Which of the following RPi version supports USB type C?

7. 

What is the command for finding the IP address of RPi if you are using a network cable?

8. 

What is the command for updating  Raspberry Pi?

9. 

What is the official username and password for Raspberry Pi?

10. 

What is the appropriate command in the following codes for LED?

GPIO.setmode(GPIO.BCM)
GPIO.setwarnings(FALSE)
GPIO.setup(18,____)
Print “LED ON”

11. 

Does GPIO Header provides power supply?

12. 

Raspberry Pi does not support Tenser flow library.

13. 

Can we use a physio metric sensor in Raspberry Pi?

14. 

A Raspberry Pi can also be used as a Headless.

15. 

What is default overclocking speed in case of Raspberry 4?

16. 

There are some Rpi model is given below. In which Rpi model WIFI is not present?

17. 

How many USB 2.0 ports are there in Raspberry Pi 4?

18. 

How can we access the real time data through Raspberry Pi?

19. 

In a computer a serial peripheral interface (SPI) is an interface that enables the serial one bit at a time exchange of data between two devices, one called a master and the other called a slave.


So, in Raspberry Pi 3 how many chip select are there to interface with two SPI slave devices?

20. 



In this above diagram there is a power source. What is the maximum current capacity of that power source?

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