page-banner
Chapter-4 (Part-1) Building IoT applications
Q26.
आर्डुनो में पी डब्ल्यू एम पिन के लिए किस फंक्शन का उपयोग किया जाता है ?

Which Function is used for PWM pin in Arduino?
A. digitalWrite()
B. serial.print()
C. analogWrite()
D. pinMode()
View Answer
Q27.
आर्डुनो यूनो में --------- माइक्रोकंट्रोलर का उपयोग किया जाता है।

__________ microcontroller used in Arduino UNO.
A. AT91SAM3x8E
B. AT90S2313
C. ATmega328p
D. AT90S/LS8535
View Answer
Q28.
लिलिपैड आर्डुनो का संबंध है:

The Lilypad Arduino is concerned with
A. ई-टेक्सटाइल और वियरेबल प्रोजेक्ट्स/e-textiles and wearables projects
B. कपड़े में सिलाई/sewn to fabric
C. ATmega168V/ ATmega328V
D. उपरोक्त सभी/All of these
View Answer
Q29.
सर्किट बोर्ड का प्रकार जिसका उपयोग आर्डुनो बोर्ड की क्षमताओं के विस्तार के लिए किया जा सकता है:

Type of circuit board which can be used for extension of capabilities of Arduino board:
A. ब्रेड बोर्ड/Bread Board
B. शील्ड/Shield
C. एक्चुएटर/Actuator
D. माइक्रोप्रोसेसर/Microprocessor
View Answer
Q30.
LCD में सेकेंड लाइन पर मेसेज को प्रिंट करने के लिए कौन से कमांड का प्रयोग किया जाता है?

Which command used to print message on second line in LCD?
A. lcd.getcursor(0,0);
B. lcd.setcursor(0,0);
C. lcd.getcursor(0,1);
D. lcd.setcursor(1,0);
View Answer

Create Account