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

Predict the output of the following code if the object is moving towards the sensor.

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

Questions No: 2/50

MQ135 sensor is used for:
MQ135 सेंसर का उपयोग निम्नलिखित कार्यों के लिए किया जाता है:

Questions No: 3/50

What is pin connect block?
पिन कनेक्ट ब्लॉक क्या है?

Questions No: 4/50

The basic program in Arduino IDE contains
Arduino IDE में मूल प्रोग्राम शामिल है

Questions No: 5/50

Expand PWM full form ________?

Questions No: 6/50

The 3.3V pin of Arduino supplies _____ volts of power.
Arduino का 3.3V पिन _____ वोल्ट बिजली की आपूर्ति करता है।

Questions No: 7/50

How many analog pins are used in Arduino Mega board
Arduino मेगा बोर्ड में कितने एनालॉग पिन का उपयोग किया जाता है

Questions No: 8/50

How can you display text on the first row of a 16x2 LCD?
आप 16x2 एलसीडी की फर्स्ट रो पर टेक्स्ट कैसे डिस्प्ले कर सकते हैं?

Questions No: 9/50

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

Questions No: 10/50

Which processor helps in carrying out floating point calculations?
कौन सा प्रोसेसर फ्लोटिंग पॉइंट कैलकुलेशन करने में मदद करता है?

Questions No: 11/50

Almost all statement written in arduino language must end with a
Arduino भाषा में लिखे गए लगभग सभी कथनों के अंत में a होना चाहिए

Questions No: 12/50

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

Questions No: 13/50

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

Questions No: 14/50

__________ board of Arduino family can be used to sewn into clothing
Arduino परिवार के __________ बोर्ड का उपयोग कपड़ों को सिलने के लिए किया जा सकता है

Questions No: 15/50

Microcontroller used in Arduino UNO prototyping board is ?
Arduino UNO प्रोटोटाइप बोर्ड में प्रयुक्त Microcontroller है?

Questions No: 16/50

which is a combination of hardware and software to perform a specific task
किसी विशिष्ट कार्य को करने के लिए हार्डवेयर और सॉफ्टवेयर का संयोजन है

Questions No: 17/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: 18/50

Which library is commonly used for 16x2 LCD?
16x2 एलसीडी के लिए आमतौर पर कौन सी लाइब्रेरी का उपयोग किया जाता है?

Questions No: 19/50

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

Questions No: 20/50

Analog read method in Arduino UNO returns value_______ range.
Arduino UNO में एनालॉग रीड मेथड वैल्यू .......देता है ।

Questions No: 21/50

Clock Speed of Arduino UNO is
Arduino UNO की क्लॉक स्पीड है

Questions No: 22/50

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

Questions No: 23/50

Device used to convert light energy into electrical energy is
प्रकाश ऊर्जा को विद्युत ऊर्जा में परिवर्तित करने के लिए उपयोग किया जाने वाला उपकरण है

Questions No: 24/50

How many analog pins are used in Arduino nano board?
Arduino नैनो बोर्ड में कितने एनालॉग पिन का उपयोग किया जाता है?

Questions No: 25/50

Arduino is an
Arduino एक ।

Questions No: 26/50

______________ is the rate at which the number of signal elements or changes to the signal occurs per second when it passes through communication channel
______________ वह दर है जिस पर संचार चैनल से गुजरने पर प्रति सेकंड सिग्नल तत्वों की संख्या या सिग्नल में परिवर्तन होता है

Questions No: 27/50

This device allows you to prototype your project without having to permanently solder the circuit together.
यह उपकरण आपको Arduino प्रोजेक्ट को सर्किट पर बिना स्थाई रूप से सोल्डर किये हुए प्रोटोटाइप करने की अनुमति देता है।

Questions No: 28/50

What is the objective of the code given below if it is executed on the Arduino Uno?

#include<EEPROM.h>
int pin=13;
void setup(){
pinMode(pin,OUTPUT);
Serial.begin(9600);
 void loop(){
for(int i-0; i<EEPROM.length(); i++) {
EEPROM.write(i, 1);
digitalWrite(pin, HIGH);
exit(0); 
}

Questions No: 29/50

Which loop executes at least once?
कौन सा लूप कम से कम एक बार चलता है?

Questions No: 30/50

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

Questions No: 31/50

Which function is used to set the position of a servo motor?
सर्वो मोटर की पोज़िशन सेट करने के लिए किस फ़ंक्शन का यूज़ किया जाता है?

Questions No: 32/50

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

Questions No: 33/50

In Arduino programming _______ indicate going forever.
Arduino प्रोग्रामिंग में _______ हमेशा के लिए जाने का संकेत देता है।

Questions No: 34/50

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

Questions No: 35/50

Arduino Codes are referred to as____in the Arduino IDE.
Arduino IDE में Arduino कोड को के रूप में संदर्भित किया जाता है।

Questions No: 36/50

What is the role of the DHT22 sensor in IoT projects?
IoT प्रोजेक्ट्स में DHT22 सेंसर की क्या भूमिका है?

Questions No: 37/50

Ardino shields are also called us _______ .
Ardino शील्ड्स को .............. भी कहा जाता है

Questions No: 38/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: 39/50

Which of the following sensors can detect motion in Arduino-based IoT projects?
निम्नलिखित में से कौन सा सेंसर Arduino-बेस्ड IoT प्रोजेक्ट्स में वैल्यू का पता लगा सकता है?

Questions No: 40/50

Which function writes PWM output?
कौन सा फंक्शन PWM आउटपुट लिखता है?

Questions No: 41/50

RX pin represents _______ in Arduino board.
Arduino बोर्ड में RX पिन _______ का प्रतिनिधित्व करता है।

Questions No: 42/50

TX pin represents _______ in Arduino board.
Arduino बोर्ड में TX पिन _______ का प्रतिनिधित्व करता है।

Questions No: 43/50

loT devices can easily lead to catastrophe without
IoT डिवाइस ________के बिना आसानी से बुरा परिणाम दे सकते हैं

Questions No: 44/50

Which of the following Function is called only once in Arduino program?
निम्न में से कौन सा फ़ंक्शन Arduino प्रोग्राम में केवल एक बार कॉल किया जाता है?

Questions No: 45/50

Which of the following is used to reprogram a Bootloader in IoT devices?
IoT डिवाइस में बूटलोडर को रीप्रोग्राम करने के लिए निम्न में से किसका उपयोग किया जाता है?

Questions No: 46/50

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

Questions No: 47/50

The property of any conductor that opposes the flow of electric current through it is known as
किसी भी चालक का वह गुण जो उसके माध्यम से विद्युत धारा के प्रवाह का विरोध करता है जाना जाता है

Questions No: 48/50

analogRead() returns values between:
analogRead() निम्न मानों के बीच मान लौटाता है:

Questions No: 49/50

Which pin type can read varying voltage values?
किस प्रकार के पिन से वोल्टेज के बदलते मान पढ़े जा सकते हैं?

Questions No: 50/50

___________is an indispensable tool for testing, diagnosing, and troubleshooting electrical circuits, components, and devices.
___________परीक्षण, निदान और समस्या निवारण के लिए एक अनिवार्य उपकरण है विद्युत सर्किट, घटक और उपकरण।