/100 7 M4R5.1 Practice Set 6 1 / 100 Q261. दैनिक, साप्ताहिक, मासिक... जैसे समय-अंतराल में तैयार की जाने वाली नियमित रिपोर्ट कहलाती हैं: The routine reports prepared in time-intervals like daily, weekly, monthly...... are called: (A) औपचारिक रिपोर्ट/Formal Reports (B) सम्मेलन रिपोर्ट/Conference Reports (C) प्रगति रिपोर्ट/Progress Report (D) आवधिक रिपोर्ट/Periodic Reports 2 / 100 Q212. C प्रोग्राम का आउटपुट क्या होता है? What is the output of C Program? int main() { int k=10; while(k <= 12) printf("%d ", k); k++; } return 0; } (A)10 10 10 (B)12 12 12 (C)10 11 12 (D)12 11 10 3 / 100 Q229. Arduino नैनो बोर्ड में कितने एनालॉग पिन का उपयोग किया जाता है? How many analog pins are used in Arduino nano board? (A)2 (B)16 (C)8 (D)14 4 / 100 Q285. मेमो की भाषा समझने के लिए और होनी चाहिए। The language of memos should be and to understand. (A)Indirect, personal / अप्रत्यक्ष, व्यक्तिगत (B)Direct, concise/प्रत्यक्ष, संक्षिप्त (C)Lucid, easy /सुस्पष्ट, आसान (D)Concise, difficult/संक्षिप्त, कठिन 5 / 100 Q228. LCD में दूसरी लाइन पर मैसेज को प्रिंट करने के लिए किस कमांड का प्रयोग किया जाता है? Which command used to print message on second line in LCD? (A)Icd.getcursor(0,0); (B)Icd.setCursor(0,0); (C)Icd.getcursor(0,1); (D)Icd.setCursor(0,1); 6 / 100 235. What is the output of C Program.? C प्रोग्राम का आउटपुट क्या है? int main() { int k, j; for(k=1, j=10; k <= 5; k++) { { printf("%d ", (k+j)); } return 0; } (A)compiler error (B)10 10 10 10 10 (C)11 12 13 14 15 (D) None of the above 7 / 100 Q272. एक IoT डिवाइस के लिए इंटरफेस की आवश्यकता हो सकती है: An IoT device may need interfaces for: (A) सेंसर/sensors (B) श्रव्य दृश्य/audio/video (C) इंटरनेट कनेक्टिविटी/Internet connectivity (D)All of these 8 / 100 Q216. किसे नेटवर्क प्रदाता के रूप में जाना जाता है? Which one known as network provider? (A)Arduino uno (B)ESP8266 (C)LM35 (D)PIC1825G62 9 / 100 Q213. नकारात्मक तनाव की निम्नलिखित विशेषताएं हैं: The following are the characteristics of Negative Stress: (A) यह चिंता का कारण बनता है / It cause anxiety (B) यह अप्रिय लगता है / It feels unpleasant (C) यह प्रदर्शन घटाता है/ It decreases performance (D) ऊपर के सभी / All of the above 10 / 100 Q281. IoT के लिए उपयोग की जाने वाली संचार प्रौद्योगिकियाँ हैं: The communication technologies used for IoT is/are: (A)Bluetooth (B)Zigbee (C)WiMAX (D)All of these 11 / 100 Q275. एक वाक्य में, विषय के बारे में संचार करता है और विधेय के बारे में बात करता है। In a sentence, subject communicates about and predicate talks about (A)predicate, sentence / विधेय, वाक्य (B)sentence, verb/वाक्य, क्रिया (C)sentence, subject/वाक्य, विषय (D)predicate, subject/विधेय, विषय 12 / 100 Q251. Arduino प्रोग्रामिंग में ______________लिए जाने का संकेत देता है। हमेशा के लिए जाने का संकेत देता हैं। In Arduino programming going forever___________indicate going forever (A)void loop (B)void setup (C)while (DOUTPUT 13 / 100 Q292. इंटरनेट ऑफ थिंग्स से जुड़ी बड़ी संख्या में उपकरणों को स्वचालित रूप से संचार करना पड़ता है, मनुष्यों के माध्यम से नहीं। इसे क्या कहा जाता है? The huge number of devices connected to the Internet of Things has to communicate automatically, not via humans. What is this called? (A)Skynet (B)Bot (C)Machine 2 Machine (D)Intercloud 14 / 100 Q225. एपीआई का अर्थ है: API stands for: (A) एप्लीकेशन प्रोग्रामिंग इंटरफ़ेस /Application Programming Interface (B) एड्रेस प्रोग्रामिंग इंटरफ़ेस /Address Programming Interface (C) इंटरफ़ेस के माध्यम से परिधीय तक पहुँचना/Accessing peripheral through the interface (C) इंटरफ़ेस के माध्यम से परिधीय तक पहुँचना/Accessing peripheral through the interface 15 / 100 Q217. मौखिक संचार में तत्काल संभावना है। की There is the prospect of immediate in oral communication. (A)Reaction (B) Reflection (C)Response (D)Reset 16 / 100 Q226. सर्किट बोर्ड का प्रकार जिसका उपयोग Arduino बोर्ड की क्षमताओं के विस्तार के लिए किया जा सकता है: Type of circuit board which can be used for extension of capabilities of Arduino board : (A) Bread Board (B)Shield (C)Actuator (D)Microprocessor 17 / 100 Q299. Which is the following is not an Actuator? निम्नलिखित में से कौन एक एक्चुएटर नहीं है? (A)Servo motor (B)Stepper motor (C)DHT (D)Relay 18 / 100 Q201. फंक्शन के साथ C प्रोग्राम का आउटपुट क्या है? What is the output of C program with functions? int main() { int a = 0; printf("GyanXp "); printf("GyanXp App"); return 1; } (A)GyanXp GyanXp App (B)GyanXp (C)GyanXp App (D)Compiler error 19 / 100 Q246. Arduino प्रोग्राम में देरी करने के लिए किस कमांड का उपयोग किया जाता है? Which command is used to create a delay in the Arduino program? (A)digitalRead() (B)for() (C)pinMode() (D)delay() 20 / 100 Q259. मानसिक व्यायाम पर आधारित तनाव प्रबंधन तकनीक जो विश्राम प्रतिक्रिया उत्पन्न करती है: The stress management technique based on mental exercises which to produces the relaxation response : (A) ऑटोजेनिक तकनीक/Autogenic Technique (B) खाना/Eating (C) सोना/Sleeping (D) दवा का सेवन /Medicine intake 21 / 100 Q250. किस प्रकार की बातचीत में पर्यवेक्षक की उपस्थिति आवश्यक होती है? Which type of negotiation necessitates the presence of an observer? (A) Formal (B)Informal (C)Both (D)Friendly 22 / 100 Q269. SQ3R रीडिंग कॉम्प्रिहेंशन मेथड में तीन R क्या हैं? What are three R's in SQ3R reading comprehension method ? Note: SQ3R five steps: survey, question, read, recite, and review. (A)Read, Recite, and Review (B)Read, Remember, and Review (C)Read, Recite, and Recall (D)Read, Recite, and Retain 23 / 100 Q244. AVR माइक्रोकंट्रोलर्स के लिए C/C++ कोड को बाइनरी में ट्रांसलेट करने के लिए किस कंपाइलर का उपयोग किया जाता है? Which compiler is used to translate C/C++ code into binary for AVR microcontrollers? (A)G++ (B)AVR-GCC (C)Python (D)Both (A) and (B) 24 / 100 Arduino में PWM पिन के लिए किस फंक्शन का उपयोग किया जाता है? Which Function is used for PWM pin in Arduino? (A)digitalWrite() (B)serial.print() (C)analogWrite() (D)pinMode() 25 / 100 Q276. स्वयं के साथ संचार को जाता है कहा Communication with oneself is called (A)Interpersonal (B)Intrapersonal (C)Impersonal (D)Formal 26 / 100 Q221. जब a=4, में ? का मान क्या होगा तो नीचे दिए गए स्टेटमेंट When a = 4, what is the value of ? in the given below statement b = (a>6?4:6); (A)0 (B)Error (C)4 (D)6 27 / 100 Q258. पर्यावरण और भौतिक तापमान को रिकॉर्ड करने के लिए डिज़ाइन किया गया वायरलेस बैटरी फ्री सेंसर है: The wireless battery free sensor designed to record environmental and material temperature is: (A)HT11 (B)ESP8266 (C)RFM3200 (D)LM35 28 / 100 Q230. व्यक्तित्व मूल्यांकन के लिए कौन-सा मापक नहीं है ? Which is not the measure for the personality assessment? (A) कम्युनिकेशन /Communication (B) बॉडी लैंग्वेज /Body Language (C) कलर /Color (D) ड्रेसिंग /Dressing 29 / 100 Q255. दिए गए C कोड का आउटपुट है: The output of given C code is: #include int main () { int x = 1 , y = 1 z; z= x++ + y; printf ("%d,%d", x, y); } (A) x = 1 y = 1 (B) x = 2 y = 1 (C) x = 1 y = 2 (D) x = 2 y = 2 30 / 100 Q203. अच्छे व्यवहार में शामिल नहीं हैं: Good manners do not include: (A) लोगों के साथ अच्छा व्यवहार करना / Treating people nicely (B) अच्छी शारीरिक भाषा / Good Body language (C) क्रियाएं / Actions (D) गाली देना / Abusing 31 / 100 Q144. Which of the following control structures is an exit-controlled loop? निम्नलिखित में से कौन सी नियंत्रण संरचना एक निकास-नियंत्रित लूप है? (A)For loop (B)While hile I loop (C)Const and Goto (D)Do-While loop 32 / 100 Q273. जिस तरह के हम कपड़े पहनते हैं वह संचार का एक उदाहरण है। The way we dress is an example of communication. (A) मौखिक /Verbal (B) अशाब्दिक/Nonverbal (C) लिखा हुआ/Written (D) बोली जाने / Spoken 33 / 100 Q290. What is Type Casting? टाइप कास्टिंग क्या है? (A)Converting a file from one type to another (B)Creating new arrays (C)Deleting the variable from memory (D)Converting a variable from one type to another 34 / 100 Q240. डेटाग्राम ट्रांसपोर्ट लेयर सिक्योरिटी प्रदान करता है Datagram Transport Layer Security provides (A)Security features on UDP (B)Security features on TCP (C)Security features on UDP and TCP (D) None of the Above 35 / 100 Q264. दिए गए सी कोड में, लूप के लिए निष्पादित करता है: In the given C code, for loop executes for: #include void main () { int x=10; for (;;) { printf("%d\n",x):} } (A)10 times (B)9 times (C)infinite (D)Zero 36 / 100 Q254. IoT आर्किटेक्चर के लिए प्रयुक्त प्रोटोटाइप हार्डवेयर है/हैं: The prototype hardware used for loT architecture is/are: (A) Raspberry Pi (B)Arduino Uno (C)Cubie Board (D)All of these 37 / 100 Q208. GPIO का क्या अर्थ है? What does GPIO stand for? (A)General-Purpose Input/Output (B)General-Purpose Inner/Outer (C)Both (A) & (B) (D)None of the Above 38 / 100 Q279. कानूनी मामलों में साक्ष्य के रूप में किस दस्तावेज़ का उपयोग किया जा सकता है? Which document that can be used as an evident in legal cases ? (A)Notice (B)Minutes of a meeting (C)Agenda (D)Memo 39 / 100 Q260. लूप के लिए एक साथ दो चर x और y कैसे चलाएं? How to run two variables x and y in for loop simultaneously? (A) for ( x = 0 x<m, x++), for ( y = 0 y<m, y+=3) {} (B) for ( x = 0 y = 0 x<m, y<m; x++, y+=3) (C) Both (A) and (B) (D) for ( x = 0 ; x<m, x++) { }, for ( y = 0 ; y<m, y+=3) {} 40 / 100 Q207. Arduino के साथ रिले को संचालित करने के लिए स्विचिंग समय क्या है? What is switching time for relay to operate with Arduino? (A)5-10 s (B)5-10 ms (C)10-15 ms (D)10-12 ms 41 / 100 Q280. एंबेडेड इकोसिस्टम में कौन सा माइक्रोकंट्रोलर नहीं है? Which one is not a microcontroller in Embedded Ecosystem ? (A)PIC (B)8086 (C)ARM (D)8051 42 / 100 Q293. SSL और TLS का पूर्ण रूप है: Terms SSL and TLS stand for: (A)Secure Socket Layers and Transport Layer Session (B)Secure Socket Layers and Transport Layer Security (C)Secure Socket Layout and Transport Level Session (D)Session Socket Layers and Transport Layer Session 43 / 100 Q209. निम्नलिखित में से कौन सा पर्यावरणीय कारक व्यक्तित्व को प्रभावित करता है? Which of the following environmental factors affects the personality? (A)Social factors (B)Cultural factors (C)Emotional factors (D)All of the above 44 / 100 Q295. हमें इलेक्ट्रॉनिक घटकों को नियंत्रित करने की अनुमति देता है components allows us to control electronic (A)RETful API (B)RESTful API (C)HTTP (D)MQTT 45 / 100 Q248. OSI में कितनी परतें होती हैं? How many layers are there in OSI? (A)5 (B)4 (C)7 (D )6 46 / 100 Q220. In LDR sensor, if the intensity of light applied is more, its resistance value becomes LDR सेंसर में, यदि लागू प्रकाश की तीव्रता अधिक है, तो इसका प्रतिरोध मान हो जाता है। (A)Less (B)High (C)Zero (D)Infinity 47 / 100 Q298. Arduino से DHT सेंसर से आर्द्रता पढ़ने के लिए क्या function है? What is the function for reading humidity from DHT sensor from Arduino? (A)dht.readHumidity() (B)dht.readTemperature() (C)dht.begin() (D)d.dht(pin,DHT22) 48 / 100 Q296. क्लास -2 ब्लूटूथ डिवाइस की एक सीमा होती है: Class-2 Bluetooth devices have a range of: (A)1m (B)10m (C)100m (D)1000m 49 / 100 Q256. निम्नलिखित में से कौन सा ऑपरेटर बिटवाइज़ ऑपरेटर नहीं है? Which of the following operators isn't a bitwise operator? (A)* (B) && (C)|| (D)<< 50 / 100 Q223. How many pins are available for interrupt functions in the Arduino Uno? Arduino Uno में इंटरप्ट फ़ंक्शन के लिए कितने पिन उपलब्ध हैं? (A)No pins (B)All pins except pin 2 and 3 (C)Only pin 2 (D)Only pins 2 and 3 51 / 100 Q242. Which of the following are the examples of Analog sensors? निम्नलिखित में से कौन सा एनालॉग सेंसर के उदाहरण हैं? (A)Accelerometer (B) Light sensors (C) Pressure sensors (D)All the above 52 / 100 Q274. सरणी वाले C प्रोग्राम का सही विकल्प चुनेंः Choose the correct option of C program having array: int main () { 20,30,40]; int xyz (4) = [10,20,30,40]; printf ("%d", xyz (1)); } (A)0 (B)Compile error (C)10 (D)20 53 / 100 Q253. किस प्रकार का IoT संचार मॉडल द्वि-दिशात्मक और पूर्णतः वैध है? Which type of loT communication model is bi-directional and fully duplex? (A)Publish-Subscribe (B) Request - Response (C) Exclusive Pair (D)Push-Pull 54 / 100 Q291. जनरेट डेटा generate data (A) एक्चुएटर/Actuators (B) सेंसर/Sensors (C) वाई-फाई एक्सेस पॉइंट्स/Wi-Fi Access Points (D) माइक्रोकंट्रोलर्स/Microcontrollers 55 / 100 Q236. एक वास्तविक या कथित खतरा या चुनौती जो शरीर को प्रतिक्रिया उत्पन्न करने का कारण बनती है, है। A real or perceived threat or challenge that causes the body to produce a response is a(n) (A) निराशा/Frustration (B) भय/Phobia (C) चोट/Injury (D) तनाव/Stressor 56 / 100 Q266. नियंत्रण प्रणाली में ओपन-लूप सिस्टम के उदाहरण हैं: The examples of Open-loop system in control system are: (A) Traffic Light, Toaster (B) Traffic Light, Temperature Controller (C)Traffic Light, Automatic washing machine (D)All of these 57 / 100 Q224. Which line in the code snippet is wrong? कोड स्निपेट में कौन सी पंक्ति गलत है? void setup() { const int b = 1; } int a = 0; b=a; (A)2 (B)3 (C)4 (D)1 58 / 100 Q265. टीसीपी/आईपी मॉडल में निम्न परत का उल्लेख नहीं है। Following layer is not mentioned in TCP/IP Model. (A) प्रस्तुति/Presentation (B) नेटवर्क/Network (C) आवेदन/Application (D) परिवहन/Transport 59 / 100 Q241. Which of the following are the examples of temperature sensors? निम्नलिखित में से कौन तापमान सेंसर के उदाहरण हैं? (A)Bimetallic devices (B) Thermometers (C)Silicon diode (D)All All the the above a 60 / 100 Q245. Can the tone() and no Tone() functions be used for digital communications? क्या डिजिटल संचार के लिए tone() और no Tone() फ़ंक्शंस का उपयोग किया जा सकता है? (A) No, they cannot be used (B) Yes, they can be used but only on certain Arduino Boards (C) Yes, they can be used for all digital pins and Arduino Boards (D) Yes, they can be used but only for certain pins 61 / 100 Q282. एक स्थिर चर को इस प्रकार घोषित किया जा सकता है: A constant variable can be declared as: A)only in variable declaration area (B)After main () (C)const number int (D)#define number 35 62 / 100 Q257. LDR सेंसर बने होते हैं: LDR Sensors are made of: (A)Semiconductor (B)PbS (C)Lead Sulfide (D)All of these 63 / 100 Q231. निम्नलिखित में से कौन सा IoT का अनुप्रयोग नहीं है? Which of the following is not an application of loT? (A) वीरबलेस /Wearables (B) स्मार्ट ग्रिड /Smart Grid (C) आर्डइनो /Arduino (D) स्मार्ट सिटी/Smart City 64 / 100 Q237. निम्नलिखित में से कौन सा निष्क्रिय ट्रांसड्यूसर नहीं है? Which of the following is not passive transducer? (A) Thermistor (B) Transformer (C) Thermocouple (D) Robot 65 / 100 Q286. एक ऐरे इंडेक्स, xyz [] से शुरू होता है। An array index, xyz [] starts with (A)0 (B)-1 (C)1 (D)2 66 / 100 Q249. इंटरनेट ऑफ थिंग्स की अवधारणा में, चीजों में शामिल हैं: In the concept of Internet of Things, Things include: (A)Computer like Device (B)Non-Computer Device (C)Any electric Device (D)All of the above 67 / 100 Q204. निम्न में से कौन सा संचार बाधा नहीं हो सकता है? Which of the following cannot be the communication barrier? (A)Language (B)Culture Physical (D)Habits 68 / 100 Q243. मौखिक संचार के लिए किस प्रकार के शब्द से बचना चाहिए? Which kind of word to be avoided for verbal communication? (A)Simple (B) Technical (C)Easy (D)Local language 69 / 100 Q262. आत्म-सम्मान Self-esteem promotes (A) Self-worth / आत्म-मूल्य (B)Disappointment/निराशा (C) Failure / विफलता (D)ill-health/खराब स्वास्थ्य 70 / 100 Q284. Arduino Uno में कितने pwm पिन हैं? How many pwm pins does the Arduino Uno have? Note: pin 11, 10, 9, 6, 5, and 3 are PWM pins (A)1 (B) 2 (C) 4 (D) 6 71 / 100 Q219. लिलिपैड अरुडिनो का संबंध है: The Lilypad Arduino is concerned with: (A)e-textiles and wearables projects (B)sewn to fabric (C)ATmega168V/ ATmega328V (D)All of these 72 / 100 Q218. निम्नलिखित में से किस विधि का उपयोग करके एक डिजिटल मान को एनालॉग सिग्नल में परिवर्तित किया जाता है? A digital value is converted to an analogue signal using which of the following Methods? (A)analogRead() (B)ADC (C)DAC (D)pinMode() 73 / 100 Q283. किसी व्यक्ति के व्यवहार और दृष्टिकोण का कहा वर्णन करने वाली स्थायी विशेषता को जाता है। The enduring feature that describes an individual's behavior and attitude is called (A)Education (B)Personality Traits (C)Financial Status (D)Job Profile 74 / 100 Q247. Analog accelerometers are classified based on एनालॉग एक्सेलेरोमीटर को वर्गीकृत किया जाता है। के आधार पर (A)Sensitivity (B)Configuration (C)Both a and b (D)Power dissipation 75 / 100 [09:16, 22/06/2026] Sonu Bhaiya: Q233. What is the output of the code given below if the input is 1101 to pin 10? [09:16, 22/06/2026] Sonu Bhaiya: void setup() { } Serial.begin(9600); void loop() { if(digitalRead(10)==1) { Serial.print("HIGH "); } } यदि 10 को पिन करने के लिए इनपुट 1101 है तो नीचे दिए गए कोड का आउटपुट क्या है? (A)HIGH HIGH LOW HIGH (B)HIGH HIGH HIGH HIGH (C)HIGH HIGH HIGH (D)LOW LOW HIGH HGH 76 / 100 Q227. तनाव/तनाव से संबंधित तनाव। strain/tension. Stress related to (A) मानसिक/Mental (B) भावनात्मक/Emotional (C) भौतिक/Physical (D) ऊपर के सभी/All of the he above above 77 / 100 Q287. आईआर सेंसर में प्रयोग किया जाता है: IR Sensors are used in: (A) जीपीएस ट्रैकिंग/GPS Tracking (B) नमी संवेदन/Moisture sensing (C) वस्तु का पता लगाना/Object detection (D) एनालॉग सिग्नल/Analog signals 78 / 100 Q239. 8085 माइक्रोप्रोसेसर में कितने पिन होते हैं? How many pins are there in 8085 Microprocessor? (A)30 (B)35 (C)40 (D)45 79 / 100 Q205. एलपीवानः The LPWAN: (A)Low Power Wide Area Network (B)Low bit rate (C)Both (A) and (B) (D)Short range wireless communication 80 / 100 Q210. सभी संचार घटनाओं में एक होता है। All communication events have a (A)Resource (B)Source (C)Start (D)End 81 / 100 Q238. Arduino में एलईडी चालू करने के लिए फ़ंक्शन का नाम क्या है? What is the function name for turn on led in arduino? (A)digitalwrite() (B)igitalread() (C)digitalWrite() (D)digitalRead() 82 / 100 Q202. int a:16; 16 यहाँ क्या दर्शाता है? int a:16; what is 16 indicate here? (A)Value (B)Size (C)Address (D)None 83 / 100 Q270. मेमो का पर्यायवाची कौन सा नहीं है? Which is not the synonym of memo? (A) परिपत्र/Circular (B) ज्ञापन/Memorandum (C) संदेश/Message (D) मिनट/Minute 84 / 100 Q289. What is the maximum distance that the Ultrasonic Sensor can detect an object? अल्ट्रासोनिक सेंसर अधिकतम कितनी दूरी तक किसी वस्तु का पता लगा सकता है? (A)8 cm (B)200 cm (C)9 cm (D)20.21 cm 85 / 100 Q297. PIR सेंसर का मतलब है: A PIR Sensor stands for: (A)Proximity Infra-Red (B)Passive Infra-Red (C)Picture Infra-Red (D) None of these 86 / 100 Q232. सीखने वाले की पसंद और नापसंद मन की स्थिति पर निर्भर करती है, जो है। Likes and dislikes of learner depends on state of mind, which is (A)Attitude (B)Aptitude (C)Motivation (D)Intelligence 87 / 100 Q278. Arduino में Sketches एक्सटेंशन के साथ सहेजे जाते हैं। Sketches in Arduino are saved with the extension (A).exe (B).ino (C).ide (D).doc 88 / 100 चाहिए? After the formal event is over, to whom should you write a thank you note? (A) The event host (B)Sponsoring organizations (C)Special guests or dignitaries (D)All of the above 89 / 100 Q277. कौन सा मैक्रो पुष्टि करता है कि "हैलो फ्रेंड" फ्लैश मेमोरी में संग्रहीत किया जाएगाः Which macro confirms "Hello friend" will be stored in the Flash memory: (A)Serial. Print (F ("Hello Friend")); (B)Serial. Print (A ("Hello Friend")); (C)Serial. Print (C ("Hello Friend")); (D)Serial. Print (N ("Hello Friend")); 90 / 100 Q252. एक मॉडरेटर की भूमिका है: The role of a moderator is: (A) समूह पर ध्यान दें/Focus on group (B) गतिकी का प्रबंधन/Managing the dynamics (C) चर्चा का सुचारू संचालन/Smooth running of (D) ये सभी / All of these 91 / 100 Q211. यदि हम IR सेंसर के Vcc को 25V का वोल्टेज सप्लाई करते हैं तो क्या होगा? What will happen if we supply a voltage of 25V to the Vcc of the IR sensor? (A) नुकसान होता है/Damage is caused (B) सेंसर ठीक काम करेगा/Sensor will work fine (C) वोल्टेज लागू होने तक सेंसर प्रतिक्रिया नहीं देगा/Sensor will not respond for the time the voltage is applied (D) सेंसर सामान्य रूप से काम करेगा/Sensor will function normally 92 / 100 Q300. The function pinmode() in Arduino programming is used to: Arduino प्रोग्रामिंग में फ़ंक्शन पिनमोड () का उपयोग किया जाता है: (A)Change the on/off mode of a pin (B)Change the input/output mode of a pin (C)c.Change digital/analog mode of a pin (D)None of these 93 / 100 Q234. Q82. 16-बिट माइक्रोकंट्रोलर का एक उदाहरण है। is an example of 16 bit microcontroller. A)8031 Microcontroller (B)8051 Microcontroller (C)8096 Microcontroller (D) None of the above 94 / 100 Q222. Which of the following is an application of the LDR sensor? निम्नलिखित में से कौन सा LDR सेंसर का अनुप्रयोग है? (A)Voltage divider (B)Clocks (C)Street lights (D)All the above 95 / 100 Q236. एक वास्तविक या कथित खतरा या चुनौती जो शरीर को प्रतिक्रिया उत्पन्न करने का कारण बनती है, है। A real or perceived threat or challenge that causes the body to produce a response is a(n) (A) निराशा/Frustration (B) भय/Phobia (C) चोट/Injury (D) तनाव/Stressor 96 / 100 Q271. IoT सक्षम तकनीकों में निम्नलिखित शामिल हैं: loT enabled technologies include following: (A)Security Protocols (B)Wireless Sensor Networks (C)Cloud Computing (D)All of these 97 / 100 Q268. जैसा कि दिखाया गया है Arduino के साथ एक एलईडी इंटरफेसिंग का अर्थ है: A LED interfacing with Arduino as shown implies: digitalWrite (led_pin, LOW); digitalWrite (led_pin, HIGH); (A)LED off and on (B)LED off and on by varying VCC (C)Can introduce delay for better o/p (D)All of these 98 / 100 Q215. निम्नलिखित में से कौन सा सेंसर का कार्य है? Which of the following is a function of a sensor? (A) भौतिक मापदंडों को अलग करें/Separate physical parameters (B) एक प्रतिक्रिया सक्रिय करें/Activate a response (C) प्रोसेसर को डेटा ट्रैक और ट्रांसफर करें / Track & transfer data to processor (D) एक रोबोटिक बांह को हिलाएं/Move a robotic arm 99 / 100 Q288. What is the use of the Ultrasonic Sensor? अल्ट्रासोनिक सेंसर का उपयोग क्या है? (A)Proximity Detection/निकटता का पता लगाना (B)Humidity Detection/आर्द्रता का पता लगाना (C)Image Processing/छवि प्रसंस्करण (D)GPS 100 / 100 Q294. WPA में एक सुरक्षा तंत्र है WPA is a security mechanism in (A)WiFi (B)Cloud (C)Bluetooth (D)Ethernet Your score is