Important Notice:
M4-R5.1 Model Paper — Set 3
100 Questions  •  M4-R5.1
89:00
← Back
1
What is the full form of CoAP? / CoAP का पूर्ण रूप क्या है?
2
Which layer of the OSI model is responsible for error detection and correction? / OSI मॉडल की कौन सी परत त्रुटि का पता लगाने और सुधार के लिए जिम्मेदार है?
3
What is the purpose of the 'break' statement in a loop? / लूप में 'break' स्टेटमेंट का क्या उद्देश्य है?
4
Which sensor is used to detect the presence of an object without physical contact? / बिना भौतिक संपर्क के किसी वस्तु की उपस्थिति का पता लगाने के लिए किस सेंसर का उपयोग किया जाता है?
5
What is the range of the ultrasonic sensor HC-SR04? / अल्ट्रासोनिक सेंसर HC-SR04 की रेंज क्या है?
6
What is the purpose of the 'random()' function in Arduino? / Arduino में 'random()' फ़ंक्शन का क्या उद्देश्य है?
7
What is the purpose of the 'randomSeed()' function in Arduino? / Arduino में 'randomSeed()' फ़ंक्शन का क्या उद्देश्य है?
8
What is a 7-segment display? / 7-सेगमेंट डिस्प्ले क्या है?
9
What is the purpose of a multiplexer in electronics? / इलेक्ट्रॉनिक्स में मल्टीप्लेक्सर का क्या उद्देश्य है?
10
What is a demultiplexer? / डीमल्टीप्लेक्सर क्या है?
11
What is an ADC in microcontroller? / माइक्रोकंट्रोलर में ADC क्या है?
12
What is a DAC in microcontroller? / माइक्रोकंट्रोलर में DAC क्या है?
13
What is the purpose of the 'sizeof()' operator in C? / C में 'sizeof()' ऑपरेटर का क्या उद्देश्य है?
14
What is the size of a 'char' data type in Arduino? / Arduino में 'char' डेटा टाइप का आकार क्या है?
15
What is the size of a 'float' data type in Arduino? / Arduino में 'float' डेटा टाइप का आकार क्या है?
16
What is the size of a 'double' data type in Arduino Uno? / Arduino Uno में 'double' डेटा टाइप का आकार क्या है?
17
What is the purpose of the 'static' keyword in C? / C में 'static' कीवर्ड का क्या उद्देश्य है?
18
What is the purpose of the 'volatile' keyword in Embedded C? / एम्बेडेड C में 'volatile' कीवर्ड का क्या उद्देश्य है?
19
What is the purpose of the 'const' keyword in C? / C में 'const' कीवर्ड का क्या उद्देश्य है?
20
What is a pointer in C? / C में पॉइंटर क्या है?
21
What is the output of sizeof(int) on Arduino Uno? / Arduino Uno पर sizeof(int) का आउटपुट क्या है?
22
What is a structure in C? / C में स्ट्रक्चर क्या है?
23
What is a union in C? / C में यूनियन क्या है?
24
What is the difference between a structure and a union? / स्ट्रक्चर और यूनियन के बीच क्या अंतर है?
25
What is an enum in C? / C में एनम क्या है?
26
What is the purpose of the 'continue' statement in a loop? / लूप में 'continue' स्टेटमेंट का क्या उद्देश्य है?
27
What is a preprocessor directive? / प्रीप्रोसेसर डायरेक्टिव क्या है?
28
What is the purpose of #define in C? / C में #define का क्या उद्देश्य है?
29
What is the purpose of #include in C? / C में #include का क्या उद्देश्य है?
30
What is the purpose of #ifdef in C? / C में #ifdef का क्या उद्देश्य है?
31
What is the purpose of #ifndef in C? / C में #ifndef का क्या उद्देश्य है?
32
What is the purpose of #endif in C? / C में #endif का क्या उद्देश्य है?
33
What is a bitwise operator? / बिटवाइज ऑपरेटर क्या है?
34
What is the output of 5 & 3? / 5 & 3 का आउटपुट क्या है?
35
What is the output of 5 | 3? / 5 | 3 का आउटपुट क्या है?
36
What is the output of 5 ^ 3? / 5 ^ 3 का आउटपुट क्या है?
37
What is the output of ~5? / ~5 का आउटपुट क्या है?
38
What is the output of 5 << 1? / 5 << 1 का आउटपुट क्या है?
39
What is the output of 5 >> 1? / 5 >> 1 का आउटपुट क्या है?
40
What is the purpose of the 'strcmp()' function in Embedded C? / एम्बेडेड C में 'strcmp()' फ़ंक्शन का क्या उद्देश्य है?
41
What is the purpose of a watchdog timer in Arduino? / Arduino में वॉचडॉग टाइमर का क्या उद्देश्य है?
42
What is the function of the 'digitalPinToInterrupt()' macro in Arduino? / Arduino में 'digitalPinToInterrupt()' मैक्रो का क्या कार्य है?
43
What is the ideal body language during an interview? / साक्षात्कार के दौरान आदर्श बॉडी लैंग्वेज क्या होनी चाहिए?
44
What is the difference between 'Serial.print()' and 'Serial.println()' in Arduino? / Arduino में 'Serial.print()' और 'Serial.println()' के बीच क्या अंतर है?
45
What is the purpose of the 'map()' function in Arduino? / Arduino में 'map()' फ़ंक्शन का क्या उद्देश्य है?
46
What is the output of map(50, 0, 100, 0, 255)? / map(50, 0, 100, 0, 255) का आउटपुट क्या है?
47
What is the purpose of the 'constrain()' function? / 'constrain()' फ़ंक्शन का क्या उद्देश्य है?
48
What is the output of constrain(150, 0, 100)? / constrain(150, 0, 100) का आउटपुट क्या है?
49
What is the purpose of the 'abs()' function? / 'abs()' फ़ंक्शन का क्या उद्देश्य है?
50
What is the purpose of the 'pow()' function in Arduino? / Arduino में 'pow()' फ़ंक्शन का क्या उद्देश्य है?
51
What is the purpose of the 'sqrt()' function? / 'sqrt()' फ़ंक्शन का क्या उद्देश्य है?
52
What is a breadboard? / ब्रेडबोर्ड क्या है?
53
What is a resistor used for? / रेजिस्टर का उपयोग किस लिए किया जाता है?
54
What is a capacitor used for? / कैपेसिटर का उपयोग किस लिए किया जाता है?
55
What is a diode used for? / डायोड का उपयोग किस लिए किया जाता है?
56
What is a transistor used for? / ट्रांजिस्टर का उपयोग किस लिए किया जाता है?
57
What is a potentiometer? / पोटेंशियोमीटर क्या है?
58
What is the purpose of a buzzer in IoT? / IoT में बजर का क्या उद्देश्य है?
59
What is the purpose of a vibration sensor? / वाइब्रेशन सेंसर का क्या उद्देश्य है?
60
What is a flow sensor used for? / फ्लो सेंसर का उपयोग किस लिए किया जाता है?
61
What is a pressure sensor used for? / प्रेशर सेंसर का उपयोग किस लिए किया जाता है?
62
What is a touch sensor? / टच सेंसर क्या है?
63
What is a color sensor used for? / कलर सेंसर का उपयोग किस लिए किया जाता है?
64
What is a barometric pressure sensor? / बैरोमीट्रिक प्रेशर सेंसर क्या है?
65
What is a heart rate sensor? / हार्ट रेट सेंसर क्या है?
66
What is an accelerometer used for? / एक्सेलेरोमीटर का उपयोग किस लिए किया जाता है?
67
What is a gyroscope used for? / जाइरोस्कोप का उपयोग किस लिए किया जाता है?
68
What is a magnetometer used for? / मैग्नेटोमीटर का उपयोग किस लिए किया जाता है?
69
What is an IMU sensor? / IMU सेंसर क्या है?
70
What is the purpose of a relay in IoT? / IoT में रिले का क्या उद्देश्य है?
71
What is the difference between normally open (NO) and normally closed (NC) relay contacts? / सामान्य रूप से खुले (NO) और सामान्य रूप से बंद (NC) रिले संपर्कों के बीच क्या अंतर है?
72
What is the purpose of an optocoupler? / ऑप्टोकपलर का क्या उद्देश्य है?
73
What is a MOSFET? / MOSFET क्या है?
74
What is the purpose of a voltage regulator? / वोल्टेज रेगुलेटर का क्या उद्देश्य है?
75
What is a buck converter? / बक कनवर्टर क्या है?
76
What is a boost converter? / बूस्ट कनवर्टर क्या है?
77
What is the purpose of a fuse? / फ्यूज का क्या उद्देश्य है?
78
What is a circuit breaker? / सर्किट ब्रेकर क्या है?
79
What is the purpose of grounding in a circuit? / सर्किट में ग्राउंडिंग का क्या उद्देश्य है?
80
What is the difference between AC and DC? / AC और DC के बीच क्या अंतर है?
81
What is the standard voltage for household AC in India? / भारत में घरेलू AC के लिए मानक वोल्टेज क्या है?
82
What is the purpose of a transformer? / ट्रांसफार्मर का क्या उद्देश्य है?
83
What is a rectifier used for? / रेक्टिफायर का उपयोग किस लिए किया जाता है?
84
What is an inverter used for? / इनवर्टर का उपयोग किस लिए किया जाता है?
85
What is a battery? / बैटरी क्या है?
86
What is the difference between a lithium-ion and a lead-acid battery? / लिथियम-आयन और लेड-एसिड बैटरी के बीच क्या अंतर है?
87
What is a solar panel? / सोलर पैनल क्या है?
88
What is the purpose of a charge controller in a solar system? / सोलर सिस्टम में चार्ज कंट्रोलर का क्या उद्देश्य है?
89
What is a PWM charge controller? / PWM चार्ज कंट्रोलर क्या है?
90
What is an MPPT charge controller? / MPPT चार्ज कंट्रोलर क्या है?
91
What is the purpose of a heat sink? / हीट सिंक का क्या उद्देश्य है?
92
What is a thermistor? / थर्मिस्टर क्या है?
93
What is the difference between PTC and NTC thermistors? / PTC और NTC थर्मिस्टर्स के बीच क्या अंतर है?
94
What is the purpose of the 'lowPower' library in Arduino? / Arduino में 'lowPower' लाइब्रेरी का क्या उद्देश्य है?
95
Which communication protocol is commonly used to connect multiple sensors using only two wires (SDA and SCL)? / कौन सा संचार प्रोटोकॉल केवल दो तारों (SDA और SCL) का उपयोग करके कई सेंसरों को जोड़ने के लिए आमतौर पर उपयोग किया जाता है?
96
What is the significance of the 'setup()' function in Arduino? / Arduino में 'setup()' फ़ंक्शन का क्या महत्व है?
97
What does the 'digitalWrite()' function do when called on a PWM pin with a value of 255? / PWM पिन पर 255 के मान के साथ 'digitalWrite()' फ़ंक्शन को कॉल करने पर क्या होता है?
98
Which of the following is NOT a characteristic of a good resume? / निम्नलिखित में से कौन सी एक अच्छे रिज्यूमे की विशेषता नहीं है?
99
What is the function of the 'analogReference()' function in Arduino? / Arduino में 'analogReference()' फ़ंक्शन का क्या कार्य है?
100
In a professional presentation, what is the recommended maximum number of bullet points per slide? / एक प्रोफेशनल प्रेजेंटेशन में, प्रति स्लाइड बुलेट पॉइंट्स की अनुशंसित अधिकतम संख्या क्या है?
Answered: 0 / 100