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

Which symbol is used in Arduino to calculate modulo

Questions No: 2/50

The Lilypad Arduino is concerned with:
लिलिपैड अरुडिनो का संबंध है:

Questions No: 3/50

In Arduino, the reset pin is switched to _____, to reopen the code and load.
Arduino में, कोड को फिर से खोलने और लोड करने के लिए रीसेट पिन को _____ पर स्विच किया जाता है।

Questions No: 4/50

In C, how do you set up an array?
सी में, आप एक सरणी कैसे स्थापित करते हैं?

Questions No: 5/50

What will be the output of the following code?

int main()
{
int a=5;
while(a=123)
{
printf("RABBIT\n");
}
printf("GREEN");
return 0;
}

Questions No: 6/50

____________ pins in Arduino reads data from analog sensor and convert value into digital value
Arduino में ____________ पिन एनालॉग सेंसर से डेटा पढ़ता है और मान को परिवर्तित करता है डिजिटल मूल्य

Questions No: 7/50

Expand AREF full form _______?
AREF का पूर्ण रूप _______

Questions No: 8/50

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

Questions No: 9/50

To ground the circuit _____ pin is used in Arduino.
Arduino में सर्किट को ग्राउंड करने के लिए _____ पिन का उपयोग किया जाता है।

Questions No: 10/50

What is the use of the Interrupt Service Routine in an Arduino
Arduino में इंटरप्ट सर्विस रूटीन का क्या उपयोग है

Questions No: 11/50

When a= 4, what is the value of b? in the given below statement b = (a > 6 ? 4 : 6);
जब a = 4, b का मान क्या होता है? नीचे दिए गए कथन में b = (a > 6 ? 4 : 6);

Questions No: 12/50

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

Questions No: 13/50

What is role of Execution unit?
निष्पादन इकाई की भूमिका क्या है?

Questions No: 14/50

Advantage(s) of Arduino are
Arduino का लाभ है

Questions No: 15/50

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

Questions No: 16/50

Using lecturers and handouts, information is acquired via tutorials and conversations, information is whereas by using acquired through.
व्याख्याताओं और हैंडआउट्स का उपयोग करके के माध्यम से जानकारी प्राप्त की जाती है जबकि टयुटोलियाल और वार्तालैपो का उपयोग करके ______के माध्यम से जानकारी प्राप्त की जाती है|

Questions No: 17/50

Code writing and uploading into the board is done using _____?
कोड लिखने और बोर्ड में अपलोड करने के लिए _____ का उपयोग किया जाता है?

Questions No: 18/50

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

Questions No: 19/50

Atmel _______ AVR microcontroller present in arduino boards.
Atmel _______ AVR माइक्रोकंट्रोलर Arduino बोर्डों में मौजूद है।

Questions No: 20/50

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

Questions No: 21/50

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

Questions No: 22/50

To easily interface add-on modules with Arduino, we can use
Arduino के साथ ऐड-ऑन मॉड्यूल को आसानी से इंटरफ़ेस करने के लिए, हम इसका उपयोग कर सकते हैं

Questions No: 23/50

A control system in which the control action is somehow dependent on the output is known as ______ .
एक कन्ट्रोल सिस्टम जिसमें कन्ट्रोल क्रिया किसी तरह आउटपुट पर निर्भर होती है, ........ के रूप में जानी जाती है।

Questions No: 24/50

The process of building loT hardware and devices enhanced with smart sensors and embedded system using many of the shell components like sensors, circuits and microcontrollers is called?
सेंसर, सर्किट और माइक्रोकंट्रोलर जैसे कई शेल घटकों का उपयोग करके स्मार्ट सेंसर और एम्बेडेड सिस्टम के साथ बढ़ाए गए एलओटी हार्डवेयर और उपकरणों के निर्माण की प्रक्रिया को क्या कहा जाता है?

Questions No: 25/50

Which Function is used for PWM pin in Arduino?
Arduino में PWM पिन के लिए किस फंक्शन का उपयोग किया जाता है?

Questions No: 26/50

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

Questions No: 27/50

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

Questions No: 28/50

What is the output of C Program?

int main()
{
int k=10;
while(k <= 12)
{
printf("%d", k);
k++;
}
return 0;
}

Questions No: 29/50

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

Questions No: 30/50

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

Questions No: 31/50

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

Questions No: 32/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: 33/50

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

Questions No: 34/50

How are comments denoted in Embedded C?
एंबेडेड C में टिप्पणियों को कैसे दर्शाया जाता है

Questions No: 35/50

Expand PWM full form ________?

Questions No: 36/50

Without _______ Arduino cannot be run.
_______ के बिना अरुडिनो नहीं चलाया जा सकता है।

Questions No: 37/50

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

Questions No: 38/50

The temperature and humidity sensor values are printed in _________
टेम्प्रेचर और हुमिडीटी सेंसर वैल्यू _________ में होते हैं

Questions No: 39/50

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

Questions No: 40/50

What types of instructions have the most impact on the programme counter?
प्रोग्राम काउंटर पर किस प्रकार के निर्देशों का सबसे अधिक प्रभाव पड़ता है?

Questions No: 41/50

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

Questions No: 42/50

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

Questions No: 43/50

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

Questions No: 44/50

The total resistance of three resistors connected in parallel will be _____ as compared to the individual value of resistor
समानांतर में जुड़े तीन प्रतिरोधों का कुल प्रतिरोध तुलना में _____ होगा अवरोधक के व्यक्तिगत मूल्य के लिए

Questions No: 45/50

Analog pins _____ the signals from an analog sensor.
एनालॉग पिन _____ एक एनालॉग सेंसर से सिग्नल।

Questions No: 46/50

Which software is used to upload the Arduino Sketches to the board?
Arduino Sketchs को बोर्ड पर अपलोड करने के लिए किस सॉफ्टवेयर का उपयोग है ।

Questions No: 47/50

Which statement is true in concern with Request-response IoT communication model?
अनुरोध-प्रतिक्रिया IoT संचार मॉडल के संबंध में कौन सा कथन सत्य है?

Questions No: 48/50

Arduino is an
Arduino एक ।

Questions No: 49/50

What type of signal does the analogWrite() function output ?
analogWrite() फ़ंक्शन किस प्रकार का आउटपुट करता है?

Questions No: 50/50

What will be the output of the following piece of code?

#include <stdio.h>
int main() 
{
int i;
for(i=0;i< 8; i++);
printf("%d",i);
return 0;
}