Important Notice:
M4-R5.1 Model Paper — Set 2
100 Questions  •  M4-R5.1
90:00
← Back
1
What is the full form of HTTP? / HTTP का पूर्ण रूप क्या है?
2
Which layer in the OSI model is responsible for routing? / OSI मॉडल में कौन सी परत रूटिंग के लिए जिम्मेदार होती है?
3
Which protocol is used for web browsing? / वेब ब्राउज़िंग के लिए किस प्रोटोकॉल का उपयोग किया जाता है?
4
What is a constrained device in IoT? / IoT में कंस्ट्रेंड डिवाइस क्या है?
5
What is the range of Bluetooth typically? / ब्लूटूथ की सामान्य रेंज क्या है?
6
What is Zigbee used for? / Zigbee का उपयोग किस लिए किया जाता है?
7
What is LoRaWAN? / LoRaWAN क्या है?
8
What is the purpose of the physical layer in IoT? / IoT में फिजिकल लेयर का क्या उद्देश्य है?
9
What is the purpose of the transport layer? / ट्रांसपोर्ट लेयर का क्या उद्देश्य है?
10
Which sensor is used to detect motion? / गति का पता लगाने के लिए किस सेंसर का उपयोग किया जाता है?
11
What does PIR stand for? / PIR का पूर्ण रूप क्या है?
12
Which sensor is used to measure soil moisture? / मिट्टी की नमी मापने के लिए किस सेंसर का उपयोग किया जाता है?
13
What is the purpose of a DC motor in IoT? / IoT में DC मोटर का क्या उद्देश्य है?
14
What is a servo motor? / सर्वो मोटर क्या है?
15
What is the difference between a sensor and an actuator? / सेंसर और एक्चुएटर के बीच क्या अंतर है?
16
Which microcontroller is used in Arduino Uno? / Arduino Uno में किस माइक्रोकंट्रोलर का उपयोग किया जाता है?
17
Which microcontroller has built-in Wi-Fi? / किस माइक्रोकंट्रोलर में बिल्ट-इन Wi-Fi होता है?
18
What is the operating voltage of Arduino Uno? / Arduino Uno का ऑपरेटिंग वोल्टेज क्या है?
19
How many digital I/O pins does Arduino Uno have? / Arduino Uno में कितने डिजिटल I/O पिन होते हैं?
20
How many analog input pins does Arduino Uno have? / Arduino Uno में कितने एनालॉग इनपुट पिन होते हैं?
21
What is the resolution of analogRead() on Arduino Uno? / Arduino Uno पर analogRead() का रेजोल्यूशन क्या है?
22
What is the purpose of the 'pinMode()' function? / 'pinMode()' फ़ंक्शन का क्या उद्देश्य है?
23
What is the purpose of the 'digitalWrite()' function? / 'digitalWrite()' फ़ंक्शन का क्या उद्देश्य है?
24
What is the purpose of the 'analogWrite()' function? / 'analogWrite()' फ़ंक्शन का क्या उद्देश्य है?
25
Which pins on Arduino support analogWrite() (PWM)? / Arduino पर कौन से पिन analogWrite() (PWM) सपोर्ट करते हैं?
26
What is the default baud rate for Serial communication in many Arduino examples? / कई Arduino उदाहरणों में सीरियल संचार के लिए डिफ़ॉल्ट बॉड रेट क्या है?
27
What does Serial.available() return? / Serial.available() क्या रिटर्न करता है?
28
What does Serial.read() return? / Serial.read() क्या रिटर्न करता है?
29
What is the purpose of the 'millis()' function in Arduino? / Arduino में 'millis()' फ़ंक्शन का क्या उद्देश्य है?
30
What is the purpose of the 'micros()' function? / 'micros()' फ़ंक्शन का क्या उद्देश्य है?
31
What is an interrupt in Arduino? / Arduino में इंटरप्ट क्या है?
32
Which function is used to attach an interrupt? / इंटरप्ट को अटैच करने के लिए किस फ़ंक्शन का उपयोग किया जाता है?
33
What is EEPROM in Arduino? / Arduino में EEPROM क्या है?
34
What is the size of EEPROM in Arduino Uno? / Arduino Uno में EEPROM का आकार क्या है?
35
What is the purpose of the 'tone()' function? / 'tone()' फ़ंक्शन का क्या उद्देश्य है?
36
What is the purpose of the 'noTone()' function? / 'noTone()' फ़ंक्शन का क्या उद्देश्य है?
37
What is a shift register? / शिफ्ट रजिस्टर क्या है?
38
Which shift register is commonly used with Arduino? / Arduino के साथ आमतौर पर किस शिफ्ट रजिस्टर का उपयोग किया जाता है?
39
What is a stepper motor? / स्टेपर मोटर क्या है?
40
What is the purpose of an H-bridge? / एच-ब्रिज का क्या उद्देश्य है?
41
Which IC is commonly used as an H-bridge? / एच-ब्रिज के रूप में आमतौर पर किस IC का उपयोग किया जाता है?
42
What is a real-time clock (RTC) module? / रीयल-टाइम क्लॉक (RTC) मॉड्यूल क्या है?
43
Which RTC module is commonly used with Arduino? / Arduino के साथ आमतौर पर किस RTC मॉड्यूल का उपयोग किया जाता है?
44
What is an SD card module used for in Arduino? / Arduino में SD कार्ड मॉड्यूल का उपयोग किस लिए किया जाता है?
45
What is the purpose of a GPS module in IoT? / IoT में GPS मॉड्यूल का क्या उद्देश्य है?
46
What is a camera module used for in IoT? / IoT में कैमरा मॉड्यूल का उपयोग किस लिए किया जाता है?
47
What is the purpose of the 'map()' function in Arduino? / Arduino में 'map()' फ़ंक्शन का क्या उद्देश्य है?
48
What is the output of map(50, 0, 100, 0, 255)? / map(50, 0, 100, 0, 255) का आउटपुट क्या है?
49
What is the purpose of the 'constrain()' function? / 'constrain()' फ़ंक्शन का क्या उद्देश्य है?
50
What is the output of constrain(150, 0, 100)? / constrain(150, 0, 100) का आउटपुट क्या है?
51
What is the purpose of the 'abs()' function? / 'abs()' फ़ंक्शन का क्या उद्देश्य है?
52
What is the purpose of the 'pow()' function in Arduino? / Arduino में 'pow()' फ़ंक्शन का क्या उद्देश्य है?
53
What is the purpose of the 'sqrt()' function? / 'sqrt()' फ़ंक्शन का क्या उद्देश्य है?
54
What is a breadboard? / ब्रेडबोर्ड क्या है?
55
What is a resistor used for? / रेजिस्टर का उपयोग किस लिए किया जाता है?
56
What is a capacitor used for? / कैपेसिटर का उपयोग किस लिए किया जाता है?
57
What is a diode used for? / डायोड का उपयोग किस लिए किया जाता है?
58
What is a transistor used for? / ट्रांजिस्टर का उपयोग किस लिए किया जाता है?
59
What is a potentiometer? / पोटेंशियोमीटर क्या है?
60
What is the purpose of a buzzer in IoT? / IoT में बजर का क्या उद्देश्य है?
61
What is the purpose of a vibration sensor? / वाइब्रेशन सेंसर का क्या उद्देश्य है?
62
What is a flow sensor used for? / फ्लो सेंसर का उपयोग किस लिए किया जाता है?
63
What is a pressure sensor used for? / प्रेशर सेंसर का उपयोग किस लिए किया जाता है?
64
What is a touch sensor? / टच सेंसर क्या है?
65
What is a color sensor used for? / कलर सेंसर का उपयोग किस लिए किया जाता है?
66
What is a barometric pressure sensor? / बैरोमीट्रिक प्रेशर सेंसर क्या है?
67
What is a heart rate sensor? / हार्ट रेट सेंसर क्या है?
68
What is an accelerometer used for? / एक्सेलेरोमीटर का उपयोग किस लिए किया जाता है?
69
What is a gyroscope used for? / जाइरोस्कोप का उपयोग किस लिए किया जाता है?
70
What is a magnetometer used for? / मैग्नेटोमीटर का उपयोग किस लिए किया जाता है?
71
What is an IMU sensor? / IMU सेंसर क्या है?
72
What is the purpose of a relay in IoT? / IoT में रिले का क्या उद्देश्य है?
73
What is the difference between normally open (NO) and normally closed (NC) relay contacts? / सामान्य रूप से खुले (NO) और सामान्य रूप से बंद (NC) रिले संपर्कों के बीच क्या अंतर है?
74
What is the purpose of an optocoupler? / ऑप्टोकपलर का क्या उद्देश्य है?
75
What is a MOSFET? / MOSFET क्या है?
76
What is the purpose of a voltage regulator? / वोल्टेज रेगुलेटर का क्या उद्देश्य है?
77
What is a buck converter? / बक कनवर्टर क्या है?
78
What is a boost converter? / बूस्ट कनवर्टर क्या है?
79
What is the purpose of a fuse? / फ्यूज का क्या उद्देश्य है?
80
What is a circuit breaker? / सर्किट ब्रेकर क्या है?
81
What is the purpose of grounding in a circuit? / सर्किट में ग्राउंडिंग का क्या उद्देश्य है?
82
What is the difference between AC and DC? / AC और DC के बीच क्या अंतर है?
83
What is the standard voltage for household AC in India? / भारत में घरेलू AC के लिए मानक वोल्टेज क्या है?
84
What is the purpose of a transformer? / ट्रांसफार्मर का क्या उद्देश्य है?
85
What is a rectifier used for? / रेक्टिफायर का उपयोग किस लिए किया जाता है?
86
What is an inverter used for? / इनवर्टर का उपयोग किस लिए किया जाता है?
87
What is a battery? / बैटरी क्या है?
88
What is the difference between a lithium-ion and a lead-acid battery? / लिथियम-आयन और लेड-एसिड बैटरी के बीच क्या अंतर है?
89
What is a solar panel? / सोलर पैनल क्या है?
90
What is the purpose of a charge controller in a solar system? / सोलर सिस्टम में चार्ज कंट्रोलर का क्या उद्देश्य है?
91
What is a PWM charge controller? / PWM चार्ज कंट्रोलर क्या है?
92
What is an MPPT charge controller? / MPPT चार्ज कंट्रोलर क्या है?
93
What is the purpose of a heat sink? / हीट सिंक का क्या उद्देश्य है?
94
What is a thermistor? / थर्मिस्टर क्या है?
95
What is the difference between PTC and NTC thermistors? / PTC और NTC थर्मिस्टर्स के बीच क्या अंतर है?
96
What is the purpose of the 'strcmp()' function in Embedded C? / एम्बेडेड C में 'strcmp()' फ़ंक्शन का क्या उद्देश्य है?
97
What is the purpose of a watchdog timer in Arduino? / Arduino में वॉचडॉग टाइमर का क्या उद्देश्य है?
98
What is the function of the 'digitalPinToInterrupt()' macro in Arduino? / Arduino में 'digitalPinToInterrupt()' मैक्रो का क्या कार्य है?
99
What is the ideal body language during an interview? / साक्षात्कार के दौरान आदर्श बॉडी लैंग्वेज क्या होनी चाहिए?
100
What is the difference between 'Serial.print()' and 'Serial.println()' in Arduino? / Arduino में 'Serial.print()' और 'Serial.println()' के बीच क्या अंतर है?
Answered: 0 / 100