O Level IoT Paper January 2021
एमक्यूटीटी का अर्थ है:
MQTT stands for :
MQTT is a lightweight messaging protocol designed for low-bandwidth, high-latency, or unreliable networks, commonly used in IoT (Internet of Things) applications. It allows for efficient and reliable message transmission between devices.
Here's a breakdown of the term:
- Message: Refers to the payload (data) being transmitted.
- Queuing: Refers to the way messages are stored and handled by brokers in MQTT.
- Telemetry: Refers to the collection and transmission of data from remote or embedded devices.
Thus, MQTT stands for Message Queuing Telemetry Transport.
Correct Answer: B) Message Queuing Telemetry Transport
GPIO का क्या मतलब है?
What does GPIO stands for ?
GPIO stands for General Purpose Input Output. It refers to the pins on a microcontroller, microprocessor, or similar device that can be configured as either inputs or outputs. These pins are used to interface with external devices and components, such as sensors, motors, LEDs, and other hardware in embedded systems and electronics projects.
- Input: GPIO pins can be used to read signals from external devices (e.g., reading a button press or a sensor value).
- Output: GPIO pins can be used to send signals to external devices (e.g., turning on an LED or controlling a relay).
Correct Answer: B) General Purpose Input Output Pins
निम्नलिखित में से कौन सी TCP/IP परत नहीं है?
Which of the following is not a TCP/IP layer?
The TCP/IP model (also known as the Internet Protocol Suite) consists of four layers:
-
Application Layer: This is the topmost layer where end-user applications interact with the network. It includes protocols like HTTP, FTP, SMTP, and DNS.
-
Transport Layer: This layer ensures reliable data transmission between devices. It includes protocols like TCP (Transmission Control Protocol) and UDP (User Datagram Protocol).
-
Network Layer: This layer is responsible for routing data across different networks. It includes protocols like IP (Internet Protocol), and it handles logical addressing and routing.
-
Link Layer (sometimes referred to as the Network Interface Layer): This is responsible for the physical transmission of data over a medium. It includes technologies like Ethernet and Wi-Fi.
Correct Answer: D) Data Link Layer
निम्नलिखित में से कौन सा संचार माध्यम उच्चतम डेटा दर का समर्थन करता है?
Which of the following communication medium supports highest data rate?
Here's a comparison of the data rates supported by the various communication mediums listed:
-
Ethernet: Modern Ethernet standards (such as Gigabit Ethernet) support data rates up to 1 Gbps (Gigabit per second) and beyond (10 Gbps, 40 Gbps, etc.), depending on the specific version.
-
Bluetooth: Bluetooth has a much lower data rate compared to the other options. Bluetooth typically supports data rates of up to 3 Mbps (Bluetooth 2.0) and higher in newer versions (Bluetooth 5.0 supports up to 2 Mbps), which is still much lower than the others.
-
Optical Fibre: Optical fiber offers extremely high data rates, often used for long-distance communication with speeds that can range from hundreds of gigabits per second (Gbps) to multiple terabits per second (Tbps). For instance, some commercial fiber-optic systems support up to 100 Gbps or more, with research systems achieving even higher rates.
-
Wi-Fi: Wi-Fi standards (such as Wi-Fi 5 and Wi-Fi 6) support data rates of up to several gigabits per second (e.g., Wi-Fi 6 can support up to 9.6 Gbps), but it is still lower than what optical fiber can handle.
Correct Answer: C) Optical Fibre
IIoT का अर्थ है:
The IIoT stands for :
The Industrial Internet of Things (IIoT) refers to the integration of smart devices, sensors, machines, and equipment into industrial environments, such as manufacturing, energy, agriculture, and transportation, using internet connectivity to enhance automation, monitoring, and optimization. The IIoT is a subset of the broader Internet of Things (IoT), but with a focus on industrial applications and operational technologies (OT).
Correct Answer: D) Industrial Internet of Things
__ टैग, डिवाइस, स्मार्ट फोन पहचान में उपयोगी।
__ tags,devices, smart phones useful in identification.
-
RFID (Radio Frequency Identification) and NFC (Near Field Communication) are technologies that are commonly used for identification and tracking purposes. These technologies use radio waves to communicate between a tag (or device) and a reader. They are often employed in applications such as access control, inventory management, contactless payment systems, and even smartphone interactions.
-
RFID typically uses longer-range communication (from a few centimeters to several meters), while NFC is a subset of RFID technology with much shorter range, typically within 10 cm.
Correct Answer: C) RFID/NFC
WSN का मतलब __ है
WSN stands for __
WSN stands for Wireless Sensor Network. It refers to a network of spatially distributed sensor nodes that communicate wirelessly to monitor and collect data about the physical or environmental conditions, such as temperature, humidity, light, motion, or pressure. These networks are typically used in applications like environmental monitoring, smart cities, agriculture, healthcare, and industrial automation.
Correct Answer: B) Wireless Sensor Network
AMQP, यूडीपी प्रोटोकॉल का उपयोग करता है।
AMQP uses UDP protocol.
AMQP typically uses TCP for reliable communication, not UDP.
Correct Answer: B) FALSE
Arduino , IDE वातावरण प्रदान करता है।
Arduino provides IDE Environment.
Arduino provides its own Integrated Development Environment (IDE) for programming.
Correct Answer: A) TRUE
Arduino केवल डिजिटल इनपुट पोर्ट प्रदान करता है।
Arduino provides only digital input ports.
Arduino provides both digital and analog input/output ports.
Correct Answer: B) FALSE
एल.सी.डी. एक डिस्प्ले डिवाइस है।
LCD is a display device.
Liquid Crystal Display (LCD) is a type of display device.
Correct Answer: A) TRUE
Arduino प्रोग्रामिंग में सशर्त स्टेटमेंट का प्रयोग नहीं किया जा सकता।
Conditional statements cannot be used in Arduino programming.
Arduino programming supports conditional statements such as if, else, switch, etc.
Correct Answer: B) FALSE
एक बार लिखा गया कोड अर्जुईनों बोर्ड पर अपलोड नहीं किया जा सकता।
Code once written cannot be uploaded to Arduino board.
Once the code is written, it can be uploaded to the Arduino board via the Arduino IDE.
Correct Answer: B) FALSE
आई.ओ.टी. तारयुक्त और बेतार संचार दोनों को सपोर्ट करता है।
IoT supports both wired and wireless communication.
IoT supports both wired and wireless communication methods, like Wi-Fi, Bluetooth, Zigbee, etc.
Correct Answer: A) TRUE
क्लाउड, आई.ओ.टी. संरचना का भाग है।
Cloud is a part of IoT architecture.
The cloud is an integral part of the IoT architecture for storing and processing data.
Correct Answer: A) TRUE
फ्लोट, एम्बेडेड सी लैंग्वेज का वैध डेटा प्रकार है।
Float is a valid data type of embedded C language.
Float is a valid data type in Embedded C for representing decimal numbers.
Correct Answer: A) TRUE
एम्बेडेड सी लैंग्वेज, फंक्शन कॉल्स को सपोर्ट नहीं करती है।
Embedded C language does not support function calls.
mbedded C supports function calls just like standard C programming.
Correct Answer: B) FALSE
आर.एफ. आई.डी. एक ________तकनीक है।
RFID is a _____technology.
RFID (Radio Frequency Identification) is a wireless technology used for data transfer.
Correct Answer: A) wireless
आई.ओ.टी. उपकरणों को _______ ऊर्जा उपभोग करनी चाहिए।
IoT devices should consume _______ energy.
IoT devices are designed to be energy-efficient for longer operational life and minimal power consumption.
Correct Answer: A) minimal
ब्लूटूथ ______रेंज में कार्य करता है।
Bluetooth operates _______ in range.
Bluetooth technology typically operates over short ranges, usually up to 100 meters depending on the version.
Correct Answer: A) short
Sensors वातावरण से डेटा _______ करते हैं और उसे दूसरे उपकरणों को भेजते हैं।
Sensors _______ data from environment and sends it to other devices.
Sensors collect data from the environment (e.g., temperature, motion) and transmit it to other devices.
Correct Answer: A) Receive
आई. ओ.टी. आधार ____________ डेटा मापनीयता का कार्य करती है।
IoT data scalability takes care of ______________.
IoT systems need to handle large amounts of data, and scalability helps ensure efficient data storage and management.
Correct Answer: B) Data storage