Important Notice:
Jan 2024 M4-R5.1
1 / 100
The default method in Arduino program is/areArduino प्रोग्राम में डिफॉल्ट मेथड है/हैं
2 / 100
Logical operation in computer………..कंप्यूटर में logical operation………..
3 / 100
A while loop repeats one or more instructions while an expressions is trueजब तक कोई अभिव्यक्ति सत्य है, while लूप एक या अधिक निर्देशों को दोहराता हैwhile(analogRead(sensorPin)>100) { flashLED(); }
4 / 100
The core element architecture of smart city isस्मार्ट सिटी का मूल तत्व आर्किटेक्चर है
5 / 100
Which layer uses IP addressकौन सी परत आईपी एड्रेस का उपयोग करती है
6 / 100
Which sensor is used to measure light ArduinoArduino प्रकाश को मापने के लिए किस सेंसर का उपयोग किया जाता है
7 / 100
Position people usually have low self confidenceपद पर आसीन लोगों में आमतौर पर आत्मविश्वास कम होता है
8 / 100
Proximity sensors are used to………निकटता सेंसर का उपयोग ……….के लिए किया जाता है
9 / 100
Which of the following is a function of a sensor?निम्नलिखित में से कौन सा सेंसर का कार्य है?
10 / 100
What will be the output of the following codeनिम्नलिखित कोड का आउटपुट क्या होगाvoid main(){int k=0;double d=10.21;printf(“%lu”,sizeof(k+d));}
11 / 100
which of the following is NOT an application of capacitive element sensors?निम्नलिखित में से कौन कैपेसिटिव एलिमेंट सेंसर का अनुप्रयोग नहीं है?
12 / 100
Which devices measures gases or liquidकौन सा उपकरण गैसों या तरल को मापता है
13 / 100
To easily interface the add on module with Arduino, we can useArduino के साथ ऐड-ऑन मॉड्यूल को आसानी से इंटरफ़ेस करने के लिए, हम उपयोग कर सकते हैं
14 / 100
Meaning being specific, definite and vividअर्थ विशिष्ट, निश्चित और स्पष्ट होना
15 / 100
is a relatively enduing pattern of thoughts, feelings, and behavior which differentiate person from each otherविचारों, भावनाओं और व्यवहार का एक अपेक्षाकृत स्थायी पैटर्न है जो व्यक्ति को एक दूसरे से अलग करता है
16 / 100
Which of the following is true about microprocessor?माइक्रोप्रोसेसर के बारे में निम्नलिखित में से कौन सा कथन सत्य है?
17 / 100
Self-esteem is not a reasonआत्म सम्मान का कारण नहीं है
18 / 100
determine the benefits of writingलिखने के लाभ निर्धारित करें
19 / 100
In wireless ad-hoc networkवायरलेस एड-हॉक नेटवर्क में
20 / 100
what license is Arduino distributed under?Arduino किस लाइसेंस के तहत वितरित किया जाता है?
21 / 100
A loose handshake expresses confidenceहाथ ढीला मिलाना को आत्म विश्वास व्यक्त करता है
22 / 100
Which is not an IoT deviceकौन सा IoT डिवाइस नहीं है
23 / 100
What will be the output of the following codeनिम्नलिखित कोड का आउटपुट क्या होगाint main(){int xyz(4)=[10,20,30,40];printf(“%d”,xyz(1));}
24 / 100
an individual actions are most likely to be strongly controlled by conscience if they have ………type of personalityकिसी व्यक्ति के कार्यों पर विवेक का सबसे अधिक नियंत्रण होने की संभावना होती है यदि उनका व्यक्तित्व ………..प्रकार का हो
25 / 100
What is the primary purpose of using the STAR method?STAR पद्धति का उपयोग करने का प्राथमिक उद्देश्य क्या है?
26 / 100
How to denote multiple comments in Embedded Cएम्बेडेड सी में एकाधिक टिप्पणियों को कैसे इंगित करें
27 / 100
Threngh which artwork does open to manage registration, deployment of senones?पंजीकरण, सेनोन्स की तैनाती का प्रबंधन करने के लिए कौन सी कलाकृति खुली है?
28 / 100
The document that is used to communicate within the organization is calledसंगठन के भीतर संचार करने के लिए उपयोग किए जाने वाले दस्तावेज़ को कहा जाता है
29 / 100
What is the size of MAC and IPv6MAC and IPv6 का आकार कितना है
30 / 100
Which of the following functions can be used to set the selected pin as INPUT/OUTPUTनिम्नलिखित में से किस फ़ंक्शन का उपयोग चयनित पिन को INPUT/OUTPUT के रूप में सेट करने के लिए किया जा सकता है
31 / 100
Almost all statements written in the Arduino language must end with aArduino भाषा में लिखे गए लगभग सभी कथनों का अंत 'a' से होना चाहिए।
32 / 100
What is Li-Fi system?लाई-फाई सिस्टम क्या है?
33 / 100
Which of the following is a protocol related to IoTनिम्नलिखित में से कौन सा IoT से संबंधित प्रोटोकॉल है
34 / 100
What is the standard port no. of secure MQTTसुरक्षित MQTT का मानक पोर्ट नंबर क्या है?
35 / 100
Which protocol asynchronously over UDP? Interactsकौन सा प्रोटोकॉल UDP पर एसिंक्रोनस रूप से इंटरैक्ट करता है?
36 / 100
All code in an Arduino sketch is processed from ArduinoArduino स्केच में सभी कोड Arduino से संसाधित होते हैं
37 / 100
Hello world is example of ……serverहेलो वर्ल्ड ......सर्वर का उदाहरण है
38 / 100
If statement must have a test within parenthesis and the result can only beयदि कथन में कोष्ठक के भीतर एक परीक्षण होना चाहिए और परिणाम केवल हो सकता है
39 / 100
To easily interface add-on modules with Arduino we can useArduino के साथ ऐड-ऑन मॉड्यूल को आसानी से इंटरफ़ेस करने के लिए हम उपयोग कर सकते हैं
40 / 100
What does GPIO stands forGPIO का मतलब क्या है?
41 / 100
How to Edit Code in an Arduino SketchArduino स्केच में कोड कैसे संसोधित किया जाता है
42 / 100
#includeint main(){int x=1, y=1, z;z=x++ + y;printf(“%d%d”,x,y);}
43 / 100
Which of these is used as a form of greeting for business peopleइनमें से कौन सा शब्द व्यापारियों के लिए अभिवादन के रूप में प्रयोग किया जाता है
44 / 100
Electric motor protection has which sensorइलेक्ट्रिक मोटर सुरक्षा में कौन सा सेंसर होता है
45 / 100
What is the bit size used in 8051?8051 में उपयोग किया जाने वाला बिट आकार क्या है?
46 / 100
How many layers in OSI modelOSI मॉडल में कितनी परतें हैं
47 / 100
The HC-05 module can be operated in:HC-05 मॉड्यूल को संचालित किया जा सकता है:
48 / 100
Which of the following use their own IoT business modelsनिम्नलिखित में से कौन अपने स्वयं के IoT बिजनेस मॉडल का उपयोग करता है
49 / 100
50 / 100
Which feature defines IoT?कौन सी विशेषता IoT को परिभाषित करती है?
51 / 100
What is the real example of a smart grid in device in IoTIoT में स्मार्ट ग्रिड डिवाइस का वास्तविक उदाहरण क्या है?
52 / 100
Which of the following elements are available for wireless communication with Arduino?निम्नलिखित में से कौन से तत्व Arduino के साथ वायरलेस संचार के लिए उपलब्ध हैं?
53 / 100
good manners do not includeअच्छे शिष्टाचार में ये शामिल नहीं है
54 / 100
The full form of MANETMANET का पूरा नाम है
55 / 100
What is not a core element of a resumeरिज्यूमे का मुख्य तत्व क्या नहीं है?
56 / 100
What is the range of z-wavez-वेव की सीमा क्या है?
57 / 100
What is the function of analog pins in ArduinoArduino में एनालॉग पिन का कार्य क्या है?
58 / 100
Which of the following is not a trait of a good public speaker?निम्नलिखित में से कौन सा एक अच्छे सार्वजनिक वक्ता का लक्षण नहीं है?
59 / 100
what is WPA?WPA क्या है?
60 / 100
A job interview is usually how long?नौकरी का साक्षात्कार आमतौर पर कितने समय का होता है?
61 / 100
In the concept of IoT, Things includeIoT की अवधारणा में, चीज़ें शामिल हैं
62 / 100
DHT11 is sensorDHT11 सेंसर है
63 / 100
Mirroring another person’s non-verbal behavior facilitiesकिसी अन्य व्यक्ति के अशाब्दिक व्यवहार को प्रतिबिम्बित करने से सुविधा होती है
64 / 100
Which of the following should a microcontroller at least should consist of?निम्नलिखित में से एक माइक्रोकंट्रोलर में कम से कम क्या होना चाहिए?
65 / 100
Which of the following is not an application of IoT?निम्नलिखित में से कौन IoT का अनुप्रयोग नहीं है?
66 / 100
Who is the founder of IoTIoT के संस्थापक कौन है
67 / 100
In the given C code, for loop executes forदिए गए C कोड में, for loop किसके लिए निष्पादित होता है?#includeint main(){int n=10;for(;;){ printf(“%d\n”,n);}return 0;}
68 / 100
Communication helps officials to the employeeसंचार से अधिकारियों को कर्मचारियों तक मदद मिलती है
69 / 100
What is the main objective of resumeरिज्यूमे का मुख्य उद्देश्य क्या है?
70 / 100
When it first appeared in English, the word personality referred to whatजब यह शब्द पहली बार अंग्रेजी में आया, तो पर्सनालिटी शब्द का तात्पर्य क्या था?
71 / 100
Which sensor is used for monitor electric distribution and switching equipment temperatureइलेक्ट्रिक वितरण और स्विचिंग उपकरण तापमान की निगरानी के लिए किस सेंसर का उपयोग किया जाता है
72 / 100
Inductive sensors are also referred to as “NMR” coils. NMR stands forइंडक्टिव सेंसर को "एनएमआर" कॉइल भी कहा जाता है। एनएमआर का मतलब है
73 / 100
Which type of microcontroller is specifically designed for low-power IoT applicationsकिस प्रकार का माइक्रो कंट्रोलर विशेष रूप से कम शक्ति वाले IoT application के लिए डिजाइन किया गया है
74 / 100
IoT needs a lot of network connection. What is the proposed “white space” radio standard calledIoT को बहुत ज़्यादा नेटवर्क कनेक्शन की ज़रूरत होती है। प्रस्तावित "व्हाइट स्पेस" रेडियो मानक को क्या कहा जाता है?
75 / 100
Which symbol is used in Arduino to calculate Modulo?Arduino में मोडुलो की गणना करने के लिए किस प्रतीक का उपयोग किया जाता है?
76 / 100
Which of the following is a key component of emotional intelligence?निम्नलिखित में से कौन सा भावनात्मक बुद्धिमत्ता का प्रमुख घटक है?
77 / 100
With which command is the 9th pin on Arduino set as outputकिस कमांड से Arduino पर 9वीं पिन को आउटपुट के रूप में सेट किया जाता है
78 / 100
What is the output voltage of the voltage regulator on the Arduino UNO?Arduino UNO पर वोल्टेज रेगुलेटर का आउटपुट वोल्टेज क्या है?
79 / 100
Which of the following is not included for giving a presentationनिम्नलिखित में से कौन सा प्रेजेंटेशन देने में शामिल नहीं है
80 / 100
What will be the output of the following code snippetनिम्नलिखित कोड स्निपेट का आउटपुट क्या होगाint i,j;for(j=0;i<3;i++){for(j=0;j<2;j++){printf(“%d%d”,i,j)}}
81 / 100
What does STAR stand for?STAR का क्या अर्थ है?
82 / 100
SANET full formSANET का पूर्ण रूप
83 / 100
The power within ourselves that inspires us to do somethingहमारे अंदर की शक्ति जो हमें कुछ करने के लिए प्रेरित करती है
84 / 100
What will be the output:आउटपुट क्या होगा:for(;;){ Statements}
85 / 100
What is the main challenge in building IoT applications?IoT एप्लिकेशन बनाने में मुख्य चुनौती क्या है?
86 / 100
having conscious knowledge of your own self, capabilities, feelings and one’s own character is called asस्वयं के स्वरूप, क्षमताओं, भावनाओं और स्वयं के चरित्र का सचेतन ज्ञान होना कहलाता है
87 / 100
With which command is the 9th pin on Arduino set as output?किस कमांड से Arduino पर 9वीं पिन को आउटपुट के रूप में सेट किया जाता है?
88 / 100
Which of the following layers provides end-to-end communication in IoT?निम्नलिखित में से कौन सी परत IoT में एंड-टू-एंड संचार प्रदान करती है?
89 / 100
Self-actualization is the process where by individualsआत्म-साक्षात्कार वह प्रक्रिया है जिसके द्वारा व्यक्ति
90 / 100
HART full formHART का फुल फॉर्म
91 / 100
Personality is derived from latin word, meaningव्यक्तित्व लैटिन शब्द से लिया गया है, जिसका अर्थ है
92 / 100
Wireless transmission of signals can be done via…………सिग्नलों का वायरलेस ट्रांसमिशन ………… के माध्यम से किया जा सकता है।
93 / 100
Full form of CRCसीआरसी का पूरा नाम
94 / 100
What does self esteem not includeआत्मसम्मान में क्या शामिल नहीं है?
95 / 100
API full formएपीआई का पूर्ण रूप
96 / 100
To end the letter isपत्र को समाप्त करने के लिए है
97 / 100
Which type of temperature sensors is placed in Integrated Circuitsइंटीग्रेटेड सर्किट में किस प्रकार का तापमान सेंसर लगाया जाता है
98 / 100
the sequence required for the preparation of an interview isकिसी साक्षात्कार की तैयारी के लिए आवश्यक क्रम है
99 / 100
A………….is a document that can be used as evidence in courtएक ………….एक दस्तावेज है जिसे अदालत में सबूत के तौर पर इस्तेमाल किया जा सकता है
100 / 100
How many pins are then in 8085 microprocessorतो 8085 माइक्रोप्रोसेसर में कितने पिन होते हैं
Your score is
The average score is 48%
Restart quiz