page-banner
Chapter-4 (Part-1) Building IoT applications
Q16.
Build() और loop() Arduino IDE के दो फंक्शन्स हैं।<break-line><break-line>Build() and loop() are two functions of Arduino IDE.
A. True
B. False
C. Can’t say
D. None
View Answer
Q17.
__________ Arduino UNO में इस्तेमाल किया जाने वाला माइक्रोकंट्रोलर है।<break-line><break-line>__________ is the microcontroller used in Arduino UNO.
A. ATmega2560w
B. ATmega320p
C. ATmega328p
D. ATmega8550
View Answer
Q18.
i2c कनेक्शन में, Arduino Uno पर कौन सा पिन SCL (सीरियल क्लॉक) के लिए उपयोग किया जाता है?<break-line><break-line>In i2c connection, which pin on the Arduino Uno is utilized for SCL (serial clock)?
A. D2
B. A5
C. A2
D. A4
View Answer
Q19.
कौन सा Arduino पिन 16x2 कैरेक्टर LCD पर Data5 (D5) पिन से जुड़ा है? लिक्विड क्रिस्टल एलसीडी (12, 11, 5, 4, 3, 2);<break-line><break-line>Which of the Arduino pins is connected to the Data5 (D5) pin on the 16x2 character LCD?
A. Pin No. 3
B. Pin No. 2
C. Pin No. 5
D. Pin No. 4
View Answer
Q20.
कौन सा कमांड Arduino पर 9वां आउटपुट के रूप में सेट है?<break-line><break-line>Which command is the 9th pin on Arduino set as output?
A. int sensorPin = 9;
B. int sensorValue = 9;
C. pinMode(9, OUTPUT);
D. digitalWrite(9, HIGH);
View Answer