O Level Internet of Things Paper July 2023
निम्नलिखित में से कौन सा एक्सेस नेटवर्क सबलेयर कम से कम रेंज में काम करता है
Which of the following Access network sublayer works in least range
संदर्भ चर को परिभाषित करने के लिए किस संदर्भ संशोधक का उपयोग किया जाता है?
Which reference modifier is used to define the reference variable?
"इंटरनेट ऑफ़ थिंग्स" शब्द किस वर्ष गढ़ा गया था?
In Which year, the term "Internet of things" was coined?
एनालॉग इनपुट पिन से जुड़े सेंसर से डेटा पढ़ने के लिए निम्नलिखित में से कौन सा सही सिंटैक्स है?
Which of the following is the correct syntax for reading data from a sensor connected to an analog input pin?
Arduino IDE में फ़ॉन्ट आकार कम करने की शॉर्टकट कुंजी क्या है?
What is the shortcut key to decrease font size in the Arduino IDE?
निम्नलिखित में से किस Arduino बोर्ड में अंतर्निहित वाई-फाई कनेक्टिविटी है?
Which of the following Arduino boards has built-in Wi-Fi connectivity?
त्रुटियों के लिए कोड की जाँच करने के लिए "स्केच" मेनू में किस विकल्प का उपयोग किया जाता है?
Which in the "Sketch" menu is used to check the code for errors?
CoAP संदेश में हेडर फ़ील्ड का निश्चित आकार होता है
CoAP message has fixed size header field of
यदि Arduino UNO पर A0 पिन के अनुरूप पिन को 5V का वोल्टेज आपूर्ति किया जाता है तो नीचे दिए गए प्रोग्राम का आउटपुट क्या है?
What is the output of the program given below if a voltage of 5V is supplied to the pin corresponding to the A0 pin on an Arduino UNO?
void setup() {
Serial.begin(9600);
pinMode(A0, INPUT);
}
void loop() {
int s = analogRead(A0);
Serial.println(s);
}
Arduino बोर्ड से जुड़े LED की चमक को नियंत्रित करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
Which of the following is used to control the brightness of an LED connected to an Arduino board?
Arduino स्केच में लूप() फ़ंक्शन का कार्य क्या है?
What is the function of the loop() function in an Arduino sketch?
निम्नलिखित में से कौन सा C में एक वेरिएबल नाम नहीं हो सकता है?
Which of the following cannot be a variable name in C?
मानचित्र फ़ंक्शन के लिए सही विकल्प ढूंढें
Find right for map function
Ipv4 और Ipv6 इंटरनेट प्रोटोकॉल द्वारा कौन सी पता योजनाओं का उपयोग किया जाता है?
Which address schemes are used by Ipv4 and Ipv6 internet protocols?
IoT में, ट्रांसपोर्ट लेयर बिना हैंडशेक/स्वीकृति के कनेक्शन स्थापित करता है:
In IoT, Transport layer set up connections without handshakes /acknowledgements using :
Arduino सर्किट में पुश बटन का प्राथमिक कार्य क्या है?
What is the primary function of a push button in an Arduino circuit?
Arduino स्केच में कस्टम फ़ंक्शन को परिभाषित करने के लिए निम्नलिखित में से कौन सा सही सिंटैक्स है?
Which of the following is the correct syntax for defining a custom function in an Arduino sketch?
बैरोमीटर किस प्रकार का सेंसर है________
Barometer is which type of sensor________
MQTT के मानक पोर्ट __________ हैं।
Standard ports of MQTT are __________.
किसी सरणी में पहले तत्व का सूचकांक __________ है
The index of the first element in an array is __________
OSI में कितनी परतें होती हैं?
How many layers are there in OSI?
Arduino IDE में बूटलोडर क्या है?
What is the bootloader in the Arduino IDE?
C में किसी संख्या का निरपेक्ष मान ज्ञात करने के लिए किस फ़ंक्शन का उपयोग किया जाता है?
Which function is used to find the absolute value of a number in C?
फ़ंक्शंस के साथ C प्रोग्राम का आउटपुट क्या है?
What is the output of C program with functions?
Iint main() {
int a = 0;
printf(‘AJAY”);
return 1;
printf(“VIJAY”);
return 1;
}
निम्नलिखित में से कौन सा प्रोटोकॉल हल्के वजन वाला प्रोटोकॉल माना जाता है?
Which one of the following protocol is considered to be a light weight protocol?
Arduino स्केच में सीरियल पोर्ट पर डेटा भेजने के लिए निम्नलिखित में से कौन सा सही सिंटैक्स है?
Which of the following is the correct syntax for sending data over the serial port in an Arduino sketch?
टीवी को आरपीआई से कनेक्ट करने के लिए हम किसका उपयोग करते हैं?
What do we use to connect TV to RPi?
सीरियल मॉनिटर खोलने की शॉर्टकट कुंजी क्या है?
What is the shortcut key to open the Serial Monitor?
आप C में किसी सरणी को कैसे प्रारंभ करते हैं?
How do you initialize an array in C?
इनमें से कौन सी डेटा लिंक लेयर तकनीक नहीं है?
Which one out of these is not a data link layer technology ?
ZigBee स्मार्ट एनर्जी के लिए निम्नलिखित में से किस टोपोलॉजी का उपयोग किया जाता है?
Which of the following topology is used for ZigBee Smart Energy?
IoT में सबसे चर्चित चुनौती कौन सी है?
Which one is the most discussed challenge in IoT ?
जीएसएन में प्रयुक्त सेंसर/प्रोटोकॉल क्या है?
What is the sensor/protocol used in GSN ?
Arduino में SCL और SDA पिन को कॉन्फ़िगर किया गया है
The SCL and SDA pins in Arduino is configured on
Arduino स्केच में एक वेरिएबल घोषित करने के लिए निम्नलिखित में से कौन सा सही सिंटैक्स है?
Which of the following is the correct syntax for declaring a variable in an Arduino sketch?
टीसीपी/आईपी मॉडल को OSI मॉडल _____ विकसित किया गया था।
TCP/IP model was developed _____ the OSI model.
निम्नलिखित कोड कितनी बार स्ट्रिंग "हैलो" प्रिंट करता है
How many times the following code prints the string “hello”
for(i=1;i<=50;i++)
printf(“NIELIT”);
Arduino स्केच में 1 सेकंड की देरी बनाने के लिए निम्नलिखित में से कौन सा सही सिंटैक्स है?
Which of the following is the correct syntax for creating a delay of 1 second in an Arduino sketch?
वह घटक जो भौतिक मात्रा को विद्युत मात्रा में परिवर्तित करता है, कहलाता है
The component which converts physical quantity to electrical quantity is know as
भाषा का अधिकांश भाग मौखिक भाषा से बना है
How much of the language is made up of verbal language
यदि "पिन2" को "1011" भेजा जाता है जहां 1 5V है और 0 0V है तो "पिन1" का आउटपुट क्या है?
What is the output of “pin1” if “pin2” is sent “1011” where 1 is 5V and 0 is 0V?
int pin1 = 12;
int pin2 = 11;
void setup() {
pinMode(pin1, OUTPUT);
pinMode(pin2, INPUT);
Serial.begin(9600);
}
void loop() {
if(digitalRead(pin2)==1) {
digitalWrite(pin1,LOW);
}
else if(digitalRead(pin2)==0) {
digitalWrite(pin1,HIGH);
}
}
कोड लिखना और बोर्ड पर अपलोड करना _____ का उपयोग करके किया जाता है?
Code writing and uploading into the board is done using _____?
ज़िगबी विनिर्देशन पर आधारित हैं।
Zigbee specification are based on .
अधिकतम तापमान मान क्या है जिसे LM35 तापमान सेंसर मॉड्यूल पढ़ सकता है?
What is the maximum temperature value that the LM35 Temperature Sensor Module can read?
एपीआई ____________ के बीच सेवाओं की पोर्टेबिलिटी को सक्षम बनाता है
API enables services portability between ____________
MQTT प्रोटोकॉल संचार की किस पद्धति पर कार्य करता है?
MQTT protocol works on which method of communication
रास्पबेरी पाई को किस रूप में परिभाषित किया गया है?
The Raspberry Pi is defined as the?
एक Arduino UNO बोर्ड अधिकतम कितना वोल्टेज संभाल सकता है?
What is the maximum voltage an Arduino UNO board can handle?
किसी एलईडी की तीव्रता नियंत्रण के लिए इसे इससे जोड़ा जाना चाहिए
For intensity control of an LED, it should be connected to
एक वेरिएबल को एक रेंज से दूसरे रेंज में बदलने के लिए Arduino IDE में _______ फ़ंक्शन का उपयोग किया जाता है।
To convert a variable from one range to another _______ function is used in Arduino IDE.
सुरक्षित डिजिटल कार्ड एप्लिकेशन किस प्रोटोकॉल का उपयोग करता है?
Secure digital card application uses which protocol?
निम्नलिखित में से कौन सा रास्पबेरी पाई 3 द्वारा समर्थित नहीं है
Which of the following is not supported by Raspberry Pi 3
________ सेंसर का उपयोग रोटेशन या ट्विस्ट को ट्रैक करने के लिए किया जाता है
________ sensor is used for tracking rotation or twist
Arduino UNO में प्रयुक्त माइक्रोकंट्रोलर क्या है?
What is the microcontroller used in Arduino UNO
लिलीपैड ----बोर्ड का उदाहरण है
Lilypad is an example of ------board
संचार तब पूर्ण माना जाता है जब ____________ प्रदान किया जाता है।
A communication is considered to be complete when ____________ is provided.
Arduino Nano पर माइक्रोस() फ़ंक्शन का रिज़ॉल्यूशन क्या है?
What is the resolution of the micros() function on the Arduino Nano ?
_______ वे उपकरण हैं जो नेटवर्क पर डेटा उत्सर्जित करने, स्वीकार करने और संसाधित करने में सक्षम हैं।
_______ are the devices that are able to emit, accept and process data over the network.
AREF का पूर्ण रूप _______ विस्तृत करें?
Expand AREF full form _______?
निम्नलिखित में से कौन एक प्रभावी प्रस्तुति की कुंजी है?
Which of the following is the key to an effective presentation ?
ज़िगबी के लिए आईईईई मानक क्या है?
IEEE standard for Zigbee is?
Arduino UNO के अंदर _____ बिट नियंत्रक है
The Arduino UNO has _____ bit controller inside
Arduino उपयोग में आसान पर आधारित एक प्रोटोटाइप है?
Arduino is a prototype based on an easy-to-use?
Arduino कोड की सही निष्पादन प्रक्रिया क्या है?
What is the correct execution process of an Arduino code.
निम्नलिखित में से कौन सा गैर-मौखिक संचार का उदाहरण है?
Which of the following is an example of non-verbal communication?
Arduino प्रोग्राम में डिफ़ॉल्ट विधि है/हैं
The default method(s) in Arduino program is/are
IoT में "चीज़ें" का तात्पर्य क्या है?
What does “Things” in IoT refers to?
निम्नलिखित में से कौन सा संचार माध्यम उच्चतम डेटा दर का समर्थन करता है?
which of the following communication medium supports highest data rate
प्रभावी संचार की आवश्यकता है
Effective communication needs to be
यदि किसी कोड को एक बार लिखना हो तो वह किस फंक्शन में लिखा जाता है?
If a code is to be written single time it is written in which function?
C में strcat फ़ंक्शन का उद्देश्य क्या है?
What is the purpose of the strcat function in C?
printf() c की किस लाइब्रेरी से संबंधित है
printf() belongs to which library of c
IoT उपकरणों के बारे में निम्नलिखित में से कौन सा गलत है?
Which of the following is false about IoT devices ?
Arduino Uno R3 में कितने एनालॉग इनपुट हैं?
How many Analog Inputs does Arduino Uno R3 has?
Arduino के लिए IDE के साथ लिखे गए प्रोग्राम को _________ कहा जाता है
A program written with the IDE for Arduino is called _________
TX पिन Arduino बोर्ड में _______ का प्रतिनिधित्व करता है।
TX pin represents _______ in Arduino board.
एक स्ट्रिंग को स्वीकार करने के लिए प्रारूप विनिर्देशक है
The format specifier to accept a string is
C में 'do...while' लूप का उद्देश्य क्या है?
What is the purpose of the `do…while` loop in C?
_____ एक फ़ंक्शन है जो पावर-अप या रीसेट के बाद शुरू होता है।
_____ is a function which starts after power-up or reset.
रास्पबेरी पाई में कौन सा ऑपरेटिंग सिस्टम है?
Which operating system Raspberry Pi has?
Arduino Uno में ___ SRAM की मेमोरी है।
Arduino Uno has a memory of ___ SRAM.