Building IoT applications
जब EN लाइन __________ दिखाती है और RS लाइन __________ दिखाती है तो LCD डेटा का टेक्स्ट फॉर्म प्रदर्शित करता है:
LCD displays the text form of data when EN line shows __________ and RS line is__________:
Correct Answer: A) 0 to 1 transitions & High
Arduino प्रोग्राम में डिफ़ॉल्ट विधियां हैं/हैं
The default method(s) in Arduino program is/are
Arduino UNO प्रोटोटाइपिंग बोर्ड में माइक्रोकंट्रोलर का उपयोग किया जाता है।
Microcontroller used in Arduino UNO prototyping board is.
मॉड्यूलो की गणना के लिए Arduino में किस प्रतीक का उपयोग किया जाता है?
Which symbol is used in Arduino to calculate Modulo
Arduino IDE में कौन-सा बटन compile करके errors चेक करता है
Which button in Arduino IDE is used to compile and check errors
Arduino UNO का कौन-सा पिन एनालॉग पिन नहीं है
Which pin on Arduino UNO is NOT an analog pin
Arduino पर स्केच upload करने के लिए सही ________ चुनना ज़रूरी है
Uploading a sketch to Arduino board requires selecting the correct
Arduino के कौन से पिन 0–1023 के बीच मान पढ़ते हैं
Which Arduino pins read values between 0–1023
LCD 16x2 को इंटरफेस करने के लिए कौन-सी लाइब्रेरी आवश्यक है
Which library is required to interface LCD 16x2
सांकेतिक (Symbolic) कॉन्स्टेन्ट किसके द्वारा परिभाषित किए जाते हैं
Symbolic constants can be defined using
Arduino के एनालॉग-टू-डिजिटल कन्वर्टर (ADC) का रिज़ॉल्यूशन कितना है
The resolution of Arduino analog-to-digital converter (ADC) is
Keypad मॉड्यूल किस सिद्धांत पर काम करता है
Keypad module works on principle
LCD 16x2 किस संचार विधि का उपयोग करता है
LCD 16x2 uses which communication method
डिजिटल इनपुट पढ़ने के लिए कौन-सा फ़ंक्शन उपयोग होता है
Which function is used to read digital input
Arduino स्केच में कौन-सा फ़ंक्शन शुरुआत में सिर्फ एक बार चलता है
Which function in Arduino sketch runs only once at the beginning
Arduino में डिजिटल पिन मान पढ़ सकते हैं
Digital pins in Arduino can read values
strcmp() फ़ंक्शन उपयोग करने के लिए कौन-सी हेडर फ़ाइल आवश्यक है
Which header file is essential for using strcmp() function
Serial communication शुरू करने के लिए कौन-सा कमांड उपयोग होता है
Which command is used to start serial communication
Arduino पर LDR पढ़ने के लिए किस प्रकार का पिन उपयोग होता है
Which pin type is needed to read LDR using Arduino
स्टेटमेंट एक्सप्रेशन से किसके द्वारा समाप्त होने पर अलग होता है
A statement differs from an expression by terminating with a
सिंगल-लाइन कमेंट के लिए कौन-सा चिन्ह प्रयोग होता है
Which of the following symbol is used for single-line comment
PWM आउटपुट किस फ़ंक्शन से उत्पन्न होता है
PWM output is generated by which function
IDE और Compiler में क्या अंतर है
What is the difference between an IDE and a compiler
कुछ Arduino बोर्ड्स में मौजूद Vin पिन का उपयोग किस लिए किया जाता है
What is the use of the Vin pin present on some Arduino Boards
Arduino सॉफ़्टवेयर में LCD डिस्प्ले चलाने के लिए शामिल है
The Arduino software includes the for driving LCD displays
Arduino से LED जोड़ते समय कौन-सा घटक आवश्यक होता है
Which component is essential while connecting LED to Arduino
वेरिएबल में अक्षर, संख्या और होते हैं। आप का उपयोग नहीं कर सकते
Variable consists of letters, numbers and You can’t use
एक ऑपरेटर दो ओपरेन्ड पर लगता है, जबकिऑपरेटर एक ओपरेन्ड पर लगता है
A operator applies to two operands, while a operator applies to a single operand
भाषा में array के index हमेशा से शुरू होते हैं।
Array subscripts in C always start at
Correct Answer: D) 0(Zero)
Arduino Diecimila में 2 सीरियल पिन्स का उपयोग किस लिए होता है
What is the use for the 2 serial pins on the Arduino Diecimila
Arduino के साथ प्रदान किए गए HelloWorld स्केच को चलाने के लिए, आपको Arduino IDE में किन चरणों का पालन करना चाहिए
To run the HelloWorld sketch provided with Arduino, which steps should you follow in the Arduino IDE
कोड संकलित करने का उद्देश्य क्या है
What is the purpose of compiling code
बटन दबाने पर आउटपुट देता है
A button gives output of when pressed
पॉइंटर घोषित करने का सही तरीका कौन सा है
Which is the correct way to declare a pointer
C भाषा में एरे (Array) क्या है
What is an array in C language