O Level Internet of Things Paper January 2024
सुरक्षित एमक्यूटीटी के लिए मानक पोर्ट नंबर है:
Standard port number for secure MQTT is:
किस पर्सनल कंप्यूटर में _________ होता है जो कंप्यूटर की अंकगणितीय, तार्किक और नियंत्रण गतिविधियों का प्रबंधन करता है।
Each personal computer has a _________ that manages the computer’s arithmetical, logical and control activities.
C में सही वेरिएबल कौन सा है?
Which is the correct variable in C?
निम्नलिखित में से कौन से गुण एक अच्छे नेता के होते हैं?
Which of the following are the qualities are of a good leader?
ARM7TDMI-S प्रोसेसर में __________ प्रकार के मेमोरी चक्र होते हैं।
The ARM7TDMI-S processor has __________ types of memory cycle.
आईआर सेंसर की विशिष्ट सीमा क्या है?
What is the typical range of an IR sensor?
क्या डीसी मोटर एक सेंसर या एक्चुएटर है?
Is a DC motor a sensor or an actuator?
मोटर दक्षता आमतौर पर ________ बढ़ने पर बढ़ती है।
Motor efficiency generally increases when ________ increases.
ARM7TDMI में t, d, m, I का क्या मतलब है?
What are t, d, m, I stands for in ARM7TDMI?
IoT परिनियोजन के लिए कौन सी क्लाउड सेवा अग्रणी नहीं है?
Which one is not Leading Cloud Services for IoT Deployments ?
रास्पबेरी पाई 3 में कितने पिन हैं
How many pins are there in the Raspberry Pi 3
माइक्रो-नियंत्रक माइक्रोप्रोसेसरों की तुलना में अधिक लाभप्रद और पसंदीदा क्यों हैं?
Why are micro-controllers more advantageous & preferred than microprocessors?
इंटरनेट ऑफ़ थिंग्स की अवधारणा में, चीज़ों में शामिल हैं:
In the concept of Internet of Things, Things include :
किस हेडर फ़ाइल में PROGMEM उपयोगिता शामिल है?
Which header file contains the PROGMEM Utility?
क्या लूप() फ़ंक्शन को पुनरावर्ती रूप से कॉल किया जा सकता है?
Can the loop() function be called recursively?
निम्नलिखित में से कौन सा IoT प्लेटफ़ॉर्म नहीं है?
Which of the following is not an IoT platform?
वॉशिंग मशीन में किस प्रकार के सेंसर का उपयोग किया जाएगा?
What type of sensor would be used in a washing machine?
Arduino IDE में सीरियल मॉनिटर खोलने की शॉर्टकट कुंजी है
The shortcut key to open the Serial Monitor in the Arduino IDE is
यदि हम सेटअप() फ़ंक्शन को अनंत लूप में चलाना चाहते हैं तो हमें क्या करने की आवश्यकता है?
What do we need to do if we want to run the setup() function in an infinite loop?
यदि 1 का अर्थ है किसी वस्तु का पता लगाया गया है और 0 का अर्थ है कि किसी वस्तु का पता नहीं लगाया गया है, तो सेंसर को स्थिर मानते हुए, यदि सेंसर द्वारा आउटपुट 111000 है तो वस्तु की गति के बारे में क्या कहा जा सकता है?
If 1 means an object is detected and 0 meaning no object is detected, then considering the sensor is stationary, what can be said about the movement of the object if the output by the sensor is 111000?
स्वचालित प्रणाली में सेंसर किस प्रकार का उपकरण है?
In an automated system, what type of device is a sensor?
____________ 16 बिट माइक्रोकंट्रोलर का एक उदाहरण है।
____________ is an example of 16 bit microcontroller.
Arduino UNO का डिफ़ॉल्ट बूटलोडर क्या है?
What is the default bootloader of the Arduino UNO?
बोले गए शब्दों के माध्यम से कितने संदेश दिए जाते हैं:
How many messages are delivered through the words that are spoken :
Arduino Uno में प्रयुक्त माइक्रोकंट्रोलर क्या है?
What is the microcontroller used in Arduino Uno ?
निम्नलिखित प्रोग्राम का आउटपुट क्या है?
What is the output of the following program?
void setup() {
String my_str = "This is the sentence";
Serial.begin(9600);
my_str.replace("sentence", "Arduino sketch");
Serial.println(my_str);
}
void loop() { }
किसी सरणी के 10वें तत्व "a" को ___________ के रूप में एक्सेस किया जा सकता है
The 10th element of an array “a‟ can be accessed as ___________
लूप() फ़ंक्शन का उपयोग प्रोग्रामर द्वारा कस्टम परिभाषित किसी अन्य फ़ंक्शन को कॉल करने के लिए किया जा सकता है?
An the loop() function be used to call another function that is custom defined by the programmer?
Arduino में रेखाचित्र ______ एक्सटेंशन के साथ सहेजे जाते हैं।
Sketches in Arduino are saved with the extension ______.
अल्ट्रासोनिक सेंसर का उपयोग क्या है?
What is the use of the Ultrasonic Sensor?
संदेशों, सूचनाओं या विचारों का आदान-प्रदान या आदान-प्रदान
The sharing or exchange of messages, information, or ideas
AnalogReference() फ़ंक्शन का क्या उपयोग है?
What is the use of the analogReference() function?
IoT में, ट्रांसपोर्ट लेयर बिना हैंडशेक/स्वीकृति के कनेक्शन स्थापित करता है:
In IoT, Transport layer set up connections without handshakes /acknowledgements using :
आईडीई और कंपाइलर के बीच क्या अंतर है?
What is the difference between an IDE and a compiler?
C भाषा में For लूप का उद्देश्य क्या है?
What is the purpose of For loop in C language?
नीचे दिए गए कोड में कितनी त्रुटियाँ मौजूद हैं?
How many errors are present in the code given below?
int i=10;
void setup() {
pinMode(i,OUTPUT);
digitalwrite(HIGH);
}
void loop() {
//Do Nothing.
}
अल्ट्रासोनिक तरंगें _______ तरंगों का एक रूप हैं
Ultrasonic waves are a form of _______ waves
कौन सी नियंत्रण संरचना यदि-अन्यथा कथन के समान है?
Which one of the control structures is similar to the if-else statement?
आर्द्रता सेंसर को इन नामों से भी जाना जाता है:
Humidity sensors are also known as:
पिन नंबर 13 का उपयोग ____ के रूप में किया जा सकता है
Pin number 13 can be used as____
ऐरे वाले C प्रोग्राम का सही विकल्प चुनें:
Choose the correct option of C program having array:
int main ()
{ int xyz (4) = [10,20,30,40];
printf (“%d”, xyz (1)); }
एकल ईथरनेट फ़्रेम की अधिकतम लंबाई
Maximum length of single Ethernet frame
इनमें से किसमें किसी बाहरी पावर सिग्नल की आवश्यकता नहीं होती है और यह सीधे आउटपुट प्रतिक्रिया उत्पन्न करता है?
Which of these do not require any external power signal and directly generates output response?
फीडबैक लूप के साथ वास्तविक समय प्रणाली का उदाहरण क्या है?
What is example of real time system with feedback loop.
दो शब्दों को जोड़ने के लिए आप कौन सा फ़ंक्शन चुनेंगे?
Which function will you choose to join two words?
लेवल 3 IOT सिस्टम में नोड्स की संख्या होती है।
level 3 IOT system has number of nodes.
Arduino UNO बोर्ड की ऑपरेटिंग आवृत्ति क्या है?
What is the operating frequency of the Arduino UNO Board?
Arduino कोड में तत्व सरणी की अधिकतम संख्या कितनी हो सकती है
what is the maximum number of element an array can hold in Arduino code
Arduino UNO पर रीसेट बटन का क्या उपयोग है?
What is the use of the RESET button on the Arduino UNO?
इनमें से कौन सा PWM पिन नहीं है?
Which of these is not a PWM pin?
IQ के फॉर्मूले में CA का मतलब है
In the formula of IQ, CA stands for
सेंसर द्वारा किस नेटवर्क का उपयोग किया जाता है?
Which network is used by a sensor?
निम्नलिखित Arduino कोड का आउटपुट क्या होगा?
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…
}
Arduino सिस्टम के प्रत्येक स्टार्टअप पर सेटअप() फ़ंक्शन कितनी बार चलता है?
How many times does the setup() function run on every startup of the Arduino System?
इनमें से कौन सा गैर-संपर्क प्रकार का सेंसर है?
Which of these is a non-contact type of sensor?
निम्नलिखित में से कौन सा एंबेडेड C भाषा का गुण है?
Which of the following is the property of embedded C language ?
नीचे दिए गए कोड का उद्देश्य क्या है यदि इसे Arduino Uno पर निष्पादित किया जाता है?
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);
}
फ़ंक्शंस के साथ C प्रोग्राम का आउटपुट क्या है?
What is the output of C program with functions?
int main() {
int a = 0;
printf("AJAY ");
return 1;
printf("VIJAY");
return 1;
}
सही बॉयलरप्लेट Arduino कोड ढूंढें।
Find the correct boilerplate Arduino code .
रीसेट ऑपरेशन के लिए आवश्यक चक्रों की न्यूनतम संख्या क्या है?
What is the minimum no of cycles required for reset operation?
निम्नलिखित कोड का आउटपुट क्या होगा?
What will be the output of the following code ?
#include <stdio.h>
void solve() {
char ch[5] = "abcde";
int ans = 0;
for(int i = 0; i< 5; i++) {
ans += (ch[i] - 'a');
}
printf("%d", ans);
}
int main() {
solve();
return 0;
}
आत्मविश्वास __ के आधार पर भिन्न हो सकता है
Confidence can vary depending on __
दिए गए C कोड में, लूप के लिए निष्पादित होता है:
In the given C code, for loop executes for:
#include
void main ()
{
int x=10;
for ( ; ; )
{
printf(“%d\n”,x):
}
}
निम्नलिखित कोड का आउटपुट क्या होगा?
What will be the output of the following code ?
#include <stdio.h>
void solve() {
int b = 4;
int res = b++ + ++b + ++b;
printf("%d", res);
}
int main() {
solve();
return 0;
}
Arduino UNO में __________ माइक्रोकंट्रोलर का उपयोग किया जाता है।
__________ microcontroller used in Arduino UNO.
स्मार्ट फोन का उपयोग IoT सेटअप में __________ एप्लिकेशन श्रेणियों के साथ किया जा सकता है।
Smart phones can be used in IoT setup with __________ application categories.
निम्नलिखित Arduino कोड का परिणाम क्या है?
What is the outcome of the following Arduino code?
void setup() {
Serial.begin(9600);
}
void setup() {
Serial.write(20);
}
एक एम्बेडेड सिस्टम में एक विशिष्ट ऑपरेशन को नियंत्रित करने के लिए डिज़ाइन किया गया एक कॉम्पैक्ट एकीकृत सर्किट।
A compact integrated circuit designed to govern a specific operation in an embedded system.
निम्नलिखित में से कौन सी नियंत्रण संरचना एक निकास-नियंत्रित लूप है?
Which of the following control structures is an exit-controlled loop?
कुछ Arduino बोर्डों पर मौजूद विन पिन का क्या उपयोग है?
What is the use of the Vin pin present on some Arduino Boards?
निम्नलिखित में से कौन सी भाषा कोड का विस्तार है?
Which of the following is an extension of C language code?
आईआर सेंसर किस प्रकार की तरंगों पर काम करता है?
What kind of waves does the IR Sensor work on?
एक LCD के लिए RS पिन _________ है।
The RS pin is _________ for an LCD.
MAC और IPV6 पतों की मानक लंबाई क्या है?
What is the standard length of MAC and IPV6 addresses?
अनुरोध-प्रतिक्रिया IoT संचार मॉडल के संबंध में कौन सा कथन सत्य है?
Which statement is true in concern with Request-response IoT communication model?
LDR सेंसर को ________ के रूप में संक्षिप्त किया गया है।
LDR sensor is abbreviated as ________.
लूप के लिए दो वेरिएबल x और y को एक साथ कैसे चलाएं?
How to run two variables x and y in for loop simultaneously?
एक भाषण _______ को ध्यान में रखकर तैयार किया जाना चाहिए।
A speech must be prepared with _______ in mind.
फ़ंक्शन pgm_read_word ((&(var_data[x][y]))) फ्लैश मेमोरी से ______ पढ़ता है:
The function pgm_read_word ((&(var_data[x][y]))) reads ______ from flash memory:
________ विधि पब/उप पर संदेश प्रकाशित करती है।
_______ method publishes messages to pub/sub.
LDR सेंसर में कितने पिन मौजूद होते हैं?
How many pins are present in the LDR Sensor?
Business में उपयोग की जाने वाली स्किल को क्या कहते हैं?
What are the skills used in business called?