July 2024 ke O Level M4-R5 exam ke solved MCQs aapke preparation ka game changer ban sakte hain. Har ek question real exam ke pattern se match karta hai aur aapko deta hai ek focused learning approach. Is post mein jo solutions hain woh exam crack karne ke liye banaye gaye hain. Hindi aur English mein explanation se concept clear hota hai. Padhai easy banaiye — smart tarike se!

M4-R5 July 2024 O Level Previous Paper Question Answers
Q. 1. टेम्प्रेचर और ह्यूमिडिटी सेंसर की वैल्यू कहाँ प्रिंट होती हैं?
The temperature and humidity sensor values are printed in ______
(A) PIP
(B) OLED matrix
(C) PYPI
(D) None of the above
Correct Answer: (B) OLED matrix
Q. 2. Arduino के क्या लाभ हैं?
Advantages of Arduino?
(A) Easy to learn
(B) Huge community
(C) Many third-party libraries
(D) All of the above
Correct Answer: (D) All of the above
Q. 3. संकलन त्रुटियों (Compile Errors) के उदाहरण कौन से हैं?
Some of the compile errors are?
(A) Misspellings & wrong capitalizations
(B) Missing semicolons or parentheses
(C) Missing variable initialization
(D) All of the above
Correct Answer: (D) All of the above
Q. 4. विशिष्ट IoT सिस्टम में निम्नलिखित में से कौन संपत्ति (Asset) नहीं है?
Which of the following is not an asset in a typical IoT System?
(A) Gateway
(B) IoT Device
(C) Application
(D) None of the above
Correct Answer: (D) None of the above
Q. 5. अल्ट्रासोनिक सेंसर में pulseIn() फंक्शन क्या मापता है?
Which parameter is taken through pulseIn() in ultrasonic sensor?
(A) Frequency
(B) Voltage
(C) Time Duration
(D) Distance
Correct Answer: (C) Time Duration
Q. 6. Arduino Uno में SCL पिन कौन सी होती है?
In I2C connection, which pin on the Arduino Uno is used for SCL (Serial Clock)?
(A) A5
(B) A4
(C) A2
(D) D2
Correct Answer: (A) A5
Q. 7. निम्नलिखित C कोड का आउटपुट क्या होगा?
What will be the output of the following code?
int main() {
int i = 25;
int k = i % 4;
printf(“%d\n”, k);
}
(A) 1
(B) 2
(C) 3
(D) 4
Correct Answer: (C) 1
Q. 8. Arduino का कौन-सा पिन 16×2 LCD के Data5 पिन से जुड़ा होता है?
Which Arduino pin is connected to Data5 (D5) of 16×2 character LCD?
(A) Pin No. 5
(B) Pin No. 3
(C) Pin No. 4
(D) Pin No. 2
Correct Answer: (A) Pin No. 5
Q. 9. IoT हार्डवेयर बनाने की प्रक्रिया जिसमें सेंसर, माइक्रोकंट्रोलर आदि का उपयोग होता है, क्या कहलाती है?
The process of building IoT hardware using components like sensors, circuits and microcontrollers is called?
(A) Protocasting
(B) Prototyping
(C) Casting
(D) Protocol Typing
Correct Answer: (B) Prototyping
Q. 10. कौन सा कमांड Arduino के 9वें पिन को आउटपुट के रूप में सेट करेगा?
Which command sets the 9th pin on Arduino as output?
(A) digitalWrite(9, HIGH);
(B) int sensorPin=9
(C) pinMode(9, OUTPUT);
(D) int sensorValue=9
Correct Answer: (C) pinMode(9, OUTPUT);
Q. 11. इस C कोड का आउटपुट क्या होगा?
What will be the output of the following code?
void main() {
int x = 5 * 6 / 2 + 8;
printf(“%d”, x);
return 0;
}
(A) 23
(B) 21
(C) 20
(D) 19
Correct Answer: (A) 23
Q. 12. इस Arduino कोड का आउटपुट क्या होगा?
What will be the output of the following Arduino code?
#define X 10;
void setup() {
X = 0;
Serial.begin(9600);
Serial.print(X);
}
(A) OXAB
(B) 0
(C) Error
(D) Oxa
Correct Answer: (C) Error
Q. 13. इस कोड का आउटपुट क्या होगा?
What will be the output of the following code?
int main() {
int a = 5;
while (a = 123) {
printf(“RABBIT\n”);
}
printf(“GREEN”);
return 0;
}
(A) RABBIT is printed unlimited number of times
(B) GREEN
(C) Compiler error
(D) RABBIT GREEN
Correct Answer: (A) RABBIT is printed unlimited number of times
Q. 14. नीचे दिए गए कोड का आउटपुट क्या होगा?
What will be the output of the following code?
#include <stdio.h>
int main() {
int i;
for (i = 0; i < 8; i++);
printf(“%d”, i);
return 0;
}
(A) 8
(B) 0
(C) Infinite loop
(D) 1234567
Correct Answer: (A) 8
Q. 15. 270mV आउटपुट वोल्टेज पर LM35 का तापमान क्या होगा?
What is the temperature in Celsius from LM35 for 270mV output?
(A) 25
(B) 54
(C) 27
(D) 50
Correct Answer: (C) 27
Q. 16. निष्पादन इकाई की भूमिका क्या होती है?
What is the role of the Execution Unit?
(A) Decoding
(B) Processing
(C) Encoding
(D) Calculation
Correct Answer: (B) Processing
Q. 17. C में एक ऐरे को कैसे सेटअप करते हैं?
How do you set up an array in C?
(A) int k(2)={3,4};
(B) int k={3,4}
(C) int k=new int[2]
(D) int k[2] = {3,4};
Correct Answer: (D) int k[2] = {3,4};
Q. 18. Mq2 गैस सेंसर में कितने टर्मिनल होते हैं?
How many terminals does the Mq2 Gas Sensor have?
(A) 2
(B) 1
(C) 3
(D) 4
Correct Answer: (C) 3
Q. 19. Arduino UNO के Analog पिन ग्रुप के लिए निम्न में से कौन-सा कथन गलत है?
Which statement is incorrect for Arduino UNO’s analog pin group?
(A) Used for the digital conversion of analog values from external environment
(B) Logic (1/0) not used for input/output
(C) There are 6 analog input pins
(D) The resolution of each input is 10 bits
Correct Answer: (B) Logic (1/0) not used for input/output
Q. 20. इस C प्रोग्राम का आउटपुट क्या होगा?
What will be the output of this C program?
int main() {
int a = 0;
printf(“AJAY”);
return 1;
printf(“VIJAY”);
return 1;
}
(A) Compiler Error
(B) AJAY
(C) AJAY VIJAY
(D) VIJAY
Correct Answer: (B) AJAY
Q. 21. Arduino में _______ pin के लिए उपयोग की जाने वाली फेडिंग तकनीक है?
Fading technique is used for which type of pin in Arduino?
(A) A2 / A2
(B) D2 / D2
(C) PWM / PWM
(D) 5V / 5V
Correct Answer: (C) PWM / PWM
Q. 22. int a:16; इस कोड में 16 का क्या अर्थ है?
In the statement int a:16; what does 16 indicate?
(A) Value / मान
(B) Size / आकार
(C) Address / पता
(D) None of the above / उपरोक्त में से कोई नहीं
Correct Answer: (B) Size / आकार
Q. 23. Arduino के साथ रिले को संचालित करने के लिए स्विचिंग समय क्या होता है?
What is the switching time for a relay to operate with Arduino?
(A) 10-15 MS / 10-15 एमएस
(B) 5-10 MS / 5-10 एमएस
(C) 10-20 MS / 10-20 एमएस
(D) 5-10 Sec / 5-10 सेकंड
Correct Answer: (B) 5-10 MS / 5-10 एमएस
Q. 24. अनुरोध-प्रतिक्रिया IoT संचार मॉडल के संदर्भ में कौन सा कथन सत्य है?
Which statement is true regarding the request-response IoT communication model?
(A) Request-response is a stateless communication model / रिक्वेस्ट-रिस्पॉन्स एक स्टेटलेस कम्युनिकेशन मॉडल है
(B) Client server architecture of Request-response uses queues / क्लाइंट-सर्वर आर्किटेक्चर में queues का उपयोग होता है
(C) Each request-response pair is dependent of others / प्रत्येक जोड़ी एक-दूसरे पर निर्भर होती है
(D) In request-response publisher is a client and broker are server / पब्लिशर क्लाइंट और ब्रॉकर सर्वर होता है
Correct Answer: (A) Request-response is a stateless communication model
Q. 25. Arduino बोर्ड में TX पिन ______ का प्रतिनिधित्व करता है?
TX pin in Arduino board represents what?
(A) Transmits / ट्रांसमिट करता है
(B) Ground / ग्राउंड
(C) Restarts / रीस्टार्ट करता है
(D) Receives / रिसीव करता है
Correct Answer: (A) Transmits / ट्रांसमिट करता है
Q. 26. Arduino बोर्ड में RX पिन ______ का प्रतिनिधित्व करता है?
RX pin in Arduino board represents what?
(A) Receivers / रिसीव करता है
(B) Ground / ग्राउंड
(C) Restarts / रीस्टार्ट करता है
(D) Transmits / ट्रांसमिट करता है
Correct Answer: (A) Receivers / रिसीव करता है
Q. 27. Arduino Mega में कितने analog inputs होते हैं?
How many analog inputs does Arduino Mega hold?
(A) 16 / 16
(B) 12 / 12
(C) 13 / 13
(D) 14 / 14
Correct Answer: (A) 16 / 16
Q. 28. Arduino विभिन्न प्रकार के ______ जैसे विंडोज़, लिनक्स और मैक पर काम कर सकता है।
Arduino can work on various ______ such as Windows, Linux, and Mac.
(A) Platforms / प्लेटफॉर्म्स
(B) Elements / एलिमेंट्स
(C) Components / कंपोनेंट्स
(D) Batteries / बैटरियाँ
Correct Answer: (A) Platforms / प्लेटफॉर्म्स
Q. 29. Atmel ______ AVR माइक्रोकंट्रोलर Arduino बोर्ड में उपस्थित होता है।
Atmel ______ AVR microcontroller is present in Arduino boards.
(A) 8-bit / 8-बिट
(B) 2-bit / 2-बिट
(C) 3-bit / 3-बिट
(D) 6-bit / 6-बिट
Correct Answer: (A) 8-bit / 8-बिट
Q. 30. Arduino बोर्ड में डबल पिन होते हैं जो ______ के लिए इंटरफेसिंग प्रदान करते हैं।
Arduino boards have double pins that provide interfacing for ______.
(A) Programming / प्रोग्रामिंग
(B) Technical issue / तकनीकी समस्याएँ
(C) Simulating / सिमुलेशन
(D) Marketing / विपणन
Correct Answer: (A) Programming / प्रोग्रामिंग
Q. 31. Arduino का प्रत्येक माइक्रोकंट्रोलर ______ द्वारा पूर्व क्रमादेशित होता है।
Each microcontroller of Arduino is pre-programmed by ______.
(A) Bootloader / बूटलोडर
(B) Amplifier / एम्प्लीफायर
(C) None of these above / उपरोक्त में से कोई नहीं
(D) Actuator / एक्चुएटर
Correct Answer: (A) Bootloader / बूटलोडर
Q. 32. LCD का पूर्ण रूप क्या है?
What is the full form of LCD?
(A) Liquid crystal display / लिक्विड क्रिस्टल डिस्प्ले
(B) Light crystal display / लाइट क्रिस्टल डिस्प्ले
(C) Light cube display / लाइट क्यूब डिस्प्ले
(D) All of the above / उपरोक्त सभी
Correct Answer: (A) Liquid crystal display / लिक्विड क्रिस्टल डिस्प्ले
Q. 33. ______ एक फंक्शन है जो पावर-अप या रीसेट के बाद शुरू होता है।
Which function starts after power-up or reset?
(A) loop() / लूप()
(B) start() / स्टार्ट()
(C) setup() / सेटअप()
(D) None of the above / उपरोक्त में से कोई नहीं
Correct Answer: (C) setup() / सेटअप()
Q. 34. वह फंक्शन कौन सा है जो मुख्य प्रोग्राम में बार-बार निष्पादित होता है?
Which function executes repeatedly in the main program?
(A) loop() / लूप()
(B) while() / वाइल()
(C) setup() / सेटअप()
(D) None of the above / उपरोक्त में से कोई नहीं
Correct Answer: (A) loop() / लूप()
Q. 35. LED का पूरा नाम क्या है?
What is the full form of LED?
(A) Light Emitting Diode / लाइट एमिटिंग डायोड
(B) Laser Emitting Diode / लेजर एमिटिंग डायोड
(C) Lighting Error Diode / लाइटिंग एरर डायोड
(D) None of the above / उपरोक्त में से कोई नहीं
Correct Answer: (A) Light Emitting Diode / लाइट एमिटिंग डायोड
Q. 36. Arduino ब्लूटूथ को Arduino ______ भी कहा जाता है।
Arduino Bluetooth is also called Arduino ______.
(A) Arduino Diecimila / अर्दुइनो डेसिमिला
(B) Arduino Due / अर्दुइनो डुए
(C) Arduino BT / अर्दुइनो बीटी
(D) None of these / इनमें से कोई नहीं
Correct Answer: (C) Arduino BT / अर्दुइनो बीटी
Q. 37. एंबेडेड सी प्रोग्रामिंग में फंक्शन प्रीप्रोसेसर डायरेक्टिव का क्या कार्य होता है?
What is the purpose of function preprocessor directives in Embedded C programming?
(A) Tell compiler where to find symbols not present in program / कंपाइलर को बताना कि प्रतीक कहाँ ढूँढने हैं
(B) Define variables / वेरिएबल्स को परिभाषित करना
(C) Give compiler instructions to compile the program / कंपाइलर को निर्देश देना
(D) Define functions / फंक्शन्स को परिभाषित करना
Correct Answer: (C) Give compiler instructions to compile the program
Q. 38. निम्न में से कौन एक्सेस किए गए संसाधन से इंकार करने से रोकता है?
Which of the following prevents denial of accessed resource?
(A) Non-repudiation / नॉन-रिपुडिएशन
(B) Sniffing / स्निफिंग
(C) Accounting / अकाउंटिंग
(D) Authorization / अथॉराइजेशन
Correct Answer: (A) Non-repudiation / नॉन-रिपुडिएशन
Q. 39. IoT नेटवर्क जिसकी रेंज बहुत कम होती है, वह कौन सा है?
Which IoT network has a very short range?
(A) Short-range Wireless Network / शॉर्ट-रेंज वायरलेस नेटवर्क
(B) LAN / लैन
(C) WAN / वैन
(D) Fox / फॉक्स
Correct Answer: (A) Short-range Wireless Network / शॉर्ट-रेंज वायरलेस नेटवर्क
Q. 40. कौन सा प्रोसेसर फ्लोटिंग पॉइंट कैलकुलेशन करने में सहायता करता है?
Which processor assists in floating point calculations?
(A) Microprocessor / माइक्रोप्रोसेसर
(B) Microcontroller / माइक्रोकंट्रोलर
(C) Coprocessor / कोप्रोसेसर
(D) Controller / कंट्रोलर
Correct Answer: (C) Coprocessor / कोप्रोसेसर
Q. 41. निम्नलिखित Arduino कोड का आउटपुट क्या होगा?
What is the output of the following Arduino code?
void setup(){
Serial.begin(9600);
}
void setup0{
Serial.write(20);
}
(A) Arduino बोर्ड के पिन 20 को सिग्नल भेजेगा / Send a signal to pin 20 on the Arduino board
(B) सीरियल पिन्स के माध्यम से ऑक्टल संख्या 20 भेजेगा / Send an octal number of 20 through the Serial pins
(C) सीरियल पिन्स के माध्यम से वैल्यू 20 के साथ एक बाइट भेजेगा / Send a byte with value 20 through the Serial pins
(D) सीरियल पिन्स के माध्यम से हेक्साडेसीमल संख्या 20 भेजेगा / Send a hexadecimal number of 20 through the Serial pins
Correct Answer: (C) सीरियल पिन्स के माध्यम से वैल्यू 20 के साथ एक बाइट भेजेगा / Send a byte with value 20 through the Serial pins
Q. 42. Arduino IDE किस भाषा में बनाई गई है?
Which language is used to build Arduino IDE?
(A) Java
(B) Python
(C) HTML
(D) C/C++
Correct Answer: (A) Java
Q. 43. Arduino में इंटरप्ट सर्विस रूटीन (ISR) का उपयोग किस लिए किया जाता है?
What is the use of the Interrupt Service Routine in an Arduino?
(A) मेमोरी बढ़ाने के लिए / To make more memory
(B) Arduino को बूट करने के लिए / To boot up the Arduino
(C) फंक्शंस को ऑटोमैट करने के लिए / To automate functions
(D) किसी चल रहे कोड से बाहर निकलने के लिए / To exit any code that is running
Correct Answer: (C) फंक्शंस को ऑटोमैट करने के लिए / To automate functions
Q. 44. Arduino Uno में प्रोग्राम मेमोरी का आकार कितना होता है?
What is the size of program memory in Arduino Uno?
(A) 10 KB
(B) 4 KB
(C) 32 KB
(D) 64 KB
Correct Answer: (C) 32 KB
Q. 45. यदि हम IR सेंसर को 25V वोल्टेज दें, तो क्या होगा?
What will happen if 25V is supplied to an IR sensor?
(A) सेंसर सामान्य रूप से कार्य करेगा / Sensor will function normally
(B) सेंसर काम नहीं करेगा जब तक वोल्टेज दिया गया है / Sensor will not respond for the time voltage applied
(C) नुकसान होगा / Damage is caused
(D) सेंसर ठीक से काम करेगा / Sensor will work fine
Correct Answer: (C) नुकसान होगा / Damage is caused
Q. 46. निम्नलिखित C प्रोग्राम का आउटपुट क्या होगा?
What will be the output of the following C program?
int main() {
int k=10;
while(k <= 12) {
printf(“%d”, k);
k++;
}
return 0;
}
(A) 10 11 12
(B) 10 10 10
(C) 12 11 10
(D) 12 12 12
Correct Answer: (A) 10 11 12
Q. 47. Arduino IDE किस प्रोग्रामिंग भाषा में लिखा गया है?
What programming language is the Arduino IDE written in?
(A) Python
(B) C/C++
(C) HTML
(D) None of the above
Correct Answer: (A) Python
Q. 48. Arduino में PWM पिन के लिए कौन सा फंक्शन उपयोग किया जाता है?
Which function is used for PWM pin in Arduino?
(A) digitalWrite()
(B) serial.print()
(C) analogWrite()
(D) pinMode()
Correct Answer: (C) analogWrite()
Q. 49. Arduino UNO में कौन सा माइक्रोकंट्रोलर उपयोग होता है?
Which microcontroller is used in Arduino UNO?
(A) ATmega328p
(B) AT91SAM3x8E
(C) AT90S2313
(D) AT90S/LS8535
Correct Answer: (A) ATmega328p
Q. 50. एक अंक मान को एनालॉग सिग्नल में किस विधि से बदला जाता है?
Which method is used to convert a digital value into an analog signal?
(A) DAC
(B) pinMode()
(C) ADC
(D) analogRead()
Correct Answer: (A) DAC
Q. 51. लिलिपैड Arduino का किससे संबंध है?
What is the Lilypad Arduino used for?
(A) कपड़े पर सिलने के लिए / Sewn to fabric
(B) ई-टेक्सटाइल्स और वेअरेबल प्रोजेक्ट्स / E-textiles and wearables projects
(C) ATmega168V/ATmega328V
(D) All of these
Correct Answer: (D) All of these
Q. 52. यदि a = 4 है, तो निम्नलिखित कोड में b का मान क्या होगा?
If a = 4, what is the value of b in the code: b = (a > 6 ? 4 : 6);
(A) 4
(B) 0
(C) Error
(D) 6
Correct Answer: (D) 6
Q. 53. API का पूर्ण रूप क्या है?
What does API stand for?
(A) Address Programming Interface
(B) Accessing peripheral through the interface
(C) Application Programming Interface
(D) None of the above
Correct Answer: (C) Application Programming Interface
Q. 54. Arduino की क्षमताओं को बढ़ाने के लिए किस प्रकार के सर्किट बोर्ड का उपयोग किया जाता है?
Which type of circuit board is used to expand Arduino capabilities?
(A) Shield
(B) Microprocessor
(C) Bread Board
(D) Actuator
Correct Answer: (A) Shield
Q. 55. LCD पर दूसरे लाइन में मैसेज प्रिंट करने के लिए कौन सी कमांड प्रयोग की जाती है?
Which command is used to print message on second line of LCD?
(A) Icd.setcursor (0,0);
(B) Icd.grtcursor(0,1);
(C) Icd.setcursor(1,0);
(D) Icd.getcursor(0,0);
Correct Answer: (C) Icd.setcursor(1,0);
Q. 56. Arduino में LED को चालू करने के लिए कौन सा फंक्शन उपयोग किया जाता है?
Which function is used to turn ON LED in Arduino?
(A) Digitalread()
(B) digitalRead()
(C) Digitalwrite()
(D) digitalWrite()
Correct Answer: (D) digitalWrite()
Q. 57. सही बॉयलरप्लेट Arduino कोड कौन सा है?
Which is the correct boilerplate Arduino code?
(A) const data Type variableName [] PROGMEM = {};
(B) data type PROFMEM const variableName [] = {};
(C) const data Type PROGMEM variableName []= {};
(D) dataType const PROGMEM variableName [] = {};
Correct Answer: (C) const data Type PROGMEM variableName []= {};
Q. 58. AVR माइक्रोकंट्रोलर के लिए C/C++ को बाइनरी में बदलने के लिए कौन सा कंपाइलर प्रयोग होता है?
Which compiler is used to translate C/C++ code into binary for AVR microcontrollers?
(A) G++
(B) AVR-GCC
(C) PYTHON
(D) Both A and B
Correct Answer: (B) AVR-GCC
Q. 59. Arduino प्रोग्राम में देरी के लिए कौन सी कमांड उपयोग होती है?
Which command is used to create delay in Arduino program?
(A) delay()
(B) pinMode()
(C) digitalRead()
(D) for()
Correct Answer: (A) delay()
Q. 60. प्रोग्राम काउंटर पर सबसे ज्यादा असर डालने वाले निर्देश कौन से होते हैं?
Which type of instructions have the most impact on the program counter?
(A) Call & Jump
(B) Call & Return
(C) Return & Jump
(D) Getchar & putchar
Correct Answer: (A) Call & Jump
Q. 61. एंबेडेड C में टिप्पणियों को कैसे दर्शाया जाता है?
How are comments denoted in Embedded C?
(A) # / #
(B) ; / ;
(C) // / //
(D) % / %
Correct Answer: (C) // / //
Q. 62. समरूप डेटा के एक सेट लगातार मेमोरी लोकेशन में स्टोर किया जाता है जिसे क्या कहा जाता है?
A set of homogenous data stored in consecutive memory locations is called?
(A) Structure / संरचना
(B) Array / ऐरे
(C) Union / यूनियन
(D) List / सूची
Correct Answer: (B) Array / ऐरे
Q. 63. analogWrite() फ़ंक्शन किस प्रकार का आउटपुट देता है?
What type of signal does the analogWrite() function output?
(A) Frequency Modulated Signal
(B) Pulse Code Modulated Signal
(C) Pulse Amplitude Modulated Signal
(D) Pulse Width Modulated Signal
Correct Answer: (D) Pulse Width Modulated Signal
Q. 64. निम्नलिखित में से कौन कंट्रोल स्ट्रक्चर नहीं है?
Which one is not a control structure?
(A) #define
(B) While
(C) Case
(D) If.else
Correct Answer: (A) #define
Q. 65. Arduino क्या है?
What is Arduino?
(A) Open-source electronics platform / ओपन-सोर्स इलेक्ट्रॉनिक्स प्लेटफॉर्म
(B) Programming language / प्रोग्रामिंग भाषा
(C) Image editing software / इमेज एडिटिंग सॉफ़्टवेयर
(D) Text editor / टेक्स्ट एडिटर
Correct Answer: (A) Open-source electronics platform / ओपन-सोर्स इलेक्ट्रॉनिक्स प्लेटफॉर्म
Q. 66. Arduino IDE में दो फ़ंक्शन होते हैं। वे कौन से हैं?
Arduino IDE consists of 2 functions. What are they?
(A) setup() and loop()
(B) build() and loop()
(C) build() and setup()
(D) All of the above
Correct Answer: (A) setup() and loop()
Q. 67. निम्न में से कौन एक नेटवर्क में विभिन्न डिवाइसों के बीच डेटा ट्रांसमिट करने के नियमों का सेट है?
Which of the following is an established set of rules that determines how data is transmitted between different devices in the same network?
(A) TCP protocol
(B) Network protocol
(C) Network connection
(D) TCP IP protocol
Correct Answer: (B) Network protocol
Q. 68. एंबेडेड सी मल्टीलाइन टिप्पणियों को कैसे दर्शाया जाता है?
How are multiline comments denoted in Embedded C?
(A) //
(B) //
(C) ##
(D) %%
Correct Answer: (B) //
Q. 69. IoT डिवाइस ______ के बिना आसानी से गलत परिणाम दे सकते हैं।
IoT devices can easily lead to catastrophe without?
(A) Management system / प्रबंधन प्रणाली
(B) Devices / उपकरण
(C) Cloud / क्लाउड
(D) Software / सॉफ्टवेयर
Correct Answer: (A) Management system / प्रबंधन प्रणाली
Q. 70. किसी विशिष्ट कार्य को करने के लिए हार्डवेयर और सॉफ़्टवेयर का संयोजन क्या कहलाता है?
Which is a combination of hardware and software to perform a specific task?
(A) Embedded System / एंबेडेड सिस्टम
(B) Grid System / ग्रिड सिस्टम
(C) Cloud System / क्लाउड सिस्टम
(D) IoT System / आईओटी सिस्टम
Correct Answer: (A) Embedded System / एंबेडेड सिस्टम
Q. 71. अरुडिनो कोड की सही निष्पादन प्रक्रिया क्या है?
What is the correct execution process of an Arduino code?
(A) Editor → Preprocessor → Compiler
(B) Compiler → Preprocessor → Editor
(C) Preprocessor → Editor → Compiler
(D) Editor → Compiler → Preprocessor
Correct Answer: (A) Editor → Preprocessor → Compiler
Q. 72. IoT में स्मार्ट ग्रिड डिवाइस का वास्तविक उदाहरण क्या है?
What is the real example of a smart grid device in IoT?
(A) Smart Speaker
(B) Television
(C) Smart Meters
(D) Mobile phone
Correct Answer: (C) Smart Meters
Q. 73. Arduino प्रोग्रामिंग में ______ हमेशा के लिए चलने का संकेत देता है?
In Arduino programming ______ indicates going forever?
(A) OUTPUT
(B) void loop()
(C) while
(D) void setup()
Correct Answer: (B) void loop()
Q. 74. निम्नलिखित प्रोग्राम का आउटपुट क्या होगा?
What is the output of the following program?
#include <stdio.h>
void solve(){
int b = 4;
int res = b+++++b+++b;
printf(“%d”, res);
}
int main(){
solve();
return 0;
}
(A) 12
(B) 20
(C) 17
(D) 15
Correct Answer: (C) 17
Q. 75. निम्नलिखित प्रोग्राम का आउटपुट क्या होगा?
What is the output of the following program?
for(;;)
{
Statements
}
(A) Error
(B) This is an infinite loop
(C) Statements will run forever
(D) Both (B) and (C)
Correct Answer: (D) Both (B) and (C)
Q. 76. एंबेडेड C क्या है?
Embedded C is _______?
(A) A subset of traditional C
(B) A superset of traditional C
(C) An extension of traditional C
(D) Same as traditional C
Correct Answer: (A) A subset of traditional C
Q. 77. Arduino सिस्टम के प्रत्येक स्टार्टअप पर setup() फ़ंक्शन कितनी बार चलता है?
How many times does the setup() function run on every startup of the Arduino System?
(A) 2
(B) 5
(C) 4
(D) 1
Correct Answer: (D) 1
Q. 78. Arduino में micros() फ़ंक्शन का resolution क्या होता है?
What is the resolution of the micros() function on the Arduino Nano?
(A) 4 Microseconds
(B) 2 Microseconds
(C) 6 Microseconds
(D) 7 Microseconds
Correct Answer: (B) 4 Microseconds
Q. 79. Arduino के पास सॉफ़्टवेयर के साथ-साथ कौन सा हार्डवेयर होता है?
Arduino has both software and ______ board?
(A) Break the circuit
(B) Timing circuit
(C) Feedback circuit
(D) Programmable circuit
Correct Answer: (D) Programmable circuit
Q. 80. Arduino सिस्टम के प्रत्येक स्टार्टअप पर setup() फ़ंक्शन कितनी बार चलता है?
How many times does the setup() function run on every startup of the Arduino System?
(A) Infinite
(B) 0
(C) 2
(D) 1
Correct Answer: (D) 1
Q. 81. IoT उपकरणों की सुरक्षा के संबंध में प्राथमिक चिंताओं में से एक क्या है?
What is one of the primary concerns regarding the security of IoT devices?
(A) Battery life / बैटरी लाइफ
(B) Compatibility issues / संगतता की समस्याएं
(C) Device size / डिवाइस का आकार
(D) Data privacy / डेटा गोपनीयता
Correct Answer: (D) Data privacy / डेटा गोपनीयता
Q. 82. IoT उपकरणों में निम्न में से कौन सी सामान्य सुरक्षा भेद्यता नहीं है?
Which of the following is NOT a common security vulnerability in IoT devices?
(A) Overly complex user interfaces / अत्यधिक जटिल उपयोगकर्ता इंटरफेस
(B) Default passwords / डिफ़ॉल्ट पासवर्ड
(C) Insecure firmware updates / असुरक्षित फर्मवेयर अपडेट
(D) Lack of encryption / एन्क्रिप्शन की कमी
Correct Answer: (A) Overly complex user interfaces / अत्यधिक जटिल उपयोगकर्ता इंटरफेस
Q. 83. IoT उपकरणों की सुरक्षा बढ़ाने के लिए किस तकनीक का तेजी से उपयोग किया जा रहा है?
What technology is increasingly being used to enhance the security of IoT devices?
(A) Quantum computing / क्वांटम कंप्यूटिंग
(B) Blockchain / ब्लॉकचेन
(C) Augmented reality / ऑगमेंटेड रियलिटी
(D) Artificial Intelligence / आर्टिफिशियल इंटेलिजेंस
Correct Answer: (B) Blockchain / ब्लॉकचेन
Q. 84. निम्नलिखित में से क्या अपर्याप्त IoT सुरक्षा का संभावित परिणाम है?
Which of the following is a potential consequence of inadequate IoT security?
(A) Cost savings / लागत की बचत
(B) Enhanced user experience / बेहतर उपयोगकर्ता अनुभव
(C) Increased efficiency / बढ़ी हुई दक्षता
(D) Data breaches / डेटा उल्लंघन
Correct Answer: (D) Data breaches / डेटा उल्लंघन
Q. 85. IoT पारिस्थितिकी तंत्र के भविष्य के विकास को आकार देने के लिए कौन सा कारक संभावित है?
Which factor is likely to shape the future development of the IoT ecosystem?
(A) Increasing adoption of edge computing / एज कंप्यूटिंग को अपनाना
(B) Decreasing demand for connected devices / जुड़े उपकरणों की घटती मांग
(C) Limited advancements in wireless technology / वायरलेस तकनीक में सीमित प्रगति
(D) Decreasing interest in data analytics / डेटा विश्लेषण में घटती रुचि
Correct Answer: (A) Increasing adoption of edge computing / एज कंप्यूटिंग को अपनाना
Q. 86. बिटकॉइन किसने बनाया?
Who created Bitcoin?
(A) Samsung / सैमसंग
(B) Satoshi Nakamoto / सातोशी नाकामोटो
(C) John Macfee / जॉन मैकफी
(D) Chaina / चाइना
Correct Answer: (B) Satoshi Nakamoto / सातोशी नाकामोटो
Q. 87. ब्लॉकचेन क्या है?
What is blockchain?
(A) A distributed ledger on a peer-to-peer network / पीयर-टू-पीयर नेटवर्क पर वितरित खाता
(B) A type of Cryptocurrency / क्रिप्टोकरेंसी का एक प्रकार
(C) A centralized ledger / केंद्रीकृत खाता
(D) An exchange / एक एक्सचेंज
Correct Answer: (A) A distributed ledger on a peer-to-peer network / पीयर-टू-पीयर नेटवर्क पर वितरित खाता
Q. 88. खराब सुरक्षा प्रथाओं में शामिल हो सकते हैं?
The poor security practices could include?
(A) No mechanism for updating software / सॉफ़्टवेयर अपडेट की कोई प्रणाली नहीं
(B) Default or hardcoded passwords / डिफ़ॉल्ट या हार्डकोडेड पासवर्ड
(C) No system hardening / सिस्टम हार्डनिंग नहीं
(D) All of the above / उपरोक्त सभी
Correct Answer: (D) All of the above / उपरोक्त सभी
Q. 89. बॉट शब्द रोबोट से आया है। एक इंटरनेट बॉट के रूप में भी जाना जा सकता है?
The term bot comes from robot. An internet bot may also be known as?
(A) WWW robot / WWW रोबोट
(B) None of these / इनमें से कोई नहीं
(C) Web robot / वेब रोबोट
(D) Both (A) and (B) / (A) और (B) दोनों
Correct Answer: (D) Both (A) and (B) / (A) और (B) दोनों
Q. 90. ब्रूट फोर्स अटैक के बारे में कौन से कथन सत्य हैं?
Which statements are true about a brute force attack?
(A) Find the key used to encrypt a message / संदेश को एन्क्रिप्ट करने के लिए प्रयुक्त कुंजी खोजें
(B) Crack a password or username / पासवर्ड या यूज़रनेम तोड़ना
(C) Find a hidden web page / छिपा हुआ वेब पेज ढूंढना
(D) All of the above / उपरोक्त सभी
Correct Answer: (D) All of the above / उपरोक्त सभी
Q. 91. Dictionary हमले एक तरह का है?
Dictionary attacks is a kind of?
(A) Session Hijacking / सत्र अपहरण
(B) Injection Attack / इंजेक्शन अटैक
(C) Brute force attack / ब्रूट फोर्स अटैक
(D) None of these / इनमें से कोई नहीं
Correct Answer: (C) Brute force attack / ब्रूट फोर्स अटैक
Q. 92. बोनेट का उपयोग अक्सर ______ हमले को शुरू करने के लिए किया जाता है?
Bonet is often used to launch ______ attack?
(A) Passive / पैसिव
(B) DDOS / डी.डी.ओ.एस
(C) Brute Force / ब्रूट फोर्स
(D) DOS / डी.ओ.एस
Correct Answer: (B) DDOS / डी.डी.ओ.एस
Q. 93. IoT उपकरणों पर अपना डेटा सुरक्षित करने के लिए?
To secure your data on IoT devices?
(A) Avoid using devices that are risky / जोखिम भरे उपकरणों का उपयोग न करें
(B) Keep changing your password / अपना पासवर्ड बार-बार बदलें
(C) Update your every device / अपने हर डिवाइस को अपडेट करें
(D) All of the above / उपरोक्त सभी
Correct Answer: (D) All of the above / उपरोक्त सभी
Q. 94. निम्नलिखित में से कौन IoT डिवाइस के लिए खतरा है?
Which of the following is threat to IoT Device?
(A) Virus / वायरस
(B) Spoofing / स्पूफिंग
(C) Natural Disaster / प्राकृतिक आपदा
(D) All of the above / उपरोक्त सभी
Correct Answer: (D) All of the above / उपरोक्त सभी
Q. 95. निम्नलिखित में से किसका उपयोग रिस्क मैनेजमेंट के लिए किया जाता है?
Which of the following is used for risk analysis?
(A) OWASP
(B) DAR
(C) DREAD
(D) STRIDE
Correct Answer: (C) DREAD
Q. 96. निम्नलिखित में से कौन-सा थ्रेट मॉडलिंग का तत्व नहीं है?
Which of the following is not an element of threat modelling?
(A) Threat / खतरा
(B) Time / समय
(C) Vulnerability / भेद्यता
(D) Asset / परिसंपत्ति
Correct Answer: (B) Time / समय
Q. 97. निम्नलिखित में से कौन-सा/से सुझाई गई समय प्रबंधन तकनीक है/हैं?
Which of the following is/are suggested time management technique(s)?
(A) Clean up and get organized / साफ़-सफ़ाई और व्यवस्थित हो जाना
(B) Make good use of technology / तकनीक का अच्छा उपयोग करें
(C) Concentrate on one key task at a time / एक समय में एक प्रमुख कार्य पर ध्यान केंद्रित करें
(D) All of the above / उपरोक्त सभी
Correct Answer: (D) All of the above / उपरोक्त सभी
Q. 98. सूचना हासिल करने के तहत आने वाली चुनौती की पहचान करें?
Identify the challenge coming under securing the information.
(A) Presence Detection / उपस्थिति पहचान
(B) Power Consumption / शक्ति खपत
(C) Signaling / सिग्नलिंग
(D) Security / सुरक्षा
Correct Answer: (D) Security / सुरक्षा
Q. 99. निम्नलिखित में से कौन एक माइक्रोकंट्रोलर में मौजूद होना चाहिए?
Which of the following must be present in a microcontroller?
(A) CPU, ROM, I/O ports and timers
(B) RAM, ROM, I/O ports and timers
(C) CPU, RAM, ROM, I/O ports and timers
(D) CPU, RAM, I/O ports and timers
Correct Answer: (C) CPU, RAM, ROM, I/O ports and timers
Q. 100. IoT सिक्योरिटी मैनेजमेंट में _______ शामिल है?
IoT security management includes _______
(A) Security with hardware / हार्डवेयर के साथ सुरक्षा
(B) Data storage / डेटा भंडारण
(C) Simple and fast installation / सरल और तेज़ इंस्टॉलेशन
(D) Protocol abstraction / प्रोटोकॉल एब्स्ट्रैक्शन
Correct Answer: (A) Security with hardware / हार्डवेयर के साथ सुरक्षा
Hope aapne M4-R5 O Level NIELIT July 2024 ke previous papers padh liye hain aur samajh bhi liya hai.
आज तक के सभी ओ-लेवल प्रीवियस पेपर्स को पढ़ना, डाउनलोड करना या मॉक टेस्ट देना है तो नीचे दिए गए बटन को दबाइये!
Kya aap M4-R5 O Level July 2024 ke previous papers ka mock test dena chahte hain?, Neeche diye gaye button par click karein.
Agar aap M4-R5 O Level July 2024 ke previous papers PDF mein download karna chahte hain?, to neeche diye gaye button par click karein.
Apna study experience humse neeche comment box mein zarur share karein. Agar aapko koi galti mile to humein batana na bhoolen. 😊