page-banner
Chapter-4 (Part-1) Building IoT applications
Q41.
Arduino एक ............. है |<break-line><break-line>Arduino is a ______.
A. ओपन-सोर्स इलेक्ट्रॉनिक्स प्लेटफॉर्म/Open-source electronics platform
B. ओपन-सोर्स टेक्स्ट एडिटर/Open-source Text editor
C. वेब प्रोग्रामिंग लैंग्वेज/Web programming language
D. इनमें से कोई नहीं/None of these
View Answer
Q42.
जैसा की दिखाया गया है Arduino के साथ एक LED इंटरफेसिंग का तात्पर्य है:<break-line><break-line>A LED interfacing with Arduino as shown implies:<break-line><pre><code>digitalWrite(led_pin, LOW); digitalWrite(led_pin, HIGH);</code></pre>
A. VCC को बदलकर LED को बंद और चालू करना/LED off and on by varying VCC
B. LED को बंद और चालू करना/LED off and on
C. बेहतर आउटपुट के लिए देरी का उपयोग किया जा सकता है/Can introduce delay for better o/p
D. उपरोक्त सभी/All of these
View Answer
Q43.
Arduino कोड के बारे में सच क्या है?<break-line><break-line>What is true about Arduino Codes?
A. setup() एक स्टार्टअप फंक्शन है/setup() is a startup function
B. loop() को बार बार निष्पादित किया जाता है/loop() is executed repeatedly
C. स्केच के रूप में भी जाना जाता है/Also known as sketches
D. ये सभी/All of these
View Answer
Q44.
“Arduino.h” हैडर फाइल के बारे में जो कथन सत्य है, वे है:<break-line><break-line>The statements that are TRUE about “Arduino.h” header file are:
A. Avrdude सॉफ्टवेर हेक्स फाइल को अपलोड करता है/Avrdude software uploads the hex file
B. Arduino की सभी कोर कार्यक्षमताओं तक पहुच प्रदान करता है/Gives access to all of Arduino’s core functionality
C. #include <Arduino.h>
D. ये सभी/All of these
View Answer
Q45.
कीवर्ड 'PROGMEM' PROGMEM उपयोगिता का एक चर संशोधक है। किस हैडर फ़ाइल में यह है?<break-line><break-line>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
View Answer