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

How many analog pins are used in Arduino nano board?
A. 12
B. 16
C. 8
D. 14
View Answer
Q32.
आर्डुनो में एलईडी को चालू करने के लिए फंक्शन का नाम क्या है?

What is the function name for turn on led in arduino?
A. digitalwrite()
B. digitalread()
C. ledWrite()
D. ledRead()
View Answer
Q33.
Which compiler is used to translate C/C++ code into binary for AVR microcontrollers?

AVR माइक्रोकंट्रोलर के लिए C/C++ कोड को बाइनरी में अनुवाद करने के लिए कौन सा कंपाइलर उपयोग किया जाता है?
A. G++
B. AVR-GCC
C. Python
D. Both A and B
View Answer
Q34.
आर्डुनो प्रोग्राम में विलंब उत्पन्न करने के लिए किस कमांड का उपयोग किया जाता है ?

Which command is used to create a delay in the Arduino program?
A. digitalRead()
B. for()
C. pinMode()
D. delay()
View Answer
Q35.
प्रोग्राम काउंटर पर किस प्रकार के निर्देशों का सबसे अधिक प्रभाव पड़ता है?

What types of instructions have the most impact on the programme counter?
A. Call & Jump
B. getchar & putchar
C. Call & Return
D. Return & Jump
View Answer

Create Account