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
_____ pins are known as digital pins in Arduino.
Arduino में _____ पिन को डिजिटल पिन के रूप में जाना जाता है।
A.
10
10
B.
11
11
C.
12
12
D.
13
13
Question No# :
02
out of 50
Report Bug
Bookmark
In Arduino programming, ____________ function is used to configure the pins as input or output
Arduino प्रोग्रामिंग में, ____________ फ़ंक्शन का उपयोग पिन को कॉन्फ़िगर करने के लिए किया जाता है इनपुट या आउटपुट
A.
pinMode()
pinMode()
B.
digitalWrite()
digitalWrite()
C.
analogWrite()
analogWrite()
D.
setPin()
setPin()
Question No# :
03
out of 50
Report Bug
Bookmark
Expand IDE full form________?
DE का पूर्ण विस्तृत रूप ________?
A.
Integrated Development Environment
Integrated Development Environment
B.
Interfaced Developed Module
Interfaced Developed Module
C.
Interleaving Deficit Expander
Interleaving Deficit Expander
D.
Interleaving The Developed Environment
Interleaving The Developed Environment
Question No# :
04
out of 50
Report Bug
Bookmark
Arduino IDE consists of 2 functions. What are they?
Arduino IDE में 2 function होते हैं। वे क्या हैं?
A.
build() and setup()
build() and setup()
B.
build() and loop()
build() and loop()
C.
setup() and loop()
setup() and loop()
D.
All of the above
All of the above
Question No# :
05
out of 50
Report Bug
Bookmark
Type of circuit board which can be used for extension of capabilities of Arduino board
सर्किट बोर्ड का प्रकार जिसका उपयोग Arduino बोर्ड की क्षमताओं के विस्तार के लिए किया जा सकता है
A.
Bread Board
Bread Board
B.
Shield
Shield
C.
Actuator
Actuator
D.
Microprocessor
Microprocessor
Question No# :
06
out of 50
Report Bug
Bookmark
What programming language is the Arduino IDE written in?
Arduino IDE किस प्रोग्रामिंग लैंग्वेज में लिखा गया है?
A.
Java
Java
B.
C/C++
C/C++
C.
Python
Python
D.
Assembly
Assembly
Question No# :
07
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# :
08
out of 50
Report Bug
Bookmark
What are the functions preprocessor directive in Embedded C programming?
एंबेडेड सी प्रोग्रामिंग में फंक्शन प्रीप्रोसेसर डायरेक्टिव क्या हैं?
A.
Tell compiler where to find symbols that are not present in program
कम्पाइलर को बताना की प्रोग्राम में मौजूद सिम्बल्स को कहा खोजे
B.
Give compiler instructions to compile the program
प्रोग्राम को कम्पाइल करने के लिए कम्पाइलर को निर्देश देना
C.
Define variables
डिफाइन वेरिएबल्स
D.
Define functions
डिफाइन फंक्शन्स
Question No# :
09
out of 50
Report Bug
Bookmark
All Code in an Arduino sketch is processed from
एक Arduino स्केच में सभी कोड से संसाधित किया जाता है
A.
Top to bottom
ऊपर से नीचे
B.
Bottom to top
नीचे से ऊपर
C.
Any order
कोई भी आदेश
D.
None of these
इनमें से कोई नहीं
Question No# :
10
out of 50
Report Bug
Bookmark
Which command is used to create a delay of 1 second in an Arduino program?
Arduino प्रोग्राम में 1 सेकंड का delay क्रिएट करने के लिए किस कमांड का यूज़ किया जाता है?
A.
delay(1);
delay(1);
B.
delay(100);
delay(100);
C.
delay(1000);
delay(1000);
D.
delay(60);
delay(60);
Question No# :
11
out of 50
Report Bug
Bookmark
The function which repeatedly executes in the main program?
वह फंक्शन जो मुख्य प्रोग्राम में बार-बार एक्जीक्यूट होता है?
A.
setup()
setup()
B.
loop()
loop()
C.
while()
while()
D.
None of the above
None of the above
Question No# :
12
out of 50
Report Bug
Bookmark
What is the typical range of angles for controlling a servo motor using Arduino?
Arduino का यूज़ करके सर्वो मोटर को कन्ट्रोल करने के लिए एंगल्स का टिपिकल रेंज क्या है?
A.
0 to 90 degrees
0 से 90 डिग्री
B.
0 to 180 degrees
0 से 180 डिग्री
C.
0 to 360 degrees
0 से 360 डिग्री
D.
-90 to 90 degrees
-90 से 90 डिग्री
Question No# :
13
out of 50
Report Bug
Bookmark
In Arduino, the reset pin is switched to _____, to reopen the code and load.
Arduino में, कोड को फिर से खोलने और लोड करने के लिए रीसेट पिन को _____ पर स्विच किया जाता है।
A.
High
High
B.
Beneath
Beneath
C.
Ground
Ground
D.
None of the above
None of the above
Question No# :
14
out of 50
Report Bug
Bookmark
The HC 05 module can operated in
एचसी 05 मॉड्यूल किसमे संचालित किया जा सकता है
A.
Slave mode
Slave mode
B.
Master Mode
Master Mode
C.
Both (A) and (B)
Both (A) and (B)
D.
None of these
None of these
Question No# :
15
out of 50
Report Bug
Bookmark
How many analog pins are used in Arduino Mega board
Arduino मेगा बोर्ड में कितने एनालॉग पिन का उपयोग किया जाता है
A.
12
12
B.
16
16
C.
8
8
D.
14
14
Question No# :
16
out of 50
Report Bug
Bookmark
Which of the Arduino pins is connected to the Data5 (D5) pin on the 16x2 character LCD?
कौन सा Arduino पिन 16x2 कैरेक्टर LCD पर Data5 (D5) पिन से जुड़ा है?
A.
Pin No. 3
पिन नंबर 3
B.
Pin No. 2
पिन नंबर 2
C.
Pin No. 5
पिन नंबर 5
D.
Pin No. 4
पिन नंबर 4
Question No# :
17
out of 50
Report Bug
Bookmark
Which function is used to set the position of a servo motor?
सर्वो मोटर की पोज़िशन सेट करने के लिए किस फ़ंक्शन का यूज़ किया जाता है?
A.
servo.attach()
servo.attach()
B.
servo.write()
servo.write()
C.
servo.move()
servo.move()
D.
servo.setPosition()
servo.setPosition()
Question No# :
18
out of 50
Report Bug
Bookmark
If the voltage value is 5v then it reaches a ____ limit for each analog input.
यदि वोल्टेज मान 5v है तो यह प्रत्येक एनालॉग इनपुट के लिए ____ सीमा तक पहुँच जाता है।
A.
Lower
Lower
B.
Upper
Upper
C.
Beneath
Beneath
D.
Least
Least
Question No# :
19
out of 50
Report Bug
Bookmark
What is the role of the DHT22 sensor in IoT projects?
IoT प्रोजेक्ट्स में DHT22 सेंसर की क्या भूमिका है?
A.
Measure light intensity
लाइट की तीव्रता मापें
B.
Detect motion
मोशन का पता लगाएं
C.
Measure temperature and humidity
टेम्रेचर और ह्युमिडिटी मापें
D.
Monitor air pressure
एयर के प्रेसर की मॉनिटरिंग करें
Question No# :
20
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# :
21
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# :
22
out of 50
Report Bug
Bookmark
Which of the following is used to reprogram a Bootloader in IoT devices?
IoT डिवाइस में बूटलोडर को रीप्रोग्राम करने के लिए निम्न में से किसका उपयोग किया जाता है?
A.
VHDL programming
वीएचडीएल प्रोग्रामिंग
B.
IDE
आईडीई
C.
ICSP
None of these
D.
इनमें से कोई नहीं
इनमें से कोई नहीं
Question No# :
23
out of 50
Report Bug
Bookmark
Arduino boards having double pins that provide interfacing for _______?
Arduino बोर्ड में डबल पिन होते हैं जो _______ के लिए इंटरफेसिंग प्रदान करते हैं?
A.
Programming
Programming
B.
Technical issue
Technical issue
C.
Marketing
Marketing
D.
Simulating
Simulating
Question No# :
24
out of 50
Report Bug
Bookmark
Which of the following statement true about a sketch?
स्केच के बारे में निम्नलिखित में से कौन सा कथन सत्य है?
A.
It is a name that Arduino uses for a program
यह एक ऐसा नाम है जिसे Arduino एक प्रोग्राम के लिए उपयोग करता है
B.
Its the unit of code that is uploaded to run on an Arduino board
यह कोड की इकाई है जिसे Arduino बोर्ड पर चलाने के लिए अपलोड किया गया है
C.
Both (A) and (B)
A और B दोनों
D.
None of these
इनमें से कोई नहीं
Question No# :
25
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# :
26
out of 50
Report Bug
Bookmark
Which function is used to initialize the serial communication in Arduino?
Arduino में सीरियल कम्युनिकेशन इनिशियलाइज़ करने के लिए किस फ़ंक्शन का यूज़ किया जाता है?
A.
Serial.begin()
Serial.begin()
B.
Serial.print()
Serial.print()
C.
Serial.setup()
Serial.setup()
D.
Serial.init()
Serial.init()
Question No# :
27
out of 50
Report Bug
Bookmark
How many times does the setup() function run on every startup of the Arduino System ?
Arduino सिस्टम के प्रत्येक स्टार्टअप पर कितनी बार Setup() फ़ंक्शन करता है?
A.
4
4
B.
5
5
C.
2
2
D.
1
1
Question No# :
28
out of 50
Report Bug
Bookmark
In C language, the bitwise complement operator is
C भाषा में बिटवाइज़ कॉम्प्लीमेंट ऑपरेटर है
A.
!
!
B.
|
|
C.
~
~
D.
&
&
Question No# :
29
out of 50
Report Bug
Bookmark
The default method(s) in Arduino program is/are
A.
Only Loop()
Only Loop()
B.
Only setup()
Only setup()
C.
setup() and loop()
setup() and loop()
D.
can be either setup() and loop()
can be either setup() and loop()
Question No# :
30
out of 50
Report Bug
Bookmark
Which library is commonly used to control a 16x2 LCD with Arduino?
Arduino के साथ 16x2 LCD को कन्ट्रोल करने के लिए आमतौर पर किस लाइब्रेरी का यूज़ किया जाता है?
A.
LiquidCrystal.h
LiquidCrystal.h
B.
LCDDriver.h
LCDDriver.h
C.
Wire.h
Wire.h
D.
Display.h
Display.h
Question No# :
31
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# :
32
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# :
33
out of 50
Report Bug
Bookmark
Which of the following option is not available in Arduino IDE software?
निम्नलिखित में से कौन सा विकल्प Arduino IDE सॉफ़्टवेयर में उपलब्ध नहीं है?
A.
Compile
Compile
B.
Verify
Verify
C.
Terminate
Terminate
D.
Serial monitor
Serial monitor
Question No# :
34
out of 50
Report Bug
Bookmark
Which of the following Function is called only once in Arduino program?
निम्न में से कौन सा फ़ंक्शन Arduino प्रोग्राम में केवल एक बार कॉल किया जाता है?
A.
loop()
loop()
B.
setup()
setup()
C.
selay()
selay()
D.
digitalWrite()
digitalWrite()
Question No# :
35
out of 50
Report Bug
Bookmark
Embedded C is?
एंबेडेड C________ है?
A.
A subset of traditional C
ट्रेडिशनल C का एक सबसेट
B.
An extension of traditional C
ट्रेडिशनल C का एक एक्सटेंशन
C.
A superset of traditional C
ट्रेडिशनल C का एक सुपरसेट
D.
Same as traditional C
ट्रेडिशनल C के समान है
Question No# :
36
out of 50
Report Bug
Bookmark
How are multiline comments denoted in Embedded C?
एंबेडेड सी मल्टीलाइन टिप्पणियों को कैसे दर्शया जाता है?
A.
##
##
B.
/**/
/**/
C.
%%
%%
D.
//
//
Question No# :
37
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# :
38
out of 50
Report Bug
Bookmark
Code writing and uploading into the board is done using _____?
कोड लिखने और बोर्ड में अपलोड करने के लिए _____ का उपयोग किया जाता है?
A.
Environment
Environment
B.
PC
PC
C.
IDE
IDE
D.
SOME
SOME
Question No# :
39
out of 50
Report Bug
Bookmark
What is the real example of a smart grid device in IoT?
IoT में स्मार्ट ग्रिड डिवाइस का वास्तविक उदाहरण क्या है?
A.
Mobile phone
मोबाइल फ़ोन
B.
Television
टेलीविज़न
C.
Smart Speaker
स्मार्ट स्पीकर
D.
Smart Meters
स्मार्ट मीटर
Question No# :
40
out of 50
Report Bug
Bookmark
What does the digitalRead() function return?
DigitalRead() फ़ंक्शन क्या रिटर्न करता है?
A.
A value between 0 and 1023
0 और 1023 के बीच की वैल्यू
B.
A boolean value (true or false)
एक बूलियन वैल्यू (सही या ग़लत)
C.
HIGH or LOW
हाई या लो
D.
A frequency value
एक फ्रीक्वेंसी वैल्यू
Question No# :
41
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
Question No# :
42
out of 50
Report Bug
Bookmark
What is the function name for turn on led in Arduino?
Arduino में एलईडी चालू करने के लिए फ़ंक्शन का नाम क्या है?
A.
Digitalwrite()
Digitalwrite()
B.
Digitalread()
Digitalread()
C.
digitalWrite()
digitalWrite()
D.
digitalRead()
digitalRead()
Question No# :
43
out of 50
Report Bug
Bookmark
Find the correct boilerplate Arduino code.
सही बॉयलरप्लेट Arduino कोड खोजें।
A.
dataType const PROGMEM variableName [] = {};
dataType const PROGMEM variableName [] = {};
B.
data type PROFMEM const variableName [] = {};
data type PROFMEM const variableName [] = {};
C.
const data Type variableName [] PROGMEM = {};
const data Type variableName [] PROGMEM = {};
D.
const data Type PROGMEM variableName []= {};
const data Type PROGMEM variableName []= {};
Question No# :
44
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# :
45
out of 50
Report Bug
Bookmark
Which of the following is false about lol devices?
IoT उपकरणों के बारे में निम्नलिखित में से कौन सा गलत है?
A.
Use internet for collecting and sharing data
डेटा एकत्र करने और साझा करने के लिए इंटरनेट ला उपयोग करता है
B.
Need microcontrollers
माइक्रोकंट्रोलर की आवश्यकत होती है
C.
Use wireless technology
विरलेस तकनीक का प्रयोग करता है
D.
Are completely safe
पूरी तरह सुरक्षित है
Question No# :
46
out of 50
Report Bug
Bookmark
To easily interface add-on modules with Arduino we can use
Arduino के साथ ऐड-ऑन मॉड्यूल को आसानी से इंटरफ़ेस करने के लिए हम उपयोग कर सकते हैं
A.
General PCB
सामान्य पीसीबी
B.
Connectivity circuit boards
कनेक्टिविटी सर्किट बोर्ड
C.
Arduino shields
Arduino शील्ड्स
D.
Other high-end Arduino boards
अन्य उच्च अंत Arduino बोर्ड
Question No# :
47
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# :
48
out of 50
Report Bug
Bookmark
How many times does the setup() function run on every startup of the Arduino System?
Arduino सिस्टम के प्रत्येक स्टार्टअप पर कितनी बार setup() फ़ंक्शन चलता है?
A.
Infinite
Infinite
B.
1
1
C.
0
0
D.
2
2
Question No# :
49
out of 50
Report Bug
Bookmark
Which of the following languages does GSN work on?
जीएसएन निम्नलिखित में से किस भाषा पर कार्य करता है?
A.
Python
पायथन
B.
JAVA
जावा
C.
Android
एंड्राइड
D.
C++
सी ++
Question No# :
50
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);
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