Back
/100
7

M4R5.1 Practice Set 6

1 / 100

Q261. दैनिक, साप्ताहिक, मासिक... जैसे समय-अंतराल में तैयार की जाने वाली नियमित रिपोर्ट कहलाती हैं:

The routine reports prepared in time-intervals like daily, weekly, monthly...... are called:

2 / 100

Q212. C प्रोग्राम का आउटपुट क्या होता है?

What is the output of C Program?

int main()

{

 

int k=10;

 

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

3 / 100

Q229. Arduino नैनो बोर्ड में कितने एनालॉग पिन का उपयोग किया जाता है?

How many analog pins are used in Arduino nano board?

4 / 100

Q285. मेमो की भाषा समझने के लिए और होनी चाहिए।

The language of memos should be and to understand.

5 / 100

Q228. LCD में दूसरी लाइन पर मैसेज को प्रिंट करने के लिए किस कमांड का प्रयोग किया जाता है?

Which command used to print message on second line in LCD?

6 / 100

235. What is the output of C Program.?

C प्रोग्राम का आउटपुट क्या है?

 

 

int main()

{

int k, j;

for(k=1, j=10; k <= 5; k++) { { printf("%d ", (k+j));   } return 0; }

7 / 100

Q272. एक IoT डिवाइस के लिए इंटरफेस की आवश्यकता हो सकती है:

An IoT device may need interfaces for:

8 / 100

Q216. किसे नेटवर्क प्रदाता के रूप में जाना जाता है?

Which one known as network provider?

9 / 100

Q213. नकारात्मक तनाव की निम्नलिखित विशेषताएं हैं:

The following are the characteristics of Negative Stress:

10 / 100

Q281. IoT के लिए उपयोग की जाने वाली संचार प्रौद्योगिकियाँ हैं:

The communication technologies used for IoT is/are:

11 / 100

Q275. एक वाक्य में, विषय के बारे में

संचार करता है और विधेय के बारे में बात करता है।

In a sentence, subject communicates about and predicate talks about

12 / 100

Q251. Arduino प्रोग्रामिंग में ______________लिए जाने का संकेत देता है। हमेशा के लिए जाने का संकेत देता हैं।

In Arduino programming going forever___________indicate going forever

13 / 100

Q292. इंटरनेट ऑफ थिंग्स से जुड़ी बड़ी संख्या में उपकरणों को स्वचालित रूप से संचार करना पड़ता है, मनुष्यों के माध्यम से नहीं। इसे क्या कहा जाता है? The huge number of devices connected to the Internet of Things has to communicate automatically, not via humans. What is this called?

14 / 100

Q225. एपीआई का अर्थ है:

API stands for:

15 / 100

Q217. मौखिक संचार में तत्काल संभावना है। की

There is the prospect of immediate in oral communication.

16 / 100

Q226. सर्किट बोर्ड का प्रकार जिसका उपयोग

Arduino बोर्ड की क्षमताओं के विस्तार के लिए किया जा सकता है:

Type of circuit board which can be used for extension of capabilities of Arduino board :

17 / 100

Q299. Which is the following is not an Actuator?

निम्नलिखित में से कौन एक एक्चुएटर नहीं है?

18 / 100

Q201. फंक्शन के साथ C प्रोग्राम का आउटपुट क्या है?

What is the output of C program with functions?

int main() {

int a = 0;

printf("GyanXp ");

printf("GyanXp App");

return 1;

}

19 / 100

Q246. Arduino प्रोग्राम में देरी करने के लिए किस कमांड का उपयोग किया जाता है?

Which command is used to create a delay in the Arduino program?

20 / 100

Q259. मानसिक व्यायाम पर आधारित तनाव प्रबंधन तकनीक जो विश्राम प्रतिक्रिया उत्पन्न करती है:

The stress management technique based on mental exercises which to produces the relaxation response :

21 / 100

Q250. किस प्रकार की बातचीत में पर्यवेक्षक की उपस्थिति आवश्यक होती है?

Which type of negotiation necessitates the presence of an observer?

22 / 100

Q269. SQ3R रीडिंग कॉम्प्रिहेंशन मेथड में तीन R क्या हैं?

What are three R's in SQ3R reading comprehension method ?

Note: SQ3R five steps: survey, question, read, recite, and review.

23 / 100

Q244. AVR माइक्रोकंट्रोलर्स के लिए C/C++ कोड को बाइनरी में ट्रांसलेट करने के लिए किस कंपाइलर का उपयोग किया जाता है?

Which compiler is used to translate C/C++ code into binary for AVR microcontrollers?

24 / 100

Arduino में PWM पिन के लिए किस फंक्शन का उपयोग किया जाता है?

Which Function is used for PWM pin in Arduino?

25 / 100

Q276. स्वयं के साथ संचार को जाता है कहा

Communication with oneself is called

26 / 100

Q221. जब a=4, में ? का मान क्या होगा तो नीचे दिए गए स्टेटमेंट

When a = 4, what is the value of ? in the given below statement b = (a>6?4:6);

27 / 100

Q258. पर्यावरण और भौतिक तापमान को रिकॉर्ड करने के लिए डिज़ाइन किया गया वायरलेस बैटरी फ्री सेंसर है:

The wireless battery free sensor designed to record environmental and material temperature is:

28 / 100

Q230. व्यक्तित्व मूल्यांकन के लिए कौन-सा मापक नहीं है ?

Which is not the measure for the personality assessment?

29 / 100

Q255. दिए गए 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);

}

30 / 100

Q203. अच्छे व्यवहार में शामिल नहीं हैं:

Good manners do not include:

31 / 100

Q144. Which of the following control structures is an exit-controlled loop?

निम्नलिखित में से कौन सी नियंत्रण संरचना एक निकास-नियंत्रित लूप है?

32 / 100

Q273. जिस तरह के हम कपड़े पहनते हैं वह संचार का एक उदाहरण है।

The way we dress is an example of communication.

33 / 100

Q290. What is Type Casting?

टाइप कास्टिंग क्या है?

34 / 100

Q240. डेटाग्राम ट्रांसपोर्ट लेयर सिक्योरिटी प्रदान करता है

Datagram Transport Layer Security provides

35 / 100

Q264. दिए गए सी कोड में, लूप के लिए निष्पादित करता है:

In the given C code, for loop executes for:

#include void main ()

{

int x=10;

for (;;) { printf("%d\n",x):} }

36 / 100

Q254. IoT आर्किटेक्चर के लिए प्रयुक्त प्रोटोटाइप हार्डवेयर है/हैं:

The prototype hardware used for loT architecture is/are:

37 / 100

Q208. GPIO का क्या अर्थ है?

What does GPIO stand for?

38 / 100

Q279. कानूनी मामलों में साक्ष्य के रूप में किस दस्तावेज़ का उपयोग किया जा सकता है?

Which document that can be used as an evident in legal cases ?

39 / 100

Q260. लूप के लिए एक साथ दो चर x और y कैसे चलाएं?

How to run two variables x and y in for loop simultaneously?

40 / 100

Q207. Arduino के साथ रिले को संचालित करने के लिए स्विचिंग समय क्या है?

What is switching time for relay to operate with Arduino?

41 / 100

Q280. एंबेडेड इकोसिस्टम में कौन सा माइक्रोकंट्रोलर नहीं है?

Which one is not a microcontroller in Embedded Ecosystem ?

42 / 100

Q293. SSL और TLS का पूर्ण रूप है:

Terms SSL and TLS stand for:

43 / 100

Q209. निम्नलिखित में से कौन सा पर्यावरणीय कारक

व्यक्तित्व को प्रभावित करता है?

Which of the following environmental factors affects the personality?

44 / 100

Q295. हमें इलेक्ट्रॉनिक घटकों को नियंत्रित करने की अनुमति देता है

components allows us to control electronic

45 / 100

Q248. OSI में कितनी परतें होती हैं?

How many layers are there in OSI?

46 / 100

Q220. In LDR sensor, if the intensity of light applied is more, its resistance value becomes

LDR सेंसर में, यदि लागू प्रकाश की तीव्रता अधिक है, तो इसका प्रतिरोध मान हो जाता है।

47 / 100

Q298. Arduino से DHT सेंसर से आर्द्रता पढ़ने के लिए क्या function है?

What is the function for reading humidity from DHT sensor from Arduino?

48 / 100

Q296. क्लास -2 ब्लूटूथ डिवाइस की एक सीमा होती है:

Class-2 Bluetooth devices have a range of:

49 / 100

Q256. निम्नलिखित में से कौन सा ऑपरेटर बिटवाइज़ ऑपरेटर नहीं है?

Which of the following operators isn't a bitwise operator?

50 / 100

Q223. How many pins are available for interrupt functions in the Arduino Uno?

Arduino Uno में इंटरप्ट फ़ंक्शन के लिए कितने पिन उपलब्ध हैं?

51 / 100

Q242. Which of the following are the examples of Analog sensors?

निम्नलिखित में से कौन सा एनालॉग सेंसर के उदाहरण हैं?

52 / 100

Q274. सरणी वाले C प्रोग्राम का सही विकल्प चुनेंः

Choose the correct option of C program having array:

int main () { 20,30,40]; int xyz (4) = [10,20,30,40]; printf ("%d", xyz (1)); }

53 / 100

Q253. किस प्रकार का IoT संचार मॉडल ‌द्वि-दिशात्मक और पूर्णतः वैध है?

Which type of loT communication model is bi-directional and fully duplex?

54 / 100

Q291.

जनरेट डेटा

generate data

55 / 100

Q236. एक वास्तविक या कथित खतरा या चुनौती जो शरीर को प्रतिक्रिया उत्पन्न करने का कारण बनती है, है।

A real or perceived threat or challenge that causes the body to produce a response is a(n)

56 / 100

Q266. नियंत्रण प्रणाली में ओपन-लूप सिस्टम के उदाहरण हैं:

The examples of Open-loop system in control system are:

57 / 100

Q224. Which line in the code snippet is wrong?

कोड स्निपेट में कौन सी पंक्ति गलत है?

void setup() {

const int b = 1;

} int a = 0;

b=a;

58 / 100

Q265. टीसीपी/आईपी मॉडल में निम्न परत का उल्लेख नहीं है।

Following layer is not mentioned in TCP/IP Model.

59 / 100

Q241. Which of the following are the examples of temperature sensors?

निम्नलिखित में से कौन तापमान सेंसर के उदाहरण हैं?

60 / 100

Q245. Can the tone() and no Tone() functions be used for digital communications?

क्या डिजिटल संचार के लिए tone() और no Tone() फ़ंक्शंस का उपयोग किया जा सकता है?

61 / 100

Q282. एक स्थिर चर को इस प्रकार घोषित किया जा सकता है:

A constant variable can be declared as:

62 / 100

Q257. LDR सेंसर बने होते हैं:

LDR Sensors are made of:

63 / 100

Q231. निम्नलिखित में से कौन सा IoT का अनुप्रयोग नहीं है?

Which of the following is not an application of loT?

64 / 100

Q237. निम्नलिखित में से कौन सा निष्क्रिय ट्रांसड्यूसर नहीं है?

Which of the following is not passive transducer?

65 / 100

Q286. एक ऐरे इंडेक्स, xyz [] से शुरू होता है।

An array index, xyz [] starts with

66 / 100

Q249. इंटरनेट ऑफ थिंग्स की अवधारणा में, चीजों में शामिल हैं:

In the concept of Internet of Things, Things include:

67 / 100

 

Q204. निम्न में से कौन सा संचार बाधा नहीं हो सकता है?

Which of the following cannot be the communication barrier?

68 / 100

Q243. मौखिक संचार के लिए किस प्रकार के शब्द से बचना चाहिए?

Which kind of word to be avoided for verbal communication?

69 / 100

Q262. आत्म-सम्मान

Self-esteem promotes

70 / 100

Q284. Arduino Uno में कितने pwm पिन हैं?

How many pwm pins does the Arduino Uno have?

 

Note: pin 11, 10, 9, 6, 5, and 3 are PWM pins

71 / 100

Q219. लिलिपैड अरुडिनो का संबंध है:

The Lilypad Arduino is concerned with:

72 / 100

Q218. निम्नलिखित में से किस विधि का उपयोग करके एक डिजिटल मान को एनालॉग सिग्नल में परिवर्तित किया जाता है?

A digital value is converted to an analogue signal using which of the following Methods?

73 / 100

Q283. किसी व्यक्ति के व्यवहार और दृष्टिकोण का कहा वर्णन करने वाली स्थायी विशेषता को जाता है।

The enduring feature that describes an individual's behavior and attitude is called

74 / 100

Q247. Analog accelerometers are classified based on एनालॉग एक्सेलेरोमीटर को वर्गीकृत किया जाता है। के आधार पर

75 / 100

[09:16, 22/06/2026] Sonu Bhaiya:
Q233. What is the output of the code given below if the input is 1101 to pin 10?
[09:16, 22/06/2026] Sonu Bhaiya: void setup() {

}

Serial.begin(9600);

void loop() {

if(digitalRead(10)==1) {

Serial.print("HIGH ");

}

}

यदि 10 को पिन करने के लिए इनपुट 1101 है तो नीचे दिए गए कोड का आउटपुट क्या है?

76 / 100

Q227. तनाव/तनाव से संबंधित तनाव।

strain/tension. Stress related to

77 / 100

Q287. आईआर सेंसर में प्रयोग किया जाता है:

IR Sensors are used in:

78 / 100

Q239. 8085 माइक्रोप्रोसेसर में कितने पिन होते हैं?

How many pins are there in 8085 Microprocessor?

79 / 100

Q205. एलपीवानः

The LPWAN:

80 / 100

Q210. सभी संचार घटनाओं में एक होता है।

All communication events have a

81 / 100

Q238. Arduino में एलईडी चालू करने के लिए फ़ंक्शन का नाम क्या है?

What is the function name for turn on led in arduino?

82 / 100

Q202. int a:16; 16 यहाँ क्या दर्शाता है?

int a:16; what is 16 indicate here?

83 / 100

Q270. मेमो का पर्यायवाची कौन सा नहीं है?

Which is not the synonym of memo?

84 / 100

Q289. What is the maximum distance that the Ultrasonic Sensor can detect an object?

अल्ट्रासोनिक सेंसर अधिकतम कितनी दूरी तक किसी वस्तु का पता लगा सकता है?

85 / 100

Q297. PIR सेंसर का मतलब है:

A PIR Sensor stands for:

86 / 100

Q232. सीखने वाले की पसंद और नापसंद मन की स्थिति पर निर्भर करती है, जो है।

Likes and dislikes of learner depends on state of mind, which is

87 / 100

Q278. Arduino में Sketches एक्सटेंशन के साथ सहेजे जाते हैं।

Sketches in Arduino are saved with the extension

88 / 100

चाहिए?

After the formal event is over, to whom should you write a thank you note?

89 / 100

Q277. कौन सा मैक्रो पुष्टि करता है कि "हैलो फ्रेंड" फ्लैश मेमोरी में संग्रहीत किया जाएगाः

Which macro confirms "Hello friend" will be stored in the Flash memory:

90 / 100

Q252. एक मॉडरेटर की भूमिका है:

The role of a moderator is:

91 / 100

Q211. यदि हम IR सेंसर के Vcc को 25V का वोल्टेज सप्लाई करते हैं तो क्या होगा?

What will happen if we supply a voltage of 25V to the Vcc of the IR sensor?

92 / 100

Q300. The function pinmode() in Arduino programming is used to: Arduino प्रोग्रामिंग में फ़ंक्शन पिनमोड () का उपयोग किया जाता है:

93 / 100

Q234. Q82. 16-बिट माइक्रोकंट्रोलर का एक उदाहरण है।

is an example of 16 bit microcontroller.

94 / 100

Q222. Which of the following is an application of the LDR sensor?

निम्नलिखित में से कौन सा LDR सेंसर का अनुप्रयोग है?

95 / 100

Q236. एक वास्तविक या कथित खतरा या चुनौती जो शरीर को प्रतिक्रिया उत्पन्न करने का कारण बनती है, है।

A real or perceived threat or challenge that causes the body to produce a response is a(n)

96 / 100

Q271. IoT सक्षम तकनीकों में निम्नलिखित शामिल हैं:

loT enabled technologies include following:

97 / 100

Q268. जैसा कि दिखाया गया है Arduino के साथ एक एलईडी इंटरफेसिंग का अर्थ है:

A LED interfacing with Arduino as shown implies:

digitalWrite (led_pin, LOW);

digitalWrite (led_pin, HIGH);

98 / 100

Q215. निम्नलिखित में से कौन सा सेंसर का कार्य है?

Which of the following is a function of a sensor?

99 / 100

Q288. What is the use of the Ultrasonic Sensor?

अल्ट्रासोनिक सेंसर का उपयोग क्या है?

100 / 100

Q294. WPA में एक सुरक्षा तंत्र है

WPA is a security mechanism in

Your score is