O Level Internet of Things Paper July 2022 | Set 2
IoT आर्किटेक्चर के प्रभावी चरण क्या हैं?
What are the effective stages of IoT architecture?
किस प्रकार का IoT संचार मॉडल द्वि-दिशात्मक और पूर्णतः द्वैध है?
Which type of IoT communication model is bi-directional and fully duplex?
Ipv4 और Ipv6 इंटरनेट प्रोटोकॉल द्वारा कौन सी पता योजनाओं का उपयोग किया जाता है?
Which address schemes are used by Ipv4 and Ipv6 internet protocols?
IoT आर्किटेक्चर के लिए उपयोग किया जाने वाला प्रोटोटाइप हार्डवेयर है/हैं:
The prototype hardware used for IoT architecture is/are:
बार कोड प्रणाली में____________।
In bar code system____________.
उद्योगों में IoT परिनियोजन को बढ़ावा देने वाले वायरलेस नेटवर्क प्रकार हैं:
The wireless network types that promote IoT deployment in industries are:
एंबेडेड C में टर्नरी ऑपरेटर के लिए सही विकल्प चुनें:
Choose the correct option for the ternary operator in embedded C:
दिए गए C कोड का आउटपुट है:
The output of given C code is:
#include
int main ()
{
int x=1, y = 1, z;
z= x++ + y;
printf (“%d, %d”, x, y);
}
निम्नलिखित में से किस ऑपरेटर की प्राथमिकता सबसे अधिक है?
Which of the following operators have the highest precedence?
निम्नलिखित में से कौन सा ऑपरेटर बिटवाइज़ ऑपरेटर नहीं है?
Which of the following operators isn't a bitwise operator?
पर्यावरण और सामग्री तापमान को रिकॉर्ड करने के लिए डिज़ाइन किया गया वायरलेस बैटरी मुक्त सेंसर है:
The wireless battery free sensor designed to record environmental and material temperature is:
PROGMEM उपयोगिता के दौरान डेटा को सेव करते समय उपयोग की जाने वाली मेमोरी है:
The memory used while saving the data during „PROGMEM utility‟ is:
मानसिक व्यायाम पर आधारित तनाव प्रबंधन तकनीक जो विश्राम प्रतिक्रिया उत्पन्न करती है:
The stress management technique based on mental exercises which to produces the relaxation response :
IoT के लिए माइक्रोकंट्रोलर्स का चयन इस पर आधारित है:
The selection of Microcontrollers for IoT is based on:
संदेश आम जनता के लिए होते हैं और जो एक विशिष्ट समूह को भेजे जाते हैं क्रमशः _______, _______ कहा जाता है।
The messages meant for the general public and that sent to a specific group are called _______, _______ respectively.
लूप के लिए दो वेरिएबल x और y को एक साथ कैसे चलाएं?
How to run two variables x and y in for loop simultaneously?
IoT में इंटरनेट, भौतिक उपकरण, सेंसर, माइक्रोकंट्रोलर और _______ शामिल हैं:
IoT comprises of internet, physical devices, sensors, microcontroller, and _______:
एम्बेडेड सी में अनंत लूप को कैसे समाप्त करें?
How to terminate an infinite loop in embedded C?
निम्नलिखित में से कौन सा IoT अंतिम बिंदु का घटक नहीं है?
Which of the following is not the component of IoT End point?
दैनिक, साप्ताहिक, मासिक__________ जैसे समय-अंतराल में तैयार की जाने वाली नियमित रिपोर्ट हैं:
The routine reports prepared in time-intervals like daily, weekly, monthly...... are called:
प्रतिबंधित वातावरण में मशीन से मशीन (M2M) संचार के लिए कौन सा एप्लिकेशन लेयर प्रोटोकॉल जिम्मेदार है?
Which application layer protocol is responsible for machine to machine (M2M) communication in restricted environment?
आत्म-सम्मान _______ को बढ़ावा देता है।
Self-esteem promotes _______.
C में लंबे पूर्णांक के printf () और wprintf () के लिए प्रारूप विनिर्देशक को इस प्रकार दर्शाया गया है:
The format specifier for printf () and wprintf () of long integer in C is denoted as:
दिए गए C कोड में, लूप के लिए निष्पादित होता है:
In the given C code, for loop executes for:
#include
void main ()
{
int x=10;
for ( ; ; ) { printf(“%d\n”,x):}
}
IoT तापमान निगरानी संबंधित है:
The IoT temperature monitoring is related to:
IoT एकीकृत विकास वातावरण (IDE) और उपकरण कौन सा है?
Which is IoT integrated development environment (IDE) and tools?
हम ऐरे को कैसे प्रारंभ कर सकते हैं?
How can we initialize the array?
संचार प्रक्रिया में शामिल हैं:
The communication process comprises of:
IoT सेवाओं को कम लागत पर उपलब्ध कराना मुख्य सुरक्षा चुनौती है:
The main security challenge to overcome to make IoT services available at low cost is:
टीसीपी/आईपी मॉडल में निम्नलिखित परत का उल्लेख नहीं किया गया है।
Following layer is not mentioned in TCP/IP Model.
श्री राहुल अपने प्रोजेक्ट को पूरा करने और लागू करने के बाद फीडबैक मांग रहे हैं। यह अधिनियम __________ का प्रतिनिधित्व करता है।
Mr. Rahul is seeking feedback after completing and implementing his project. This act represents __________.
नियंत्रण प्रणाली में ओपन-लूप प्रणाली के उदाहरण हैं:
The examples of Open-loop system in control system are:
फ़ंक्शन pgm_read_word ((&(var_data[x][y]))) फ्लैश मेमोरी से ______ पढ़ता है:
The function pgm_read_word ((&(var_data[x][y]))) reads ______ from flash memory:
Arduino IDE में बूटलोडर क्या है?
What is the bootloader in the Arduino IDE?
दिखाए गए अनुसार Arduino के साथ एक LED इंटरफ़ेस का तात्पर्य है:
A LED interfacing with Arduino as shown implies:
digitalWrite (led_pin, LOW);
digitalWrite (led_pin, HIGH);
SQ3R पढ़ने की समझ विधि में तीन R क्या हैं?
What are three R‟s in SQ3R reading comprehension method ?
A__________एक दस्तावेज़ है जिसका उपयोग अदालत में साक्ष्य के रूप में किया जा सकता है।
A__________is a document that can be used as evidence in court.
IoT आर्किटेक्चर में सार्वजनिक क्लाउड कंप्यूटिंग की भूमिका है:
The role of public cloud computing in the IoT architecture is:
संचार माध्यम के रूप में ईमेल की आवश्यक विशेषता/विशेषताएं हैं/हैं:
The essential feature/features of an email as communication medium is/are:
मेमो का समानार्थी शब्द कौन सा नहीं है?
Which is not the synonym of memo?
सेंसर सिग्नल को एनालॉग से किस डोमेन में परिवर्तित करते हैं?
Sensors convert signals from analog to which domain?
IoT सक्षम प्रौद्योगिकियों में निम्नलिखित शामिल हैं:
IoT enabled technologies include following:
एम्बेडेड सी में, शाब्दिक अर्थ है:
In embedded C, Literals means:
Arduino कोड के बारे में क्या सत्य है?
What is true about Arduino Codes?
‘Arduino.h’ हेडर फ़ाइल के बारे में जो कथन सत्य हैं वे हैं:
The statements that are TRUE about ‘Arduino.h’ header file are:
स्टोकेस्टिक नियंत्रण प्रणाली में है:
Stochastic control system has:
कीवर्ड „PROGMEM‟ PROGMEM उपयोगिता का एक परिवर्तनीय संशोधक है। कौन सा हेडर फ़ाइल में यह शामिल है?
The keyword „PROGMEM‟ is a variable modifier of PROGMEM Utility. Which header file contains it?
IoT डिवाइस को इसके लिए इंटरफ़ेस की आवश्यकता हो सकती है:
An IoT device may need interfaces for:
ओपन-लूप और बंद-लूप सिस्टम में अंतर निम्न पर आधारित हैं:
The differences in an open-loop and a closed-loop systems are based on:
हमारे कपड़े पहनने का तरीका _________ संचार का एक उदाहरण है।
The way we dress is an example of _____________ communication.
ऐरे वाले C प्रोग्राम का सही विकल्प चुनें:
Choose the correct option of C program having array:
int main ()
{
int xyz (4) = [10,20,30,40];
printf (“%d”, xyz (1));
}
एक वाक्य में, विषय _______ के बारे में और विधेय वार्ता के बारे में संचार करता है।
In a sentence, subject communicates about _______ and predicate talks about_______.
स्वयं के साथ संचार को ____________ कहा जाता है
Communication with oneself is called ____________
जब EN लाइन __________ और RS लाइन दिखाती है तो LCD डेटा का टेक्स्ट फॉर्म प्रदर्शित करता है:
LCD displays the text form of data when EN line shows __________ and RS line is__________:
Arduino को निम्नलिखित भाषाओं का उपयोग करके प्रोग्राम किया जा सकता है:
Arduino can be programmed using following languages:
कौन सा मैक्रो पुष्टि करता है कि "हैलो फ्रेंड" फ्लैश मेमोरी में संग्रहीत किया जाएगा:
Which macro confirms “Hello friend” will be stored in the Flash memory:
IoT प्रोटोकॉल में शामिल नहीं है:
An IoT protocols does not include:
यदि-अन्यथा और स्विच केस कथन में अंतर है:
The difference in If-Else and switch case statement is:
Arduino में रेखाचित्र ___________ एक्सटेंशन के साथ सहेजे जाते हैं।
Sketches in Arduino are saved with the extension ___________.
एक IoT डिवाइस कनेक्शन का उपयोग करके अन्य इंटरफेस से जुड़ता है जो हैं:
An IoT device connects with other interfaces using connections which are:
WoT क्या है और IoT में इसका उपयोग क्या है?
What is WoT and its usage in the IoT?
वह कौन सा दस्तावेज़ है जिसका उपयोग कानूनी मामलों में साक्ष्य के रूप में किया जा सकता है?
Which document that can be used as an evident in legal cases ?
एंबेडेड इकोसिस्टम में कौन सा माइक्रोकंट्रोलर नहीं है?
Which one is not a microcontroller in Embedded Ecosystem ?
IoT के लिए उपयोग की जाने वाली संचार प्रौद्योगिकियाँ हैं/हैं:
The communication technologies used for IoT is/are:
सीरियल टीटीएल सिग्नल भेजने और प्राप्त करने के बारे में क्या सच है:
What is true about sending and receiving the Serial TTL Signals:
IoT अनुप्रयोगों में उपयोग किया जाने वाला ESP8266 क्या है?
What is ESP8266 used in IoT applications?
DC मोटर की गति को Arduino द्वारा ____________ का उपयोग करके नियंत्रित किया जाता है।
The speed of DC motor is controlled by Arduino using ____________.
माइक्रोप्रोसेसरों में निम्नलिखित घटक अंतर्निहित होते हैं:
Microprocessors have following components embedded in them:
कौन सी सुविधा IoT को परिभाषित करती है?
Which feature defines IoT?
एक स्थिर चर को इस प्रकार घोषित किया जा सकता है:
A constant variable can be declared as:
IoT IoT टर्मिनल उद्योग के निर्माण को बढ़ावा देता है _______।
IoT promotes the creation of IoT terminal industry _______.
पढ़ना ज्ञान लाने की एक कला है। यह मूलतः ________ है।
Reading is an art to bring in knowledge. It basically ________.
पैरालैंग्वेज मेटा-कम्युनिकेशन का एक हिस्सा है जो गैर-मौखिक संचार से संबंधित है । इसे___________ के रूप में भी जाना जाता है ।
Paralanguage is a part of meta-communication that deals with non-verbal communication. Also known as __________.
माइक्रोकंट्रोलर्स में, बाहरी एक्सेस का उपयोग निम्न के लिए किया जाता है:
In Microcontrollers, external access is used for:
इंटरफ़ेस करते समय कीबोर्ड पिन व्यवधान पैदा कर सकता है जिसे कहा जाता है:
Keyboard pins while interfacing can cause interrupt called as:
नियंत्रण वाल्व में स्प्रिंग का मूल कार्य क्या है?
What is the basic function of the spring in a control valve?
IoT डिवाइस हमलों और खतरों के प्रति संवेदनशील हैं। उनमें से एक है क्रिप्टोनालिसिस आक्रमण का अर्थ है:
IoT devices are vulnerable to attacks and threats. One of them is Cryptanalysis attack that means:
सरणी के चौथे तत्व तक पहुंचने के लिए सही विकल्प चुनें:
Choose the correct option to access the 4th element of the array :
int z [30];
int *pz;
pz = z;
वह स्थायी विशेषता जो किसी व्यक्ति के व्यवहार और दृष्टिकोण का वर्णन करती है, कहलाती _______है
The enduring feature that describes an individual‟s behavior and attitude is called_______.
प्रमुख विशेषताएँ जिन पर OSI और TCP/IP मॉडल भिन्न हैं:
The major characteristics on which OSI and TCP/IP model differs:
भविष्य के IoT ट्रस्ट इन्फ्रास्ट्रक्चर प्रत्यक्ष मानवीय संपर्क के बिना उपकरणों के बीच व्यवसाय-महत्वपूर्ण संपर्क __________प्रौद्योगिकी पर आधारित हैं।
The future IoT trust infrastructures are based on __________technology for business-critical interaction between devices without direct human interaction.
IoT आधारित प्रणालियों के मुख्य घटक हैं:
Main components of IoT based systems are:
Arduino Uno में कितने pwm पिन हैं?
How many pwm pins does the Arduino Uno have?
Arduino IDE में ऑप्टिबूट बूटलोडर क्या है?
What is the Optiboot bootloader in the Arduino IDE?
किसी फ़ंक्शन में, एक सरणी पास की जाती है:
In a function, an array is passed by:
समझने के लिए मेमो की भाषा __________ और __________ होनी चाहिए।
The language of memos should be __________ and __________ to understand.
एक सरणी सूचकांक, xyz [ ] _____ से शुरू होता है।
An array index, xyz [ ] starts with _____.
दिए गए कोड के अनुक्रमण के लिए सही विकल्प चुनें:
Choose the correct option for indexing of the given code:
int main ()
{
int xyz (8);
return 0;
}