/50
53
Created by onwebsharmag

IoT Paper

IoT Ch04 Building IoT Applications (100 MCQs)

-- ये 100 MCQs-हिंदी और अंग्रेजी में न कि सिर्फ O Level M4R5 Internet of Things and its Applications paper के लिए हैं ये other computer based Competitive Exams के लिए भी हैं।

-- ये क्विज न कि सिर्फ आप Attempt करें। उसके बाद आप प्रश्नों का विश्लेषण (Analysis) जरूर करें। आपके आगामी Exam के लिए काफी help मिलेगी।

Student's Details

1 / 50

Category: IoT Ch04 Building IoT Applications

1. The default method(s) in Arduino program is/are:
Arduino प्रोग्राम में डिफॉल्ट मेथड कौन से हैं?

2 / 50

Category: IoT Ch04 Building IoT Applications

2. The BareMinimum sketch, can be found at: File -> Examples -> 1.Basic --> BareMinimum.
BareMinimum स्केच को File -> Examples -> 1.Basic --> BareMinimum में पाया जा सकता है।

3 / 50

Category: IoT Ch04 Building IoT Applications

3. The _______ function outputs a value on a pin.
_______
फ़ंक्शन एक पिन पर मान आउटपुट करता है।

4 / 50

Category: IoT Ch04 Building IoT Applications

4. Which symbol is used in Arduino to calculate Modulo?
Arduino में Modulo कैलकुलेट करने के लिए कौन सा चिन्ह उपयोग होता है?

5 / 50

Category: IoT Ch04 Building IoT Applications

5. The SPI pins are:
SPI पिन्स कौन-कौन सी होती हैं?

6 / 50

Category: IoT Ch04 Building IoT Applications

6. A subscript must be an integer or integer expression in an array.
Array
में सबस्क्रिप्ट एक पूर्णांक या पूर्णांक अभिव्यक्ति होना चाहिए।

7 / 50

Category: IoT Ch04 Building IoT Applications

7. The setup() defines:
setup()
क्या करता है?

8 / 50

Category: IoT Ch04 Building IoT Applications

8. There are 1000 milliseconds in a second.
एक सेकंड में 1000 मिलीसेकंड होते हैं।

9 / 50

Category: IoT Ch04 Building IoT Applications

9. The digitalRead and digitalWrite commands are used for addressing and making the Arduino pins as an input and output respectively.
digitalRead
और digitalWrite कमांड का उपयोग पिन को इनपुट और आउटपुट के रूप में सेट करने के लिए किया जाता है।

10 / 50

Category: IoT Ch04 Building IoT Applications

10. The main code, also known as a _______.
मुख्य कोड को _______ भी कहा जाता है।

11 / 50

Category: IoT Ch04 Building IoT Applications

11. The _______ will actually help to debug the written sketches.
_______
वास्तव में लिखे गए स्केच को डिबग करने में मदद करता है।

12 / 50

Category: IoT Ch04 Building IoT Applications

12. In Arduino, HIGH means 0 volts and LOW means 5 volts.
Arduino
में HIGH का मतलब 0 वोल्ट और LOW का मतलब 5 वोल्ट होता है।

13 / 50

Category: IoT Ch04 Building IoT Applications

13. Arduino board is a simple and easy to use electronic prototyping platform.
Arduino बोर्ड एक आसान और उपयोग में सरल इलेक्ट्रॉनिक प्रोटोटाइपिंग प्लेटफ़ॉर्म है।

14 / 50

Category: IoT Ch04 Building IoT Applications

14. All code in an Arduino sketch is processed from:
Arduino
स्केच में सभी कोड किस क्रम में प्रोसेस होते हैं?

15 / 50

Category: IoT Ch04 Building IoT Applications

15. The while and for loops test the termination condition at the bottom of the loop, but the do-while tests the termination condition at the top.
while
और for लूप लूप के नीचे टर्मिनेशन कंडीशन की जांच करते हैं, लेकिन do-while ऊपर जांचता है।

16 / 50

Category: IoT Ch04 Building IoT Applications

16. What does the "Quit" option do in Arduino IDE?
Arduino IDE
में "Quit" विकल्प क्या करता है?

17 / 50

Category: IoT Ch04 Building IoT Applications

17. The Uno has 6 analog inputs, labeled A0 through A6.
Uno
में A0 से A6 तक 6 एनालॉग इनपुट होते हैं।

18 / 50

Category: IoT Ch04 Building IoT Applications

18. The RX and TX LEDs on the board will flash when data is being transmitted via the USB-to-serial chip and USB connection to the computer.
जब डेटा USB-से-सीरियल चिप और USB कनेक्शन के माध्यम से कंप्यूटर में ट्रांसमिट होता है, तो बोर्ड पर RX और TX LEDs चमकती हैं।

19 / 50

Category: IoT Ch04 Building IoT Applications

19. Arduino boards can be powered using a USB cable or an external power source.
Arduino
बोर्डों को USB केबल या बाहरी पावर स्रोत का उपयोग करके पावर दी जा सकती है।

20 / 50

Category: IoT Ch04 Building IoT Applications

20. Some of the compile errors are:
निम्न में से कौन-कौन सी कंपाइल एरर्स हो सकती हैं?

21 / 50

Category: IoT Ch04 Building IoT Applications

21. The digitalRead and digitalWrite commands are case insensitive.
digitalRead
और digitalWrite कमांड केस-सेंसिटिव नहीं होती हैं।

22 / 50

Category: IoT Ch04 Building IoT Applications

22. What does "//" represent in Arduino programs?
Arduino
प्रोग्राम्स में "//" का क्या अर्थ होता है?

23 / 50

Category: IoT Ch04 Building IoT Applications

23. What does "Compile errors" refer to in Arduino IDE?
Arduino IDE
में "Compile errors" किसे दर्शाते हैं?

24 / 50

Category: IoT Ch04 Building IoT Applications

24. What are circuit boards like breadboards called?
ब्रेडबोर्ड जैसे सर्किट बोर्ड को क्या कहा जाता है?

25 / 50

Category: IoT Ch04 Building IoT Applications

25. Full form of GPIO is:
GPIO
का पूरा नाम क्या है?

26 / 50

Category: IoT Ch04 Building IoT Applications

26. What is the function of the "Reset button" in Arduino?
Arduino
में "Reset button" का कार्य क्या होता है?

27 / 50

Category: IoT Ch04 Building IoT Applications

27. setup() function runs in a loop over and over again.
setup() फ़ंक्शन बार-बार लूप में चलता है।

28 / 50

Category: IoT Ch04 Building IoT Applications

28. A low level on this pin causes the microcontroller to reset.
इस पिन पर लो स्तर माइक्रोकंट्रोलर को रीसेट कर देता है।

29 / 50

Category: IoT Ch04 Building IoT Applications

29. You can use external libraries in Arduino IDE to add extra features.
आप Arduino IDE में बाहरी लाइब्रेरीज़ का उपयोग करके अतिरिक्त सुविधाएं जोड़ सकते हैं।

30 / 50

Category: IoT Ch04 Building IoT Applications

30. The HC-05 module can be operated in:
HC-05 मॉड्यूल को किस मोड में चलाया जा सकता है?

31 / 50

Category: IoT Ch04 Building IoT Applications

31. Arduino uses serial USB interface to transfer user program/sketch from PC to Arduino board.
Arduino USB सीरियल इंटरफ़ेस का उपयोग करके पीसी से Arduino बोर्ड में स्केच ट्रांसफर करता है।

32 / 50

Category: IoT Ch04 Building IoT Applications

32. The Arduino software includes a serial monitor which allows simple textual data to be sent to and from the Arduino board.
Arduino
सॉफ़्टवेयर में Serial Monitor होता है जो Arduino बोर्ड से और बोर्ड तक टेक्स्ट डेटा भेजने और प्राप्त करने की अनुमति देता है।

33 / 50

Category: IoT Ch04 Building IoT Applications

33. What is the "Short Pin" used for in Arduino?
Arduino
में "Short Pin" का उपयोग किसके लिए होता है?

34 / 50

Category: IoT Ch04 Building IoT Applications

34. Arduino can only control LED lights and not motors.
Arduino
केवल LED लाइट्स को नियंत्रित कर सकता है, मोटर्स को नहीं।

35 / 50

Category: IoT Ch04 Building IoT Applications

35. What is the main use of Jumper Wires in Arduino projects?
Arduino
प्रोजेक्ट्स में Jumper Wires का मुख्य उपयोग क्या है?

36 / 50

Category: IoT Ch04 Building IoT Applications

36. Advantage(s) of the Arduino:
Arduino
के क्या लाभ हैं?

37 / 50

Category: IoT Ch04 Building IoT Applications

37. The default file extension of an Arduino sketch is .ino
Arduino
स्केच की डिफ़ॉल्ट फाइल एक्सटेंशन .ino होती है।

38 / 50

Category: IoT Ch04 Building IoT Applications

38. Which of the following statement is true about a sketch?
निम्न में से कौन-सा कथन स्केच के बारे में सही है?

39 / 50

Category: IoT Ch04 Building IoT Applications

39. The HIGH and LOW constants are used to determine the state of the pins.
HIGH
और LOW constants का उपयोग पिन की स्थिति को निर्धारित करने के लिए किया जाता है।

40 / 50

Category: IoT Ch04 Building IoT Applications

40. The _______ function configures a pin as input or output.
_______
फ़ंक्शन एक पिन को इनपुट या आउटपुट के रूप में सेट करता है।

41 / 50

Category: IoT Ch04 Building IoT Applications

41. Every electrical and electronics projects circuit can be designed on breadboard.
हर इलेक्ट्रॉनिक प्रोजेक्ट सर्किट को ब्रेडबोर्ड पर डिज़ाइन किया जा सकता है।

42 / 50

Category: IoT Ch04 Building IoT Applications

42. What is "Arduino program" commonly called?
"Arduino program"
को आमतौर पर क्या कहा जाता है?

43 / 50

Category: IoT Ch04 Building IoT Applications

43. Almost all statements written in the Arduino language must end with a:
Arduino
भाषा में लिखे गए लगभग सभी स्टेटमेंट समाप्त होते हैं:

44 / 50

Category: IoT Ch04 Building IoT Applications

44. _______ function defines the initial state of Arduino and runs only once.
_______
फ़ंक्शन Arduino की प्रारंभिक स्थिति को परिभाषित करता है और केवल एक बार चलता है।

45 / 50

Category: IoT Ch04 Building IoT Applications

45. What is "ATmega328" in Arduino?
Arduino
में "ATmega328" क्या है?

46 / 50

Category: IoT Ch04 Building IoT Applications

46. The sketch usually starts with a header that explains what the sketch is doing, and who wrote it.
Arduino
स्केच आमतौर पर एक हेडर से शुरू होता है जो यह बताता है कि स्केच क्या कर रहा है और इसे किसने लिखा है।

47 / 50

Category: IoT Ch04 Building IoT Applications

47. The Arduino Uno power supply can be done with the help of a USB cable only.
Arduino Uno
को केवल USB केबल से ही पावर दी जा सकती है।

48 / 50

Category: IoT Ch04 Building IoT Applications

48. Which of the following statement(s) are true about serial communication?
Serial communication के बारे में कौन से कथन सही हैं?

49 / 50

Category: IoT Ch04 Building IoT Applications

49. What does the "Verify" option in Arduino IDE do?
Arduino IDE
में "Verify" विकल्प क्या करता है?

50 / 50

Category: IoT Ch04 Building IoT Applications

50. Serial.begin() is used to set up a serial communication at a specific baud rate.
Serial.begin()
का उपयोग एक विशिष्ट बॉड रेट पर सीरियल कम्युनिकेशन सेट करने के लिए किया जाता है।

Your score is

The average score is 80%

Share your result with others:

LinkedIn Facebook
0%