O Level Online Exam
Menu mobile
Home
MCQ Topic Wise
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASICS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Online Mock Test
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASICS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Old Papers
Practical Questions
Videos
Projects
MCQ : BUILDING IOT APPLICATIONS For NIELIT O Level Exam
BUILDING IOT APPLICATIONS For NIELIT O Level Exam
00:00:00
English
Hindi
Question No# :
01
out of 50
Report Bug
Bookmark
What is the use of the Interrupt Service Routine in an Arduino
Arduino में इंटरप्ट सर्विस रूटीन का क्या उपयोग है
A.
To boot up the Arduino
Arduino को बूट-अप करने के लिए
B.
To exit any code that is running
रनिंग कोड से एक्जिट करने के लिए
C.
To automate functions
फंक्शन को ऑटोमेट करने के लिए
D.
To make more memory
अधिक मेमोरी बनाना
Question No# :
02
out of 50
Report Bug
Bookmark
A set of homogenous data stored in consecutive memory locations is called
समरूप डेटा के एक सेट लगातार मेमोरी लोकेशन में स्टोर किया जाता है जिसे कहा जाता है
A.
List
लिस्ट
B.
Structure
स्ट्रक्चर
C.
Array
एरे
D.
Union
यूनियन
Question No# :
03
out of 50
Report Bug
Bookmark
In What of Pin, DHT sensor should be connected?
किस पिन में, DHT सेंसर को जोड़ा जाना चाहिए?
A.
analog pin
एनालॉग पिन
B.
digital pin
डिजीटल पिंन
C.
any one
कोई एक
D.
None of these
इनमें से कोई नहीं
Question No# :
04
out of 50
Report Bug
Bookmark
In Arduino programming, ____________ function is used to make digital pin HIGH
Arduino प्रोग्रामिंग में, डिजिटल पिन को हाई बनाने के लिए ____________ फ़ंक्शन का उपयोग किया जाता है
A.
pinMode()
pinMode()
B.
digitalWrite()
digitalWrite()
C.
analogWrite()
analogWrite()
D.
setPin()
setPin()
Question No# :
05
out of 50
Report Bug
Bookmark
The count of PWM pins in Arduino UNO is
Arduino UNO में PWM पिन की गिनती है
A.
2
2
B.
3
3
C.
5
5
D.
6
6
Question No# :
06
out of 50
Report Bug
Bookmark
In Arduino programming, digital pins have ___________possible values
Arduino प्रोग्रामिंग में, डिजिटल पिन में ___________संभावित मान होते हैं
A.
Only one
Only one
B.
Two
Two
C.
Three
Three
D.
Any number of values
Any number of values
Question No# :
07
out of 50
Report Bug
Bookmark
Arduino Bluetooth also called Arduino ___?
Arduino ब्लूटूथ को Arduino ___ भी कहा जाता है?
A.
Arduino Due
Arduino Due
B.
Arduino Diecimila
Arduino Diecimila
C.
Arduino BT
Arduino BT
D.
None of these
None of these
Question No# :
08
out of 50
Report Bug
Bookmark
To ground the circuit _____ pin is used in Arduino.
Arduino में सर्किट को ग्राउंड करने के लिए _____ पिन का उपयोग किया जाता है।
A.
PIN
PIN
B.
GND
GND
C.
RESET
RESET
D.
None of the above
None of the above
Question No# :
09
out of 50
Report Bug
Bookmark
Which compiler is used to translate C/C++ code into binary for AVR microcontrollers?
AVR माइक्रोकंट्रोलर्स के लिए C/C++ कोड को बाइनरी में ट्रांसलेट करने के लिए किस कंपाइलर का उपयोग किया जाता है?
A.
G++
G++
B.
AVR- GCC
AVR- GCC
C.
PYTHON
पायथन
D.
Both A and B
A और B दोनों
Question No# :
10
out of 50
Report Bug
Bookmark
Arduino can work on a variety of ______ like windows, Linux, and mac.
Arduino विभिन्न प्रकार के ______ जैसे विंडोज़, लिनक्स और मैक पर काम कर सकता है।
A.
Platforms
Platforms
B.
Elements
Elements
C.
Batteries
Batteries
D.
Components
Components
Question No# :
11
out of 50
Report Bug
Bookmark
Capacitance is measured in
धारिता को मापा जाता है
A.
Ohm
Ohm
B.
Farad
Farad
C.
Henry
Henry
D.
Coulomb
Coulomb
Question No# :
12
out of 50
Report Bug
Bookmark
To easily interface add-on modules with Arduino, we can use
Arduino के साथ ऐड-ऑन मॉड्यूल को आसानी से इंटरफ़ेस करने के लिए, हम इसका उपयोग कर सकते हैं
A.
General PCB
General PCB
B.
Connectivity circuit boards
Connectivity circuit boards
C.
Arduino shields
Arduino shields
D.
Other high-end Arduino boards
Other high-end Arduino boards
Question No# :
13
out of 50
Report Bug
Bookmark
Which pin on an Arduino board is typically used for PWM output?
Arduino बोर्ड पर कौन सा पिन आमतौर पर PWM आउटपुट के लिए यूज़ किया जाता है?
A.
Analog pin
एनालॉग पिन
B.
Digital pin with ~ symbol
~ सिम्ब्ल के साथ डिजिटल पिन
C.
GND pin
जीएनडी पिन
D.
Vin pin
विन पिन
Question No# :
14
out of 50
Report Bug
Bookmark
Which pin on the Arduino Uno is used to reset the board manually?
Arduino Uno पर किस पिन का यूज़ बोर्ड को मैन्युअल रूप से रीसेट करने के लिए किया जाता है?
A.
A0
A0
B.
GND
GND
C.
RST
RST
D.
Vin
Vin
Question No# :
15
out of 50
Report Bug
Bookmark
In ATmega328p, the letter p stands for
ATmega328p में, अक्षर p का अर्थ है
A.
Picopower
Picopower
B.
Preprocessing
Preprocessing
C.
Precise
Precise
D.
Popular
Popular
Question No# :
16
out of 50
Report Bug
Bookmark
The 3.3V pin of Arduino supplies _____ volts of power.
Arduino का 3.3V पिन _____ वोल्ट बिजली की आपूर्ति करता है।
A.
3.5V
3.5V
B.
5V
5V
C.
10V
10V
D.
3.3V
3.3V
Question No# :
17
out of 50
Report Bug
Bookmark
What does the term "baud rate" refer to in serial communication?
सीरियल कम्युनिकेशन में "बॉड रेट" शब्द का क्या अर्थ है?
A.
The frequency of data transmission in kilobytes
किलोबाइट में डेटा ट्रांसमिशन की फ्रीक्वेंसी
B.
The number of bits transmitted per second
प्रति सेकंड ट्रांसमिटेड बिट्स का नंबर
C.
The power consumption of the device
डिवाइस के पॉवर का कंजप्शन
D.
The range of the communication
कम्युनिकेशन की रेंज
Question No# :
18
out of 50
Report Bug
Bookmark
Which sensor is commonly used to measure air quality in IoT applications?
IoT एप्लीकेशन में एयर क्वालिटी मापने के लिए आमतौर पर किस सेंसर का यूज़ किया जाता है?
A.
MQ-135
एमक्यू-135
B.
BMP180
बीएमपी180
C.
DHT22
डीएचटी22
D.
Ultrasonic sensor
अल्ट्रासोनिक सेंसर
Question No# :
19
out of 50
Report Bug
Bookmark
What is Arduino ?
अरुडिनो क्या है?
A.
Programming language
प्रोग्रामिंग भाषा
B.
Image editing software
इमेज एडिटिंग सॉफ्टवेयर
C.
Open-source electronics platform
ओपन-सोर्स इलेक्ट्रॉनिक्स प्लेटफार्म
D.
Text editor
टेक्स्ट एडिटर
Question No# :
20
out of 50
Report Bug
Bookmark
Which function is used to stop PWM output on a pin?
पिन पर PWM आउटपुट को रोकने के लिए किस फ़ंक्शन का यूज़ किया जाता है?
A.
analogWrite()
एनालॉगराइट()
B.
noTone()
नोटोन()
C.
digitalWrite()
डिजिटलराइट()
D.
tone()
टोन()
Question No# :
21
out of 50
Report Bug
Bookmark
What is the range of values returned by the analogRead() function in Arduino?
Arduino में AnalogRead() फ़ंक्शन द्वारा रिटर्न किये गए वैल्यू की रेंज क्या है?
A.
0 to 255
0 to 255
B.
0 to 1023
0 to 1023
C.
-255 to 255
-255 to 255
D.
0 to 4095
0 to 4095
Question No# :
22
out of 50
Report Bug
Bookmark
Expand LED full form ______?
एलईडी का पूर्ण रूप ______ का विस्तार करें?
A.
Laser emitting diode
Laser emitting diode
B.
Light Emitting diode
Light Emitting diode
C.
Lighting error diode
Lighting error diode
D.
None of the above
None of the above
Question No# :
23
out of 50
Report Bug
Bookmark
Some of the compile errors are
A.
Missing semicolons or parentheses
Missing semicolons or parentheses
B.
Missing variable initialization
Missing variable initialization
C.
Misspellings & wrong capitalizations
Misspellings & wrong capitalizations
D.
All of the above
All of the above
Question No# :
24
out of 50
Report Bug
Bookmark
int a:16; what is 16 indicate here?
int a: 16; 16 यहाँ क्या दर्शाता है?
A.
Value
वैल्यू
B.
Size
साइज़
C.
Address
एड्रेस
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
25
out of 50
Report Bug
Bookmark
Expand LCD ________?
एलसीडी full form
A.
Light crystal display
Light crystal display
B.
Liquid crystal display
Liquid crystal display
C.
Light cube display
Light cube display
D.
All of the above
All of the above
Question No# :
26
out of 50
Report Bug
Bookmark
Which function is used to create a delay of 1 second in an Arduino sketch?
Arduino स्केच में 1 सेकंड की देरी क्रिएट करने के लिए किस फ़ंक्शन का यूज़ किया जाता है?
A.
delay(100);
delay(100);
B.
delay(1000);
delay(1000);
C.
millis(1000);
millis(1000);
D.
sleep(1);
sleep(1);
Question No# :
27
out of 50
Report Bug
Bookmark
Which command is used in Arduino to set 9th pin as output?
Arduino में 9वें पिन को आउटपुट के रूप में सेट करने के लिए किस कमांड का उपयोग किया जाता है?
A.
int sensorPin=9
int sensorPin=9
B.
int sensorValue=9
int sensorValue=9
C.
pinMode(9, OUTPUT);
pinMode(9, OUTPUT);
D.
digitalWrite(9, HIGH);
digitalWrite(9, HIGH);
Question No# :
28
out of 50
Report Bug
Bookmark
Which sensor is best suited for monitoring air quality in Arduino IoT projects?
Arduino IoT प्रोजेक्ट्स में एयर की क्वॉलिटी की मॉनिटरिंग के लिए कौन सा सेंसर सबसे उपयुक्त है?
A.
MQ-135
एमक्यू-135
B.
BMP280
बीएमपी280
C.
DS18B20
डीएस18बी20
D.
PIR sensor
पीआईआर सेंसर
Question No# :
29
out of 50
Report Bug
Bookmark
AnalogWrite method can be used for
AnalogWrite विधि का उपयोग किया जा सकता है
A.
PWM pins
PWM pins
B.
Hybrid pins
Hybrid pins
C.
Digital pins
Digital pins
D.
None of these
None of these
Question No# :
30
out of 50
Report Bug
Bookmark
ADC (Analog to Digital converter) on Arduino board is used to convert__ signal into digital signal
Arduino बोर्ड पर ADC (एनालॉग टू डिजिटल कन्वर्टर) का उपयोग _____ सिग्नल को डिजिटल सिग्नल में बदलने के लिए किया जाता है।
A.
Analog
एनालॉग
B.
Digital
डिजीटल
C.
Both A & B
A और B दोनों
D.
None of the above
उपर्युक्त में से कोई नहीं
Question No# :
31
out of 50
Report Bug
Bookmark
In C programming language, preprocessors are specified with _____________symbol
C प्रोग्रामिंग भाषा में, प्रीप्रोसेसरों को _____________प्रतीक के साथ निर्दिष्ट किया जाता है
A.
#
#
B.
$
$
C.
^
^
D.
%
%
Question No# :
32
out of 50
Report Bug
Bookmark
Which Arduino pin type is typically used to control the speed of a DC motor?
DC मोटर की स्पीड को कन्ट्रोल करने के लिए आमतौर पर किस Arduino पिन प्रकार का यूज़ किया जाता है?
A.
Analog pins
एनालॉग पिन
B.
PWM-enabled digital pins
PWM-एनेबल डिजिटल पिन
C.
Ground pins
ग्राउंड पिन
D.
Interrupt pins
पिनों को इन्ट्रप्ट करें
Question No# :
33
out of 50
Report Bug
Bookmark
Which parameter is taken through pulseln() in ultrasonic sensor?
अल्ट्रासोनिक सेंसर में pulseIn() के माध्यम से कौन सा पैरामीटर लिया जाता है?
A.
Voltage
वोल्टेज
B.
Frequency
फ्रीक्वेंसी
C.
Time Duration
समय अवधि
D.
Distence
डिस्टेंस
Question No# :
34
out of 50
Report Bug
Bookmark
What is the default baud rate for serial communication in Arduino?
Arduino में सीरियल कम्युनिकेशन के लिए डिफ़ॉल्ट बॉड रेट क्या है?
A.
4800
4800
B.
9600
9600
C.
115200
115200
D.
19200
19200
Question No# :
35
out of 50
Report Bug
Bookmark
Capacitor blocks AC and allows DC to pass through.
कैपेसिटर एसी को ब्लॉक करता है और डीसी को गुजरने की अनुमति देता है।
A.
True
ट्रू
B.
False
फॉल्स
C.
May be
शायद
D.
None of the above
उपरोक्त में से कोई नहीं
Question No# :
36
out of 50
Report Bug
Bookmark
Arduino uno have ____ size of program memory
Arduino Uno में प्रोग्राम मेमोरी का ____ आकार होता है
A.
10 KB
10 KB
B.
4 KB
4 KB
C.
64 KB
64 KB
D.
32 KB
32 KB
Question No# :
37
out of 50
Report Bug
Bookmark
Each microcontroller of the Arduino is pre-programmed by the _______?
Arduino का प्रत्येक माइक्रोकंट्रोलर _______ द्वारा पूर्व क्रमादेशित है?
A.
Amplifier
Amplifier
B.
Actuator
Actuator
C.
Bootloader
Bootloader
D.
None of these above
None of these above
Question No# :
38
out of 50
Report Bug
Bookmark
In Arduino programming _______ indicate going forever.
Arduino प्रोग्रामिंग में _______ हमेशा के लिए जाने का संकेत देता है।
A.
void loop()
वोयड लूप()
B.
void setup()
वोयड सेटअप()
C.
while
व्हील
D.
OUTPUT
आउटपुट
Question No# :
39
out of 50
Report Bug
Bookmark
What is the use of the digitalWrite() function in Arduino?
Arduino में DigitalWrite() फ़ंक्शन का क्या यूज़ है?
A.
Reads the status of a pin
पिन का स्टेटस पढ़ता है
B.
Sets a pin to HIGH or LOW state
पिन को हाई या लो स्टेट पर सेट करता है
C.
Writes data to the Serial Monitor
सीरियल मॉनिटर पर डेटा लिखता है
D.
Configures a pin as input
एक पिन को इनपुट के रूप में कॉन्फ़िगर करता है
Question No# :
40
out of 50
Report Bug
Bookmark
The property of any conductor that opposes the flow of electric current through it is known as
किसी भी चालक का वह गुण जो उसके माध्यम से विद्युत धारा के प्रवाह का विरोध करता है जाना जाता है
A.
Capacitance
Capacitance
B.
Resistance
Resistance
C.
Inductance
Inductance
D.
None of these
None of these
Question No# :
41
out of 50
Report Bug
Bookmark
Which Arduino library is typically used to control a servo motor?
सर्वो मोटर को कन्ट्रोल करने के लिए आमतौर पर किस Arduino लाइब्रेरी का यूज़ किया जाता है?
A.
Servo.h
Servo.h
B.
Motor.h
Motor.h
C.
Wire.h
Wire.h
D.
LCD.h
LCD.h
Question No# :
42
out of 50
Report Bug
Bookmark
What will happen if we supply a voltage of 25V to the IR sensor?
यदि हम IR सेंसर को 25V का वोल्टेज दें तो क्या होगा?
A.
Damage is caused
Damage is caused
B.
Sensor will work fine
Sensor will work fine
C.
Sensor will not respond for the time voltage applied
Sensor will not respond for the time voltage applied
D.
Sensor will function normally
Sensor will function normally
Question No# :
43
out of 50
Report Bug
Bookmark
______ is a function which starts after power-up or reset.
______ एक फंक्शन है जो पावर-अप या रीसेट के बाद शुरू होता है।
A.
setup()
setup()
B.
loop()
loop()
C.
start()
start()
D.
None of the above
None of the above
Question No# :
44
out of 50
Report Bug
Bookmark
In C, how do you set up an array?
सी में, आप एक सरणी कैसे स्थापित करते हैं?
A.
int k={3,4}
int k={3,4}
B.
int k=new int[2]
int k=new int[2]
C.
int k [2] = {3,4};
int k [2] = {3,4};
D.
int k(2)={3,4};
int k(2)={3,4};
Question No# :
45
out of 50
Report Bug
Bookmark
How many Analog pins exist in Arduino?
Arduino में कितने एनालॉग पिन मौजूद हैं?
A.
9
9
B.
5
5
C.
6
6
D.
10
10
Question No# :
46
out of 50
Report Bug
Bookmark
What does PWM stand for in Arduino?
Arduino में PWM का क्या अर्थ है?
A.
Pulse Width Modulation
पल्स विड्थ मॉड्यूलेशन
B.
Power Width Measurement
पावर विड्थ मापन
C.
Pin Width Modulation
पिन विड्थ मॉड्यूलेशन
D.
Peripheral Wave Modulation
पेरीफेरल वेव मॉड्यूलेशन
Question No# :
47
out of 50
Report Bug
Bookmark
What is pin connect block?
पिन कनेक्ट ब्लॉक क्या है?
A.
All pins are having a function without reserved
सभी पिन बिना रिजर्व्ड एक कार्य कर रहें हैं
B.
Some pins are reserved
कुछ पिन रिजर्व्ड हैं
C.
Pins have more than one function
पिन के एक से अधिक कार्य होते हैं
D.
Multiplexing of some pins
कुछ पिनों का बहुसंकेतक
Question No# :
48
out of 50
Report Bug
Bookmark
Arduino was introduced in
एक ऑर्डिनो को इस वर्ष में प्रस्तावित किया गया था
A.
2003
2003
B.
2004
2004
C.
2005
2005
D.
2006
2006
Question No# :
49
out of 50
Report Bug
Bookmark
Arduino has both software and _________ board.
Arduino में सॉफ्टवेयर और _________ बोर्ड दोनों हैं।
A.
Timing circuit
Timing circuit
B.
Break the circuit
Break the circuit
C.
Programmable circuit
Programmable circuit
D.
Feedback circuit
Feedback circuit
Question No# :
50
out of 50
Report Bug
Bookmark
The SPI pins are
A.
pins 10 (SS),11 (MOSI)
pins 10 (SS),11 (MOSI)
B.
12 (MISO), 13 (SCK)
12 (MISO), 13 (SCK)
C.
Both (A) and (B)
Both (A) and (B)
D.
None of these
None of these
Latest Current Affairs 2026
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test
Python Programming Tutorials
Best Computer Training Institute in Prayagraj (Allahabad)
Online MBA 2 years
Online MCA
Online BCA
Best Website and Software Company in Allahabad