2 M4R5.1 Practice Set 1 1 / 100 Q64. नियंत्रण प्रणाली में ओपन-लूप सिस्टम के उदाहरण हैं: 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 2 / 100 Q13. Identify which is not a Data Link Layer technology: निम्न में से कौन डेटा लिंक लेयर तकनीक नहीं है? a) UART b) Wi-Fi c) Bluetooth d) HTTP 3 / 100 Q85. IoT समर्थन करता है : The IoT supports: (A) Cloud computing (B) Block-chain Technology (C) Data Analytics (D) All of these 4 / 100 Q98. WoT क्या है और IoT में इसके उपयोग क्या हैं ? What is WoT and its usage in the loT? (A) Wireless of Things & increase time complexity (B) Wireless of Things & reduce security (C) Web of Things & improves interoperability (D) Web of Things & increment in cost 5 / 100 Q89. आर्द्रता संवेदक संबंधित है : Humidity Sensor is related to: (A) DHT11 (B) Hygrometer (C) Parts Per Million or Relative Humidity (D) All of these 6 / 100 Q97. किन कनेक्शनों का उपयोग करके एक IoT डिवाइस अन्य इंटरफेसों से जुड़ता है ? An IoT device connects with other interfaces using connections which are: (A) wired (B) wired and wireless (C) wireless (D) None of these 7 / 100 Q36. दिए गए 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 8 / 100 Q61. टीसीपी/आईपी मॉडल में निम्नलिखित लेयर का उल्लेख नहीं किया गया है: Following layer is not mentioned in TCP/IP Model. (A) Presentation (B) Network (C) Application (D) Transport 9 / 100 Q34. नेतृत्व की विशेषता/लक्षण हैं: The leadership trait/traits is/are: (A) To influence people (B) To guide followers (C) To achieve a common goal (D) All of these 10 / 100 Q50. प्रतिबंधित वातावरण में मशीन से मशीन (M2M) संचार के लिए कौन सा एप्लिकेशन लेयर प्रोटोकॉल जिम्मेदार है? responsible for machine to machine (M2M) Which application layer protocol is communication in restricted environment? (A) MQTT (B) COAP (C) XMPP (D) AMQP 11 / 100 Q52. C में लॉन्ग इन्टिजर के प्रिंटफ () और wprintf () के प्रारूप विनिर्देशक को इस प्रकार दर्शाया गया है: The format specifier for printf () and wprintf () of long integer in C is denoted as: (A) % Id (B) % d (C) % li (D) % f 12 / 100 Q81. कीवर्ड 'PROGMEM' PROGMEM उपयोगिता का एक परिवर्तनशील संशोधक है। यह किस हेडर फ़ाइल में है? The keyword 'PROGMEM' is a variable modifier of PROGMEM Utility. Which header file contains it? (A) avr/pspace.h (B) avr/pgmspace.h (C) avr/pmspace.h (D) avr/progmem.h 13 / 100 Q69. SQ3R रीडिंग कॉम्प्रिहेंशन विधि में तीन R क्या हैं? What are three R's in SQ3R reading comprehension method ? (A) Read, Recite, and Review (B) Read, Remember, and Review (C) Read, Recite, and Recall (D) Read, Recite, and Retain 14 / 100 Q54. एल डी आर सेंसरः LDR Sensors: (A) Light Dependent Resistor (B) 2 pinned IC (C) Controls Light Intensity (D) All of these 15 / 100 Q96. Arduino में रेखाचित्र एक्सटेंशन के साथ सहेजे जाते हैं। Sketches in Arduino are saved with the extension (A) .exe (B) .ino (C) .ide (D).doc 16 / 100 Q87. ऐरे वाले C प्रोग्राम का सही विकल्प चुनेंः Choose the correct option of C program having array: int main () { int xyz (4) [10,20,30,40]; printf ("%d", xyz (1)); } (A) 0 (B) Compile error (C) 10 (D) 20 17 / 100 Q78. Arduino कोड के बारे में सच क्या है? What is true about Arduino Codes? (A) Setup () is a startup function (B) Loop () is executed repeatedly (C) Also known as sketches (D) All of these. 18 / 100 Q44. आम जनता को और एक विशिष्ट समूह को भेजे जाने वाले संदेशों को क्रमशः कहा जाता है। The messages meant for the general public and that sent to a specific group are called respectively. (A) Circular, Memo (B) Notice, Circular (C) Note, Circular (D) Minute, Circular 19 / 100 Q47. एम्बेडेड C में अनंत लूप को कैसे समाप्त करें? How to terminate an infinite loop in embedded C? (A) End (B) Exit (C) Break (D) Abort 20 / 100 Q45. for loop में दो वेरियबल x और y को एक साथ कैसे रन (Run) करें? 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) 21 / 100 Q23. How many pins are there in 8085? 8085 में कितने पिन होते हैं? a) 14 b) 15 c) 20 d) 40 22 / 100 Q88. एक वाक्य में, विषय के बारे में संचार करता है और के बारे में बात करता है In a sentence, subject about communicates about and predicate talks (A) predicate, sentence (B) sentence, verb (C) sentence, subject (D) predicate, subject 23 / 100 Q93. "Hello friend" फ्लैश मेमोरी में संग्रहीत किया जाएगा इसकी पुष्टि कौन सा मैक्रो करता है ? 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")); 24 / 100 Q77. एम्बेडेड C में, लिटरल्स का अर्थ है: In embedded C, Literals means: (A) a word (B) a letter (C) a digit (D) a string constant 25 / 100 Q63. श्री राहुल अपनी परियोजना को पूरा करने और लागू करने के बाद प्रतिक्रिया मांग रहे हैं। यह क्या दर्शाता है? Mr. Rahul is seeking feedback after completing and implementing his project. This act represents (A) Time-Management (B) Self-Awareness (C) Gratitude (D) Self-Love 26 / 100 Q42. मानसिक व्यायाम पर आधारित तनाव प्रबंधन तकनीक जो विश्राम प्रतिक्रिया उत्पन्न करती है: The stress management technique based on mental exercises which to produces the relaxation response: (A) Autogenic Technique (B) Eating (C) Sleeping (D) Medicine intake 27 / 100 Q71.IoT आर्किटेक्चर में पब्लिक क्लाउड कंप्यूटिंग की भूमिका है: The role of public cloud computing in the loT-'s: 69-72/101 (A) Need for on-premises hosting (B) Remote processing power. (C) Enhanced inter-device communication (D) Both (B) and (C) 28 / 100 Q39. LDR सेंसर निम्न से बने होते हैं: LDR Sensors are made of: (A) Semiconductor (B) PbS (C) Lead Sulfide (D) All of these 29 / 100 Q45. for loop में दो वेरियबल x और y को एक साथ कैसे रन (Run) करें? 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) 30 / 100 Q9. What is the primary use of the if-else statement in C language? C भाषा में if-else स्टेटमेंट का मुख्य उपयोग क्या है? a) To define a loop structure b) To execute one block if condition is true and another if false c) To declare variables d) To terminate a program 31 / 100 Q62. दिए गए कोड के अनुक्रमण के लिए सही विकल्प चुनेंः Choose the correct option for indexing of the given code: int main () { int xyz (8); return 0; } (A) 0,7 (B) 0,8 (C) -1,7 (C) -1,7 32 / 100 Q66. Arduino IDE में बूटलोडर क्या है ? What is the bootloader in the Arduino IDE? (A) a piece of code (B) initiates the sketch (C) stored in the memory space (D) All of these 33 / 100 Q8. The output of a feedback control system must be a function of: फीडबैक नियंत्रण प्रणाली का आउटपुट किसका फलन होना चाहिए? a) Reference and output b) Reference and input c) Input and feedback signal d) Output and feedback signal 34 / 100 Q42. मानसिक व्यायाम पर आधारित तनाव प्रबंधन तकनीक जो विश्राम प्रतिक्रिया उत्पन्न करती है: The stress management technique based on mental exercises which to produces the relaxation response: (A) Autogenic Technique (B) Eating (C) Sleeping (D) Medicine intake 35 / 100 Q41.'PROGMEM यूटिलिटी' के दौरान डेटा को सेव करते समय उपयोग की जाने वाली मेमोरी हैः The memory used while saving the data during 'PROGMEM utility' is: (A) DRAM (B) Flash (C) SRAM (D) EEPROM 36 / 100 Q95. If-Else और स्विच केस स्टेटमेंट में अंतर है: The difference in If-Else and switch case statement is: (A) If-Else enforces binary search (B) Switch-case enforces linear search (C) Multiple statements can be used for numerous decisions inside If-E (D) Multiple statements can be used for numerous decisions inside swi. 37 / 100 Q86. MQ135 सेंसर है : MQ135 Sensor is (A) Al detector (B) Gas Sensor (C) Monitors Air Pollution (D) (B) and (C) 38 / 100 Q100. एंबेडेड इकोसिस्टम में कौन सा माइक्रोकंट्रोलर नहीं है ? Which one is not a microcontroller in Embedded Ecosystem? (A) PIC (B) 8086 (C) ARM (D) 8051 39 / 100 Q72. संचार माध्यम के रूप में ईमेल की अनिवार्य विशेषता है । विशेषताएं हैं : The essential feature/features of an email as communication medium is/are: (A) Automatic filing (C) Automatic retrieval (B) Facility to send copies of message (D) All of these GycmXp 40 / 100 Q51. आत्म-सम्मान बढ़ाता है। Self-esteem promotes (A) Self-worth (B) Disappointment (C) Failure (D) ill-health 41 / 100 Q14. What is true about a microcontroller? माइक्रोकंट्रोलर के बारे में क्या सही है? a) Small and low-cost microcomputer b) Designed for specific embedded tasks c) Contains processor, memory, serial port peripherals d) All of the above 42 / 100 Q40. पर्यावरण और वास्तविक तापमान को रिकॉर्ड करने के लिए डिज़ाइन किया गया वायरलेस बैटरी मुक्त सेंसर हैः The wireless battery free sensor designed to record environmental and material temperature is: (A) DHT11 (B) ESP8266 (C) RFM3200 (D) LM35 43 / 100 Q15. A collection or group of similar objects is called: समान वस्तुओं के समूह को क्या कहते हैं? a) Variable b) Array c) Function d) Loop 44 / 100 Q17. Arduino software includes which library for driving LCD displays? Arduino में LCD चलाने के लिए कौन सी लाइब्रेरी शामिल है? a) Wire library b) LiquidCrystal library c) Servo library d) EEPROM library 45 / 100 Q68. जैसा कि दिखाया गया है 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 46 / 100 Q10. Which of the following is false about IoT devices? IOT डिवाइस के बारे में कौन सा गलत है? a) IoT devices use the internet for data sharing b) loT devices need microcontrollers c) loT devices use wireless technology d) IoT devices are completely safe 47 / 100 Q43.IoT के लिए माइक्रोकंट्रोलर्स का चयन निम्न पर आधारित हैः The selection of Microcontrollers for IoT is based on: (A) Individual Characteristics (B) Stability (C) Desirable output (D) All of these 48 / 100 Q79. 'Arduino.h' हेडर फ़ाइल के बारे में जो कथन सत्य हैं, वे हैं: The statements that are TRUE about 'Arduino.h' header file are: (A) Avrdude software uploads the hex file (B) Gives access to all of Arduino's core functionality (C) #include <Arduino.h> (D) All of these 49 / 100 Q11. Which layer of the OSI model is responsible for data encryption and decryption? OSI मॉडल की कौन सी परत डेटा एन्क्रिप्शन और डिक्रिप्शन के लिए जिम्मेदार है? a) Application layer b) Presentation layer c) Transport layer d) Session layer 50 / 100 Q48. निम्नलिखित में से कौन IoT समापन बिंदु का घटक नहीं है? Which of the following is not the component of IoT End point? (A) Router (B) Gateway (C) Communication Module (D) MCU 51 / 100 Q15. A collection or group of similar objects is called: समान वस्तुओं के समूह को क्या कहते हैं? a) Variable b) Array c) Function d) Loop 52 / 100 Q24. What does "P" stand for in ATmega328P? ATmega328P में "P" का क्या अर्थ है? a) PicoPower b) Picoseconds c) Pascal d) None 53 / 100 Q20. Identify the type of sentence: "The boy climbed up to the top of the tower." वाक्य का प्रकार पहचानें: a) Simple b) Compound c) Complex Superlative 54 / 100 Q30. IOT आर्किटेक्चर के लिए प्रयुक्त प्रोटोटाइप हार्डवेयर है/हैं: The prototype hardware used for loT architecture is/are: (A) Raspberry Pi (B) Arduino Uno (C) Cubie Board (D) All of these 55 / 100 Q53. UART का अर्थ है: UART stands for: (A) Universal Asymmetrical Radio Telecasting (B) Universal Asymmetrical Radio Transmitter (C) Universal Asynchronous Receiver/Transmitter (D) Universal Asynchronous Radio Transmitter 56 / 100 Q31.8051 है : 8051 is: (A) 4-bit Microcontroller (B) 8-bit Microcontroller (C) 12-bit Microcontroller (D) 16 bit Microcontroller 57 / 100 Q37. निम्नलिखित में से किस ऑपरेटर की सर्वोच्च प्राथमिकता है? Which of the following operators have the highest precedence? (A) == and! = (B) && (C) Relational (D) Arithmetic 58 / 100 Q82. एक IoT डिवाइस को निम्न के लिए इंटरफेस की आवश्यकता हो सकती है: An IoT device may need interfaces for: (A) sensors (B) audio/video (C) Internet connectivity (D) All of these 59 / 100 Q99. कौन सा दस्तावेज कानूनी मामलों में सबूत के तौर पर इस्तेमाल किया जा सकता है ? Which document that can be used as an evident in legal cases? (A) Notice (B) Minutes of a meeting (C) Agenda (D) Memo 60 / 100 Q16. An IoT protocol does not include: IOT प्रोटोकॉल में शामिल नहीं है: a) Network/Internet layer b) Link layer protocol c) Application layer protocol d) Session layer protocol 61 / 100 Q90. स्वयं के साथ संचार को कहा जाता है Communication with oneself is called (A) Interpersonal (B) Intrapersonal (C) Impersonal (D) Formal 62 / 100 Q49. दैनिक, साप्ताहिक, मासिक जैसे समय अंतराल में तैयार की जाने वाली नियमित रिपोर्ट कहलाती हैं: The routine reports prepared in time-intervals like daily, weekly, monthly. (A) Formal Reports (B) Conference Reports anXp (C) Progress Report (D) Periodic Reports 63 / 100 Q94. एक IoT प्रोटोकॉल में शामिल नहीं है: An IoT protocols does not include: (A) Network/Internet protocol layer (B) Link layer protocol (C) Application layer protocol (D) Session layer protocol 64 / 100 Q26. एक मॉडरेटर की भूमिका है: (A) Focus on group (B) Managing the dynamics (C) Smooth running of discussion (D) All of these 65 / 100 Q27. IoT आर्किटेक्बर के प्रभावी चरण क्या हैं? (A) Internet gateway, Edge information (B) Sensors and Actuators (C) Data center and cloud analysis (D) All of these 66 / 100 Q92. निम्नलिखित भाषाओं का उपयोग करके Arduino को प्रोग्राम किया जा सकता है : Arduino can be programmed using following languages: (A) Python (B) C++ (C) Both (A) and (B) (D) None of the above 67 / 100 Q74. सेंसर सिग्नल को एनालॉग से किस डोमेन में बदलते हैं ? Sensors convert signals from analog to which domain? (A) Digital (B) Electrical (C) Mechanical (D) Both (A) and (B) 68 / 100 Q7. Which operator is used to access the value stored in a variable pointed to by a pointer in C language? C भाषा में पॉइंटर द्वारा इंगित वैरिएबल के मान तक पहुंचने के लिए किस ऑपरेटर का उपयोग किया जाता है? a) * b) & c) $ d) % 69 / 100 Q83. ओपन-लूप और क्लोज्ड-लूप सिस्टम में अंतर निम्न पर आधारित हैं: The differences in an open-loop and a closed-loop systems are based on: (A) Feedback (B) Stability (C) Complexity (D) All of these 70 / 100 Q5. Which one of the following is not an IoT device? निम्नलिखित में से कौन सा IOT डिवाइस नहीं है? a) Amazon Echo Voice Controller b) Google Home c) Nest Smoke Alarm d) None of these 71 / 100 Q22. Which sensor provides temperature and humidity measurement? कौन सा सेंसर तापमान और आर्द्रता मापता है? a) DHT11 b) DHT22 c) DHT33 d) None 72 / 100 Q58. हम ऐरे को कैसे प्रारंभ कर सकते हैं? How can we initialize the array? (A) Initializing (B) Assigning array (C) Factoring and array (D) Populating an array 73 / 100 Q38. निम्नलिखित में से कौन सा ऑपरेटर बिटवाइज़ ऑपरेटर नहीं है? Which of the following operators isn't a bitwise operator? (A)* (B) && (C) | (D) << 74 / 100 Q60. कम लागत पर आई ओ टी सेवाओं को उपलब्ध कराने के लिए मुख्य सुरक्षा चुनौती को कैसे दूर करना है ? The main security challenge to overcome to make loT services available at low cost is: (A) Open security (B) Scalability (C) Detachment (D) None of these 75 / 100 Q12. Arduino is an: Arduino एक है: a) Open source programmable circuit board b) Proprietary programmable circuit board c) Open source non-programmable circuit board d) None of the above 76 / 100 Q84. जिस तरह से हम कपड़े पहनते हैं वह संचार का एक उदाहरण है। The way we dress is an example of communication. (A) Verbal (B) Nonverbal (C) Written (D) Spoken 77 / 100 Q46.IoT में इंटरनेट, भौतिक उपकरण, सेंसर, माइक्रोकंट्रोलर और शामिल हैं: IoT comprises of internet, physical devices, sensors, microcontroller, and (A) Information (B) Actuators (C) Intranet (D) Electronics 78 / 100 Q57.IoT इंटीग्रेटेड डेवलपमेंट एनवायरनमेंट (IDE) और टूल्स कौन सा है? Which is loT integrated development environment (IDE) and tools? (A) HTML (B) Pascal (C) Arduino (D) PHP 79 / 100 Q80. स्टोकेस्टिक नियंत्रण प्रणाली है: Stochastic control system has: (A) Feedback with unknown random actions (B) Positive Feedback with unknown random actions (C) Negative Feedback with unknown random actions (D) All of these 80 / 100 Q28. किस प्रकार का 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 81 / 100 Q65. फ़ंक्शन pgm_read_word ((&(var_data[x][y]))) फ्लैश मेमोरी से पढ़ता है: The function pgm_read_word ((&(var_data[x][y]))) reads from flash memory: (A) Address (B) Integers (C) Strings (D) Data files 82 / 100 Q35. एम्बेडेड C में टर्नरी ऑपरेटर के लिए सही विकल्प चुनें : Choose the correct option for the ternary operator in embedded C: (A) Based on ternary condition (B) condition? Expression1: Expression2 (C) condition? Expression1 < Expression2 (D) Similar to execution of a Loop 83 / 100 Q70. एक दस्तावेज है जिसे अदालत में सबूत के रूप में इस्तेमाल किया जा सकता है। A is a document that can be used as evidence in court. (A) Notice (B) Minutes (C) Letter (D) Email 84 / 100 Q21. AVR stands for: AVR का मतलब है: a) Automatic Voltage Regulator b) Automatic Variable Regulator c) Automatic Value Regulator d) None 85 / 100 Q76. IoT सक्षम प्रौद्योगिकियों में निम्नलिखित शामिल हैं: IoT enabled technologies include following: (A) Security Protocols (B) Wireless Sensor Networks (C) Cloud Computing (D) All of these 86 / 100 Q19. To run the HelloWorld sketch in Arduino IDE, which steps should you follow? Arduino IDE में HelloWorld स्केच चलाने के लिए आपको किन चरणों का पालन करना चाहिए? a) Tools → Serial Monitor → HelloWorld b) File → Open → HelloWorld.ino c) File → Examples → Library → LiquidCrystal → HelloWorld d) Sketch → Upload → LiquidCrystal 87 / 100 Q32. बार कोड सिस्टम में In bar code system A) No line of sight required for reading (B) Same as RFID system (C) From any angle reader can read (D) Line of sight required for reading 88 / 100 Q91. जब EN लाइन फॉर्म को प्रदर्शित करता है: दिखाती है और RS लाइन होती है, तो LCD डेटा के टेक्स्ट LCD displays the text form of data when EN line shows is and RS line (A) 0 to 1 transitions & High (B) 1 to 0 transitions & High (C) 0 to 1 transitions & Low (D) 1 to 0 transitions & Low 89 / 100 Q55. दिए गए C कोड में, लूप के लिए निष्पादित करता है: 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 90 / 100 Q33. वायरलेस नेटवर्क प्रकार जो उद्योगों में IOT नियोजन को बढ़ावा देते हैं, वे हैं. The wireless network types that promote loT deployment in industries are: (A) Cellular (2G-5G) network proto (B) Bluetooth (C) Near-field communication (D) All of these 91 / 100 Q56. IoT तापमान मानीटरी निम्न से संबंधित है: The loT temperature monitoring is related to: (A) Analog to Digital conversion (B) Save time (C) Real Time System (D) All of these 92 / 100 Q73. कौन सा ज्ञापन का समानार्थी नहीं है? Which is not the synonym of memo? (A) Circular (B) Memorandum (C) Message (D) Minute 93 / 100 Q6. Full form of HART: हार्ट का पूर्ण रूपः a) Highway Address Remote Transmitter b) Highway Addressable Remote Transducer c) Highway Addressable Router Transmitter d) Highway Address Remote Transmitter 94 / 100 Q59. संचार प्रक्रिया में निम्न शामिल हैं: The communication process comprises of: (A) Sender (Decoder) channel Receiver (Encoder) → Response Feedback (B) Sender(Encoder) channel Receiver (Decoder) Response Feedback (C) Sender (Encoder) channel Receiver (Response)→ Decoder Feedback (D) Sender (Response) channel Receiver (Decoder) → Encoder 95 / 100 Q18. What is the purpose of compiling code? कोड को कंपाइल करने का उद्देश्य क्या है? a) To run the program b) To debug the program c) To optimize performance d) To translate source code into machine code source code into machine code 96 / 100 Q53. UART का अर्थ है: UART stands for: (A) Universal Asymmetrical Radio Telecasting (B) Universal Asymmetrical Radio Transmitter (C) Universal Asynchronous Receiver/Transmitter (D) Universal Asynchronous Radio Transmitter 97 / 100 Q29. Ipv4 और Ipv6 इंटरनेट प्रोटोकॉल द्वारा कौन सी एड्रेस स्कीमों का उपयोग किया जाता है? Which address schemes are used by lpv4 and Ipv6 internet protocols? (A) 128-bit and 16-bit (B) 32-bit and 128-bit (C) 32-bit and 64-bit (D) 16-bit and 128-bit 98 / 100 Q25. Full form of ISM: आईएसएम का पूरा रूपः a) Information Systems Management b) Information Server Management c) Information System Module d) None 99 / 100 Q75. माइक्रोकंट्रोलर हैं: Microcontrollers are: (A) Embedded System (B) Application-specific (C) Harvard (D) All of these 100 / 100 Q67. Arduino एक है। Arduino is a (A) Open-source Text editor (B) Open-source electronics platform (C) Web programming language (D) None of these Your score is