Important Notice:
M4-R5.1 Model Paper — Set 1
100 Questions  •  M4-R5.1
90:00
← Back
1
IoT का पूरा नाम क्या है?
2
IoT में Sensor का क्या कार्य है?
3
Arduino क्या है?
4
Raspberry Pi क्या है?
5
IoT में MQTT Protocol किसके लिए उपयोग होता है?
6
Smart Home का उदाहरण क्या है?
7
Actuator IoT में क्या करता है?
8
IoT में Gateway Device का क्या कार्य है?
9
IoT Architecture में कितने Layers होते हैं?
10
Time Management क्यों जरूरी है?
11
IoT में Cloud Platform का उदाहरण?
12
Firmware क्या है?
13
Professional Development में Resume का क्या महत्व है?
14
IoT Device को Secure करने का सबसे अच्छा तरीका?
15
Interview में Body Language का क्या महत्व है?
16
What does IoT stand for? / IoT का पूर्ण रूप क्या है?
17
Which of the following is an example of an IoT device? / निम्नलिखित में से कौन सा IoT डिवाइस का उदाहरण है?
18
What is the main characteristic of IoT devices? / IoT डिवाइस की मुख्य विशेषता क्या है?
19
Which layer in the IoT architecture is responsible for sensing data? / IoT आर्किटेक्चर में कौन सी परत डेटा सेंसिंग के लिए जिम्मेदार होती है?
20
What is the role of a gateway in IoT? / IoT में गेटवे की क्या भूमिका है?
21
What does CoAP stand for? / CoAP का पूर्ण रूप क्या है?
22
Which technology is used for short-range IoT communication? / शॉर्ट-रेंज IoT संचार के लिए किस तकनीक का उपयोग किया जाता है?
23
What is the purpose of a sensor in IoT? / IoT में सेंसर का क्या उद्देश्य है?
24
Which of the following is a temperature sensor? / निम्नलिखित में से कौन सा तापमान सेंसर है?
25
What does an actuator do in IoT? / IoT में एक्चुएटर क्या करता है?
26
Which of the following is an actuator? / निम्नलिखित में से कौन सा एक्चुएटर है?
27
What is the main difference between a microcontroller and a microprocessor? / माइक्रोकंट्रोलर और माइक्रोप्रोसेसर के बीच मुख्य अंतर क्या है?
28
What is the role of a microcontroller in IoT? / IoT में माइक्रोकंट्रोलर की क्या भूमिका है?
29
Which of the following is a development tool for IoT? / निम्नलिखित में से कौन सा IoT के लिए विकास उपकरण है?
30
What is an Arduino sketch? / Arduino स्केच क्या है?
31
What is the purpose of the setup() function in Arduino? / Arduino में setup() फ़ंक्शन का क्या उद्देश्य है?
32
What is the purpose of the loop() function in Arduino? / Arduino में loop() फ़ंक्शन का क्या उद्देश्य है?
33
Which pin in Arduino is used for analog input? / Arduino में एनालॉग इनपुट के लिए किस पिन का उपयोग किया जाता है?
34
What is the output of the digitalWrite() function? / digitalWrite() फ़ंक्शन का आउटपुट क्या है?
35
What does analogRead() return? / analogRead() क्या रिटर्न करता है?
36
What does digitalRead() return? / digitalRead() क्या रिटर्न करता है?
37
Which sensor is used to measure light intensity? / प्रकाश की तीव्रता मापने के लिए किस सेंसर का उपयोग किया जाता है?
38
Which sensor is used to measure humidity? / आर्द्रता मापने के लिए किस सेंसर का उपयोग किया जाता है?
39
Which sensor is used to detect gas leakage? / गैस रिसाव का पता लगाने के लिए किस सेंसर का उपयोग किया जाता है?
40
What is the purpose of an IR sensor? / IR सेंसर का क्या उद्देश्य है?
41
What is the purpose of a relay module in IoT? / IoT में रिले मॉड्यूल का क्या उद्देश्य है?
42
What does LCD stand for? / LCD का पूर्ण रूप क्या है?
43
What is the purpose of a keypad in IoT? / IoT में कीपैड का क्या उद्देश्य है?
44
What is the function of the Serial Monitor in Arduino IDE? / Arduino IDE में सीरियल मॉनिटर का क्या कार्य है?
45
Which function initializes serial communication in Arduino? / Arduino में सीरियल संचार को प्रारंभ करने वाला फ़ंक्शन कौन सा है?
46
Which of the following is a data type in Embedded C? / एम्बेडेड C में निम्नलिखित में से कौन सा डेटा प्रकार है?
47
What is the size of an int data type in Arduino? / Arduino में int डेटा प्रकार का आकार क्या है?
48
Which of the following is a relational operator? / निम्नलिखित में से कौन सा रिलेशनल ऑपरेटर है?
49
Which operator is used for logical AND in C? / C में लॉजिकल AND के लिए किस ऑपरेटर का उपयोग किया जाता है?
50
What is the syntax of an if-else statement? / if-else स्टेटमेंट का सिंटेक्स क्या है?
51
What is the syntax of a for loop in C? / C में for लूप का सिंटेक्स क्या है?
52
What is a nested loop? / नेस्टेड लूप क्या है?
53
What is an infinite loop? / इनफिनिट लूप क्या है?
54
What is the purpose of a switch statement? / स्विच स्टेटमेंट का क्या उद्देश्य है?
55
What is an array in C? / C में ऐरे क्या है?
56
How do you declare an integer array of size 5 in C? / C में साइज 5 का इंटीजर ऐरे कैसे घोषित करते हैं?
57
What is the index of the first element in an array? / ऐरे में पहले एलिमेंट का इंडेक्स क्या होता है?
58
What is a function in C? / C में फ़ंक्शन क्या है?
59
What is a function prototype? / फ़ंक्शन प्रोटोटाइप क्या है?
60
What is the return type of a function that does not return any value? / किसी फ़ंक्शन का रिटर्न टाइप क्या होता है जो कोई मान नहीं लौटाता?
61
What is a formal parameter? / फॉर्मल पैरामीटर क्या है?
62
What is an actual parameter? / एक्चुअल पैरामीटर क्या है?
63
Which of the following is a standard library function in Arduino IDE? / Arduino IDE में निम्नलिखित में से कौन सा स्टैंडर्ड लाइब्रेरी फ़ंक्शन है?
64
What does pinMode() function do? / pinMode() फ़ंक्शन क्या करता है?
65
What does the delay() function do? / delay() फ़ंक्शन क्या करता है?
66
What is the purpose of a button in IoT? / IoT में बटन का क्या उद्देश्य है?
67
Which sensor is used to measure distance? / दूरी मापने के लिए किस सेंसर का उपयोग किया जाता है?
68
What is the OSI model? / OSI मॉडल क्या है?
69
How many layers are there in the OSI model? / OSI मॉडल में कितनी परतें होती हैं?
70
How many layers are there in the TCP/IP model? / TCP/IP मॉडल में कितनी परतें होती हैं?
71
What is the difference between TCP and IP? / TCP और IP के बीच क्या अंतर है?
72
What is a controlled system? / कंट्रोल्ड सिस्टम क्या है?
73
What is a feedback loop? / फीडबैक लूप क्या है?
74
What is an example of a real-time system with feedback? / फीडबैक वाले रीयल-टाइम सिस्टम का उदाहरण क्या है?
75
What is the need for security in IoT? / IoT में सुरक्षा की क्या आवश्यकता है?
76
What is IoT security for consumer devices? / उपभोक्ता उपकरणों के लिए IoT सुरक्षा क्या है?
77
What is a security level in IoT? / IoT में सुरक्षा स्तर क्या है?
78
How can IoT devices be protected? / IoT उपकरणों को कैसे संरक्षित किया जा सकता है?
79
What does AI stand for? / AI का पूर्ण रूप क्या है?
80
What does ML stand for? / ML का पूर्ण रूप क्या है?
81
What is personality development? / व्यक्तित्व विकास क्या है?
82
What is self-awareness? / आत्म-जागरूकता क्या है?
83
What is motivation? / प्रेरणा क्या है?
84
What is self-discipline? / आत्म-अनुशासन क्या है?
85
What is self-esteem? / आत्म-सम्मान क्या है?
86
What is self-efficacy? / आत्म-प्रभावकारिता क्या है?
87
What is time management? / समय प्रबंधन क्या है?
88
What is stress management? / तनाव प्रबंधन क्या है?
89
What is an etiquettes? / शिष्टाचार क्या है?
90
What is communication? / संचार क्या है?
91
What is a resume? / रिज्यूमे क्या है?
92
What is the purpose of a cover letter? / कवर लेटर का क्या उद्देश्य है?
93
What is a report? / रिपोर्ट क्या है?
94
What is the purpose of a presentation? / प्रेजेंटेशन का क्या उद्देश्य है?
95
What is body language? / बॉडी लैंग्वेज क्या है?
96
What is a positive gesture? / सकारात्मक हावभाव क्या है?
97
What is the importance of eye contact in communication? / संचार में नेत्र संपर्क का क्या महत्व है?
98
What is the purpose of an interview? / साक्षात्कार का क्या उद्देश्य है?
99
What is the difference between a microcontroller and a microprocessor in terms of cost? / लागत के मामले में माइक्रोकंट्रोलर और माइक्रोप्रोसेसर के बीच क्या अंतर है?
100
What is the purpose of the 'break' statement in a switch case? / स्विच केस में 'break' स्टेटमेंट का क्या उद्देश्य है?
Answered: 0 / 100