Important Notice:
M4-R5.1 Model Paper — Set 5
100 Questions  •  M4-R5.1
90:00
← Back
1
What is the full form of HTTP? / HTTP का पूर्ण रूप क्या है?
2
Which protocol is used for secure communication over the internet? / इंटरनेट पर सुरक्षित संचार के लिए किस प्रोटोकॉल का उपयोग किया जाता है?
3
What is the purpose of the 'loop()' function in Arduino? / Arduino में 'loop()' फ़ंक्शन का क्या उद्देश्य है?
4
Which sensor is used to measure soil moisture? / मिट्टी की नमी मापने के लिए किस सेंसर का उपयोग किया जाता है?
5
What is the output of analogWrite(255) on a PWM pin? / PWM पिन पर analogWrite(255) का आउटपुट क्या है?
6
What is the purpose of the 'detachInterrupt()' function in Arduino? / Arduino में 'detachInterrupt()' फ़ंक्शन का क्या उद्देश्य है?
7
Which of the following is an example of an input device in IoT? / निम्नलिखित में से कौन सा IoT में इनपुट डिवाइस का उदाहरण है?
8
What does the 'pulseInLong()' function do in Arduino? / Arduino में 'pulseInLong()' फ़ंक्शन क्या करता है?
9
What is the purpose of a variable resistor (potentiometer)? / वेरिएबल रेजिस्टर (पोटेंशियोमीटर) का क्या उद्देश्य है?
10
Which communication protocol uses TX and RX pins for data transfer? / कौन सा संचार प्रोटोकॉल डेटा ट्रांसफर के लिए TX और RX पिन का उपयोग करता है?
11
What is the purpose of the 'shiftIn()' function in Arduino? / Arduino में 'shiftIn()' फ़ंक्शन का क्या उद्देश्य है?
12
Which gas does the MQ-7 sensor detect? / MQ-7 सेंसर किस गैस का पता लगाता है?
13
What is the purpose of the 'EEPROM.read()' function in Arduino? / Arduino में 'EEPROM.read()' फ़ंक्शन का क्या उद्देश्य है?
14
What is the default baud rate for Serial communication in most Arduino examples? / अधिकांश Arduino उदाहरणों में सीरियल संचार के लिए डिफ़ॉल्ट बॉड रेट क्या है?
15
Which of the following is a microprocessor? / निम्नलिखित में से कौन सा माइक्रोप्रोसेसर है?
16
What is the purpose of the 'analogReference()' function with INTERNAL parameter? / INTERNAL पैरामीटर के साथ 'analogReference()' फ़ंक्शन का क्या उद्देश्य है?
17
What does the '&&' operator do in Embedded C? / एम्बेडेड C में '&&' ऑपरेटर क्या करता है?
18
What is the purpose of the 'do-while' loop in C? / C में 'do-while' लूप का क्या उद्देश्य है?
19
Which type of memory stores the program code in a microcontroller? / माइक्रोकंट्रोलर में प्रोग्राम कोड किस प्रकार की मेमोरी में संग्रहीत होता है?
20
What is the purpose of an internal pull-up resistor in Arduino? / Arduino में आंतरिक पुल-अप रेजिस्टर का क्या उद्देश्य है?
21
How do you enable the internal pull-up resistor on an Arduino pin? / Arduino पिन पर आंतरिक पुल-अप रेजिस्टर को कैसे सक्षम करते हैं?
22
Which of the following is a Bluetooth Low Energy (BLE) module? / निम्नलिखित में से कौन सा ब्लूटूथ लो एनर्जी (BLE) मॉड्यूल है?
23
What is the purpose of the 'sei()' function in AVR programming? / AVR प्रोग्रामिंग में 'sei()' फ़ंक्शन का क्या उद्देश्य है?
24
What is the purpose of the 'cli()' function in AVR programming? / AVR प्रोग्रामिंग में 'cli()' फ़ंक्शन का क्या उद्देश्य है?
25
What is the standard voltage level for a HIGH digital signal on 3.3V logic devices? / 3.3V लॉजिक डिवाइस पर HIGH डिजिटल सिग्नल के लिए मानक वोल्टेज स्तर क्या है?
26
What is the standard voltage level for a LOW digital signal on most microcontrollers? / अधिकांश माइक्रोकंट्रोलर पर LOW डिजिटल सिग्नल के लिए मानक वोल्टेज स्तर क्या है?
27
Which sensor is used to detect alcohol concentration in breath? / सांस में अल्कोहल की मात्रा का पता लगाने के लिए किस सेंसर का उपयोग किया जाता है?
28
What is the purpose of the 'new' operator in C++ for Arduino? / Arduino के लिए C++ में 'new' ऑपरेटर का क्या उद्देश्य है?
29
What is the purpose of the 'delete' operator in C++ for Arduino? / Arduino के लिए C++ में 'delete' ऑपरेटर का क्या उद्देश्य है?
30
What is the purpose of the 'Serial.parseFloat()' function in Arduino? / Arduino में 'Serial.parseFloat()' फ़ंक्शन का क्या उद्देश्य है?
31
What is the purpose of the 'Serial.parseInt()' function in Arduino? / Arduino में 'Serial.parseInt()' फ़ंक्शन का क्या उद्देश्य है?
32
What is the purpose of the 'Serial.readString()' function in Arduino? / Arduino में 'Serial.readString()' फ़ंक्शन का क्या उद्देश्य है?
33
What is the purpose of the 'Serial.flush()' function in Arduino? / Arduino में 'Serial.flush()' फ़ंक्शन का क्या उद्देश्य है?
34
Which Arduino pin is connected to the built-in LED on Arduino Uno? / Arduino Uno पर बिल्ट-इन LED किस पिन से जुड़ी होती है?
35
What is the maximum current that can be drawn from the 3.3V pin on Arduino Uno? / Arduino Uno पर 3.3V पिन से अधिकतम कितनी करंट ली जा सकती है?
36
What is the purpose of the 'delayNanoseconds()' function? Is it available in Arduino? / 'delayNanoseconds()' फ़ंक्शन का क्या उद्देश्य है? क्या यह Arduino में उपलब्ध है?
37
What is a decade counter IC commonly used with Arduino? / Arduino के साथ आमतौर पर उपयोग किया जाने वाला डिकेड काउंटर IC कौन सा है?
38
What is the purpose of a 7-segment display driver IC like MAX7219? / MAX7219 जैसे 7-सेगमेंट डिस्प्ले ड्राइवर IC का क्या उद्देश्य है?
39
What is the purpose of the 'bitToggle()' function in Arduino? Is it a standard function? / Arduino में 'bitToggle()' फ़ंक्शन का क्या उद्देश्य है? क्या यह एक मानक फ़ंक्शन है?
40
How do you manually toggle an LED connected to a pin in Arduino? / Arduino में एक पिन से जुड़े LED को मैन्युअल रूप से कैसे टॉगल करते हैं?
41
What is the purpose of a joystick module in IoT? / IoT में जॉयस्टिक मॉड्यूल का क्या उद्देश्य है?
42
What is a thumb joystick typically used for? / थंब जॉयस्टिक का उपयोग आमतौर पर किस लिए किया जाता है?
43
What is the purpose of a rotary encoder? / रोटरी एनकोडर का क्या उद्देश्य है?
44
What is the difference between a rotary encoder and a potentiometer? / रोटरी एनकोडर और पोटेंशियोमीटर के बीच क्या अंतर है?
45
What is the purpose of a touch sensor module (TTP223)? / टच सेंसर मॉड्यूल (TTP223) का क्या उद्देश्य है?
46
What is the purpose of a sound sensor (microphone module) in IoT? / IoT में साउंड सेंसर (माइक्रोफोन मॉड्यूल) का क्या उद्देश्य है?
47
What is a digital temperature sensor DS18B20? / डिजिटल तापमान सेंसर DS18B20 क्या है?
48
What is the advantage of DS18B20 over LM35 temperature sensor? / LM35 तापमान सेंसर की तुलना में DS18B20 का क्या लाभ है?
49
What is the purpose of a water flow sensor? / वॉटर फ्लो सेंसर का क्या उद्देश्य है?
50
What is a turbidity sensor used for? / टर्बिडिटी सेंसर का उपयोग किस लिए किया जाता है?
51
What is a pH sensor used for? / pH सेंसर का उपयोग किस लिए किया जाता है?
52
What is the purpose of an EC (Electrical Conductivity) sensor? / EC (इलेक्ट्रिकल कंडक्टिविटी) सेंसर का क्या उद्देश्य है?
53
What is the purpose of a rain sensor? / रेन सेंसर का क्या उद्देश्य है?
54
What is the purpose of a wind speed sensor (anemometer)? / विंड स्पीड सेंसर (एनेमोमीटर) का क्या उद्देश्य है?
55
What is the purpose of a wind direction sensor (wind vane)? / विंड डायरेक्शन सेंसर (विंड वेन) का क्या उद्देश्य है?
56
What is a BME280 sensor used for? / BME280 सेंसर का उपयोग किस लिए किया जाता है?
57
What is the purpose of a MAX30100 sensor? / MAX30100 सेंसर का क्या उद्देश्य है?
58
What is the purpose of an OLED display in IoT? / IoT में OLED डिस्प्ले का क्या उद्देश्य है?
59
What is the typical communication interface for most OLED displays with Arduino? / Arduino के साथ अधिकांश OLED डिस्प्ले के लिए विशिष्ट संचार इंटरफ़ेस क्या है?
60
What is the purpose of the 'Adafruit_SSD1306' library in Arduino? / Arduino में 'Adafruit_SSD1306' लाइब्रेरी का क्या उद्देश्य है?
61
What is the purpose of the 'LiquidCrystal_I2C' library in Arduino? / Arduino में 'LiquidCrystal_I2C' लाइब्रेरी का क्या उद्देश्य है?
62
What is the purpose of the 'LedControl.h' library in Arduino? / Arduino में 'LedControl.h' लाइब्रेरी का क्या उद्देश्य है?
63
What is the purpose of the 'DHT.h' library in Arduino? / Arduino में 'DHT.h' लाइब्रेरी का क्या उद्देश्य है?
64
What is the purpose of the 'OneWire.h' library in Arduino? / Arduino में 'OneWire.h' लाइब्रेरी का क्या उद्देश्य है?
65
What is the purpose of the 'DallasTemperature.h' library in Arduino? / Arduino में 'DallasTemperature.h' लाइब्रेरी का क्या उद्देश्य है?
66
What is the purpose of the 'RTClib.h' library in Arduino? / Arduino में 'RTClib.h' लाइब्रेरी का क्या उद्देश्य है?
67
What is the purpose of the 'SD.h' library in Arduino? / Arduino में 'SD.h' लाइब्रेरी का क्या उद्देश्य है?
68
What is the purpose of the 'SPI.h' library in Arduino? / Arduino में 'SPI.h' लाइब्रेरी का क्या उद्देश्य है?
69
What is the purpose of the 'Wire.h' library in Arduino? / Arduino में 'Wire.h' लाइब्रेरी का क्या उद्देश्य है?
70
What is the purpose of the 'EEPROM.h' library in Arduino? / Arduino में 'EEPROM.h' लाइब्रेरी का क्या उद्देश्य है?
71
What is the purpose of the 'Servo.h' library in Arduino? / Arduino में 'Servo.h' लाइब्रेरी का क्या उद्देश्य है?
72
What is the purpose of the 'Stepper.h' library in Arduino? / Arduino में 'Stepper.h' लाइब्रेरी का क्या उद्देश्य है?
73
What is the purpose of the 'AccelStepper.h' library in Arduino? / Arduino में 'AccelStepper.h' लाइब्रेरी का क्या उद्देश्य है?
74
What is the purpose of the 'LiquidCrystal.h' library in Arduino? / Arduino में 'LiquidCrystal.h' लाइब्रेरी का क्या उद्देश्य है?
75
What is the purpose of the 'Keypad.h' library in Arduino? / Arduino में 'Keypad.h' लाइब्रेरी का क्या उद्देश्य है?
76
What is the purpose of the 'IRremote.h' library in Arduino? / Arduino में 'IRremote.h' लाइब्रेरी का क्या उद्देश्य है?
77
What is the purpose of the 'FastLED.h' library in Arduino? / Arduino में 'FastLED.h' लाइब्रेरी का क्या उद्देश्य है?
78
What is the purpose of the 'Adafruit_NeoPixel.h' library in Arduino? / Arduino में 'Adafruit_NeoPixel.h' लाइब्रेरी का क्या उद्देश्य है?
79
What is the purpose of the 'SoftwareSerial.h' library in Arduino? / Arduino में 'SoftwareSerial.h' लाइब्रेरी का क्या उद्देश्य है?
80
What is the purpose of the 'AltSoftSerial.h' library in Arduino? / Arduino में 'AltSoftSerial.h' लाइब्रेरी का क्या उद्देश्य है?
81
What is the purpose of the 'TinyGPS++.h' library in Arduino? / Arduino में 'TinyGPS++.h' लाइब्रेरी का क्या उद्देश्य है?
82
What is the purpose of the 'PubSubClient.h' library in Arduino? / Arduino में 'PubSubClient.h' लाइब्रेरी का क्या उद्देश्य है?
83
What is the purpose of the 'WiFiClient.h' library in Arduino? / Arduino में 'WiFiClient.h' लाइब्रेरी का क्या उद्देश्य है?
84
What is the purpose of the 'WebServer.h' library in Arduino? / Arduino में 'WebServer.h' लाइब्रेरी का क्या उद्देश्य है?
85
What is the purpose of the 'ArduinoJson.h' library? / 'ArduinoJson.h' लाइब्रेरी का क्या उद्देश्य है?
86
What is the purpose of the 'ArduinoOTA.h' library? / 'ArduinoOTA.h' लाइब्रेरी का क्या उद्देश्य है?
87
What is the purpose of the 'ESP8266WiFi.h' library? / 'ESP8266WiFi.h' लाइब्रेरी का क्या उद्देश्य है?
88
What is the purpose of the 'BluetoothSerial.h' library in ESP32? / ESP32 में 'BluetoothSerial.h' लाइब्रेरी का क्या उद्देश्य है?
89
What is the purpose of the 'Preferences.h' library in ESP32? / ESP32 में 'Preferences.h' लाइब्रेरी का क्या उद्देश्य है?
90
What is the purpose of the 'FS.h' library in ESP32? / ESP32 में 'FS.h' लाइब्रेरी का क्या उद्देश्य है?
91
What is the purpose of the 'SPIFFS.h' library in ESP8266/ESP32? / ESP8266/ESP32 में 'SPIFFS.h' लाइब्रेरी का क्या उद्देश्य है?
92
What is the purpose of the 'LittleFS.h' library in ESP8266/ESP32? / ESP8266/ESP32 में 'LittleFS.h' लाइब्रेरी का क्या उद्देश्य है?
93
What is the purpose of the 'AsyncWebServer.h' library in ESP32? / ESP32 में 'AsyncWebServer.h' लाइब्रेरी का क्या उद्देश्य है?
94
What is the purpose of the 'WebSockets.h' library in ESP32? / ESP32 में 'WebSockets.h' लाइब्रेरी का क्या उद्देश्य है?
95
What is the purpose of the 'ThingSpeak.h' library in Arduino? / Arduino में 'ThingSpeak.h' लाइब्रेरी का क्या उद्देश्य है?
96
What is the purpose of the 'BlynkSimpleEsp8266.h' library? / 'BlynkSimpleEsp8266.h' लाइब्रेरी का क्या उद्देश्य है?
97
What is the purpose of the 'Adafruit_MQTT.h' library? / 'Adafruit_MQTT.h' लाइब्रेरी का क्या उद्देश्य है?
98
What is the purpose of the 'FirebaseESP8266.h' library? / 'FirebaseESP8266.h' लाइब्रेरी का क्या उद्देश्य है?
99
What is the purpose of the 'digitalWrite()' function when used on an INPUT pin in Arduino? / Arduino में INPUT पिन पर 'digitalWrite()' फ़ंक्शन का उपयोग करने का क्या उद्देश्य है?
100
What is the importance of punctuation and grammar in written communication? / लिखित संचार में विराम चिह्न और व्याकरण का क्या महत्व है?
Answered: 0 / 100