O Level - Building Iot Applications
Questions No: 1/50

Inductance is measured in
प्रेरकत्व को मापा जाता है

Questions No: 2/50

Which parameter is taken through pulseln() in ultrasonic sensor?
अल्ट्रासोनिक सेंसर में pulseIn() के माध्यम से कौन सा पैरामीटर लिया जाता है?

Questions No: 3/50

The loT networks that has a very short range is?
IoT नेटवर्क जिसकी रेंज बहुत कम है वह ________है ?

Questions No: 4/50

All Code in an Arduino sketch is processed from
एक Arduino स्केच में सभी कोड से संसाधित किया जाता है

Questions No: 5/50

Which of the following statement true about a sketch?
स्केच के बारे में निम्नलिखित में से कौन सा कथन सत्य है?

Questions No: 6/50

Expand IDE full form________?
DE का पूर्ण विस्तृत रूप ________?

Questions No: 7/50

Which command used to print message on second line in LCD?
LCD में दूसरी लाइन पर मैसेज को प्रिंट करने के लिए किस कमांड का प्रयोग किया जाता है?

Questions No: 8/50

What is the output of the following program?

for(;;)

{

Statements

}


Questions No: 9/50

What is the role of the lcd.begin() function in an Arduino program?
Arduino प्रोग्राम में lcd.begin() फ़ंक्शन की क्या भूमिका है?

Questions No: 10/50

Which command is used in Arduino to set 9th pin as output?
Arduino में 9वें पिन को आउटपुट के रूप में सेट करने के लिए किस कमांड का उपयोग किया जाता है?

Questions No: 11/50

Sensors which produce continuous signals that are proportional to the sensed parameter are
सेंसर जो निरंतर संकेत उत्पन्न करते हैं जो अनुभूति के समानुपाती होते हैं पैरामीटर हैं

Questions No: 12/50

Which compiler is used to translate C/C++ code into binary for AVR microcontrollers?
AVR माइक्रोकंट्रोलर्स के लिए C/C++ कोड को बाइनरी में ट्रांसलेट करने के लिए किस कंपाइलर का उपयोग किया जाता है?

Questions No: 13/50

What is the resolution of the micros() function on the Arduino Nano
Arduino नैनो पर micros() फ़ंक्शन का रिज़ॉल्यूशन क्या है?

Questions No: 14/50

What is temperature in Celsius LM35 for corresponding 270mV as a output voltage?
आउटपुट वोल्टेज के रूप में 270mV के लिए सेल्सियस LM35 में तापमान क्या है?

Questions No: 15/50

Find the correct boilerplate Arduino code.
सही बॉयलरप्लेट Arduino कोड खोजें।

Questions No: 16/50

Arduino mega hold ____ analog inputs.
Arduino मेगा होल्ड ____ एनालॉग इनपुट।

Questions No: 17/50

Predict the output of the following code if the object is moving away from the sensor

int op = 7;
int isBarrier = HIGH;
void setup() 
{
	pinMode(op, INPUT);
	Serial.begin(9600);
}
void loop() 
{
	isBarrier = digitalRead(op);
	if (isBarrier == LOW)
	{
		Serial.println("1+");
	}
	else
	{
		Serial.print("clear+");
	}
	delay(100);
}

Questions No: 18/50

Which command is used to create a delay in the Arduino program?
Arduino प्रोग्राम में देरी करने के लिए किस कमांड का उपयोग किया जाता है?

Questions No: 19/50

Which of the Arduino pins is connected to the Data5 (D5) pin on the 16x2 character LCD?
कौन सा Arduino पिन 16x2 कैरेक्टर LCD पर Data5 (D5) पिन से जुड़ा है?

Questions No: 20/50

The advantages of using functions is
फंक्शन का उपयोग करने के________ फायदे हैं

Questions No: 21/50

Which microcontroller is used in Arduino UNO.
Arduino UNO में प्रयुक्त _________ माइक्रोकंट्रोलर।

Questions No: 22/50

The function which repeatedly executes in the main program?
वह फंक्शन जो मुख्य प्रोग्राम में बार-बार एक्जीक्यूट होता है?

Questions No: 23/50

How many times does the setup() function run on every startup of the Arduino System?
Arduino सिस्टम के प्रत्येक स्टार्टअप पर कितनी बार setup() फ़ंक्शन चलता है?

Questions No: 24/50

In Arduino programming, ____________ function is used to make digital pin HIGH
Arduino प्रोग्रामिंग में, डिजिटल पिन को हाई बनाने के लिए ____________ फ़ंक्शन का उपयोग किया जाता है

Questions No: 25/50

How many arguments does the analogRead() function have?
Analog Read () फंक्शन में कितने आर्गुमेन्ट होते हैं?

Questions No: 26/50

______ is a function which starts after power-up or reset.
______ एक फंक्शन है जो पावर-अप या रीसेट के बाद शुरू होता है।

Questions No: 27/50

What will be the output of the following Arduino code?

#define X 10;
void setup()
{
X=0;
Serial.begin(9600);
Serial.print(X);
}
void loop()
{
//Do nothing…
}

Questions No: 28/50

What is the use of the analogReference() function?
एनालॉग रेफरेंस () फंक्शन का उपयोग क्या है?

Questions No: 29/50

Program written in Arduino IDE is known as
Arduino IDE में लिखे गए प्रोग्राम को कहा जाता है

Questions No: 30/50

What is the role of the Serial.begin() function in an Arduino sketch?
Arduino स्केच में Serial.begin() फ़ंक्शन की क्या भूमिका है?

Questions No: 31/50

Which Arduino pin is used for analog input?
एनालॉग इनपुट के लिए किस Arduino पिन का यूज़ किया जाता है?

Questions No: 32/50

Expand LCD ________?
एलसीडी full form

Questions No: 33/50

The default method(s) in Arduino program is/are
Arduino प्रोग्राम में डिफ़ॉल्ट विधि है / हैं

Questions No: 34/50

Expand LED full form ______?
एलईडी का पूर्ण रूप ______ का विस्तार करें?

Questions No: 35/50

Which symbol is used in Arduino to calculate modulo

Questions No: 36/50

Arduino can work on a variety of ______ like windows, Linux, and mac.
Arduino विभिन्न प्रकार के ______ जैसे विंडोज़, लिनक्स और मैक पर काम कर सकता है।

Questions No: 37/50

How many types of Arduino do we have?
हमारे पास कितने प्रकार के Arduino हैं?

Questions No: 38/50

If the voltage value is 5v then it reaches a ____ limit for each analog input.
यदि वोल्टेज मान 5v है तो यह प्रत्येक एनालॉग इनपुट के लिए ____ सीमा तक पहुँच जाता है।

Questions No: 39/50

The Arduino board is also called a _______?
Arduino बोर्ड को _______ भी कहा जाता है?

Questions No: 40/50

Which language is used to bult Arduino IDE ?
Arduino IDE किस भाषा पर बनाया गया है?

Questions No: 41/50

One of the most popular Arduino boards is
सबसे लोकप्रिय Arduino बोडों में से एक है

Questions No: 42/50

Arduino uno have ____ size of program memory
Arduino Uno में प्रोग्राम मेमोरी का ____ आकार होता है

Questions No: 43/50

Which command is used to create a delay of 1 second in an Arduino program?
Arduino प्रोग्राम में 1 सेकंड का delay क्रिएट करने के लिए किस कमांड का यूज़ किया जाता है?

Questions No: 44/50

Which of the following is an established set of rules that determines how data is transmitted between different device in the same network ?
निम्न में से कौन सा एक नियम का एक स्थापित सेट है जो यहाँ निर्धारित करते हैं कि एक ही नेटवर्क में विभिन्न उपकरणों के बीच डेटा कैसे प्रसारित किया जाता है?

Questions No: 45/50

Each microcontroller of the Arduino is pre-programmed by the _______?
Arduino का प्रत्येक माइक्रोकंट्रोलर _______ द्वारा पूर्व क्रमादेशित है?

Questions No: 46/50

What programming language is the Arduino IDE written in?
Arduino IDE किस प्रोग्रामिंग लैंग्वेज में लिखा गया है?

Questions No: 47/50

A set of homogenous data stored in consecutive memory locations is called
समरूप डेटा के एक सेट लगातार मेमोरी लोकेशन में स्टोर किया जाता है जिसे कहा जाता है

Questions No: 48/50

What is the purpose of the delay() function in Arduino?
Arduino में delay() फ़ंक्शन का उद्देश्य क्या है?

Questions No: 49/50

In Arduino programming, ____________ function is used to configure the pins as input or output
Arduino प्रोग्रामिंग में, ____________ फ़ंक्शन का उपयोग पिन को कॉन्फ़िगर करने के लिए किया जाता है इनपुट या आउटपुट

Questions No: 50/50

The RS pin is ______ for an LCD.
LCD के लिए RS पिन ............ होता है।