We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6
1. Draw Raspberry pi schematic diagram.
2. Explain about passive components of Raspberry pi.
3. Explain about GUIZERO.
Guizero is an event-driven graphical user interface
framework that uses Python 3 to develop simple GUIs on the Raspberry Pi. The library works with Tkinter, which provides the necessary widgets for GUI development. The most important advantage of using Guizero is the level of abstraction
4. Explain about operating system used in Raspberry pi.
Raspberry Pi OS (formerly Raspbian) is the most commonly
used OS. It's based on Debian Linux. Other operating systems include Ubuntu, Windows IoT Core, and lightweight Linux distributions like Arch Linux.
6. Write the OS installation steps in Raspberry pi
Download Raspberry Pi Imager from the official Raspberry Pi website. Insert an SD card into your computer. Open the Raspberry Pi Imager and select the desired OS (e.g., Raspberry Pi OS). Choose the SD card and start the flashing process. Once completed, insert the SD card into the Raspberry Pi and power it on. 7. Explain the pipeline of ShellCLI. In Unix-like operating systems, the shell pipeline is a sequence of commands connected by pipelines (|). It allows the output of one command to be used as the input of another. For example, cat file.txt | grep "word" | sort will search for the word in the file and then sort the results.
8. 3 essential layer of linux file system.
The Linux file system is a multifaceted structure comprised of three essential layers. a. Logical File System b. Virtual File System c. Physical File System
9. 5 key commands for managing linux processes.
10. Write about shell scripting.
Shell scripting allows you to write a series of commands in a file, called a shell script, to automate repetitive tasks you perform on the command line. Scripts save you time and effort by eliminating the need to manually type the same commands repeatedly. 11. Write any 2 internet communication protocol. MQTT (Message Queuing Telemetry Transport) is a lightweight messaging protocol used in IoT Communications APIs to link devices to the cloud. MQTT was created to be efficient, dependable, and simple to use, making it an excellent choice for IoT applications. CoAP (Constrained Application Protocol) is a protocol used in Communications APIs for resource−constrained devices and networks. It is a simple protocol for exposing and manipulating IoT device resources via the internet.
12. Give any 2 examples of wireless communication.
Wi-Fi (Wireless Fidelity): A wireless networking
technology that allows devices such as computers, smartphones, and IoT devices to connect to the internet or communicate with each other using radio waves over short to medium ranges. Bluetooth: A wireless communication technology used for exchanging data over short distances between devices such as smartphones, laptops, headphones, and wearable devices. It operates on low power and is commonly used for connecting peripherals and personal devices.
13. Write about cloud.
Cloud Computing means storing and accessing the data and programs on remote servers that are hosted on the internet instead of the computer’s hard drive or local server. Cloud computing is also referred to as Internet-based computing, it is a technology where the resource is provided as a service through the Internet to the user. The data that is stored can be files, images, documents, or any other storable document
14. Write any 4 advantages of networking in IoT.
• Remote monitoring and control of devices.
• Scalability to connect a large number of devices. • Real-time data collection and analysis. • Cost reduction through automation and predictive maintenance.
15. MQTT architecture.
16. Explain about GUI.
Graphical User Interfaces (GUI) provide a convenient way to
interact with sensors. Basically, they provide a form of communication or link between humans and computer peripherals through graphical icons. Humans can see and understand graphical icons, whereas computer systems understand the instructions associated with every icon
17. Explain the key examples of connectivity in IoT.
Zigbee is a low-power, short-range wireless communication
protocol based on mesh networking, where devices act as both transmitters and receivers. Bluetooth is a short-range wireless technology used for exchanging data between devices within a small radius. Wi-Fi is a widely used wireless communication technology that connects devices to the internet or to a local network using radio waves.