O Level Exam : Student Portal
Email address
Password
Remember me
Forgot password?
Sign In
Google
Facebook
Don't have an account?
Register now
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
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
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# :
02
out of 50
Report Bug
Bookmark
Ardino shields are also called us _______ .
Ardino शील्ड्स को .............. भी कहा जाता है
A.
Add on modules
ऐड ऑन मॉड्यूल
B.
extra peripherals
अतिरिक्त पेरिफेरल्स
C.
connectivity modules
कनेक्टिविटी मॉड्यूल्स
D.
another arduinos
अन्य arduinos
Question No# :
03
out of 50
Report Bug
Bookmark
A digit value is converted to an analogue signal using which of the following Methods?
निम्न में से किस विधि का उपयोग करके एक अंक मान को एनालॉग सिग्नल में परिवर्तित किया जाता है?
A.
analogRead()
analogRead()
B.
ADC
ADC
C.
DAC
DAC
D.
pinMode()
pinMode()
Question No# :
04
out of 50
Report Bug
Bookmark
Which Function is used for PWM pin in Arduino?
Arduino में PWM पिन के लिए किस फंक्शन का उपयोग किया जाता है?
A.
digitalWrite()
digitalWrite()
B.
serial.print ( )
serial.print ( )
C.
analogWrite()
analogWrite()
D.
pinMode()
pinMode()
Question No# :
05
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# :
06
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# :
07
out of 50
Report Bug
Bookmark
In an IoT system, which sensor type might an Arduino use to measure temperature?
IoT सिस्टम में, Arduino टेम्प्रेचर मापने के लिए किस सेंसर प्रकार का यूज़ कर सकता है?
A.
LDR
एलडीआर
B.
DHT11
डीएचटी11
C.
Ultrasonic sensor
अल्ट्रासोनिक सेंसर
D.
Servo motor
सर्वो मोटर
Question No# :
08
out of 50
Report Bug
Bookmark
Statement required in Arduino program to generate one second delay is
Arduino प्रोग्राम में एक सेकंड की देरी उत्पन्न करने के लिए स्टेटमेंट की आवश्यकता होती है
A.
delay(100);
delay(100);
B.
delay(1000);
delay(1000);
C.
delay(10000);
delay(10000);
D.
delay(1);
delay(1);
Question No# :
09
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# :
10
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# :
11
out of 50
Report Bug
Bookmark
What is the main purpose of an LDR (Light Dependent Resistor) sensor in Arduino projects?
Arduino प्रोजेक्ट्स में LDR (लाइट डिपेंडेंट रेसिस्टर) सेंसर का मुख्य उद्देश्य क्या है?
A.
To detect humidity
ह्युमिडी का पता लगाने के लिए
B.
To measure temperature
टेंपेरेचर मापने के लिए
C.
To sense light intensity
लाइट की इंटेंसिटी को महसूस करना
D.
To monitor pressure
प्रेशर की मॉनिटरिंग के लिए
Question No# :
12
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# :
13
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# :
14
out of 50
Report Bug
Bookmark
What is the role of the lcd.begin() function in an Arduino program?
Arduino प्रोग्राम में lcd.begin() फ़ंक्शन की क्या भूमिका है?
A.
It initializes the LCD with the number of columns and rows.
यह कॉलम और रोव्स के नंबर के साथ एलसीडी को आरंभ करता है।
B.
It prints a message to the LCD.
यह एलसीडी पर एक मैसेज़ प्रिंट करता है।
C.
It clears the LCD display.
यह एलसीडी डिस्प्ले को क्लियर करता है।
D.
It changes the LCD backlight.
यह एलसीडी बैकलाइट को चेंज कर देता है।
Question No# :
15
out of 50
Report Bug
Bookmark
Fading technique used for____________pin in Arduino.
Arduino में ____________pin के लिए उपयोग की जाने वाली फेडिंग तकनीक।
A.
A2
A2
B.
D2
D2
C.
PWM
PWM
D.
5V
5V
Question No# :
16
out of 50
Report Bug
Bookmark
What is the purpose of the delay() function in Arduino?
Arduino में delay() फ़ंक्शन का उद्देश्य क्या है?
A.
Pauses the program for a specific amount of time
प्रोग्राम को एक स्पेसिफ़िक टाइम के लिए रोक देता है
B.
Stops the program permanently
प्रोग्राम को पर्मनेंट्ली स्टॉप कर देता है
C.
Restarts the program
प्रोग्राम रीस्टार्ट करता है
D.
Initializes the board
बोर्ड को इनिशियलाइज़ करता है
Question No# :
17
out of 50
Report Bug
Bookmark
One of the most popular Arduino boards is
सबसे लोकप्रिय Arduino बोडों में से एक है
A.
Arduino Duemileanove
अरुडिनो ड्यूमिलानोव
B.
Arduino Diecimila
अरुडिनो डायसीमिला
C.
Arduino Esplora
ऑर्डिनो इस्प्लोरा
D.
Arduino Due
ऑर्डिनो ड्यू
Question No# :
18
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# :
19
out of 50
Report Bug
Bookmark
How are comments denoted in Embedded C?
एंबेडेड C में टिप्पणियों को कैसे दर्शाया जाता है
A.
#
#
B.
%
%
C.
;
;
D.
//
//
Question No# :
20
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# :
21
out of 50
Report Bug
Bookmark
Expand AREF full form _______?
AREF का पूर्ण रूप _______
A.
Analog Revalue
Analog Revalue
B.
Analog reference
Analog reference
C.
Annuity reference
Annuity reference
D.
Amplified reference
Amplified reference
Question No# :
22
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# :
23
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# :
24
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# :
25
out of 50
Report Bug
Bookmark
What is the resolution of the micros() function on the Arduino Nano
Arduino नैनो पर micros() फ़ंक्शन का रिज़ॉल्यूशन क्या है?
A.
7 Microseconds
7 मिइक्रोसेकंड
B.
4 Microseconds
4 मिइक्रोसेकंड
C.
6 Microseconds
6 मिइक्रोसेकंड
D.
2 Microseconds
2 मिइक्रोसेकंड
Question No# :
26
out of 50
Report Bug
Bookmark
How many analog pins are used in Arduino nano board?
Arduino नैनो बोर्ड में कितने एनालॉग पिन का उपयोग किया जाता है?
A.
12
12
B.
16
16
C.
8
8
D.
14
14
Question No# :
27
out of 50
Report Bug
Bookmark
What is the bit size used in 8051 ?
8051 में किस बिट साइज का प्रयोग किया जाता है?
A.
4-bit
4-बिट
B.
8-bit
8-बिट
C.
16-bit
16-बिट
D.
32-bit
32-बिट
Question No# :
28
out of 50
Report Bug
Bookmark
Which Arduino library is used to interface with an LCD display?
एलसीडी डिस्प्ले के साथ इंटरफेस करने के लिए किस Arduino लाइब्रेरी का यूज़ किया जाता है?
A.
LCD.h
LCD.h
B.
LiquidCrystal.h
LiquidCrystal.h
C.
Display.h
Display.h
D.
OLED.h
OLED.h
Question No# :
29
out of 50
Report Bug
Bookmark
Without _______ Arduino cannot be run.
_______ के बिना अरुडिनो नहीं चलाया जा सकता है।
A.
Power source
Power source
B.
Regulator
Regulator
C.
Inverter
Inverter
D.
None of the above
None of the above
Question No# :
30
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# :
31
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# :
32
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# :
33
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# :
34
out of 50
Report Bug
Bookmark
Single line comment in C Language starts with
C भाषा में सिंगल लाइन कमेंट की शुरुआत होती है
A.
#
#
B.
//
//
C.
!-
!-
D.
/*
/*
Question No# :
35
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# :
36
out of 50
Report Bug
Bookmark
Which one is not a control structure ?
कौन सी एक कंट्रोल स्ट्रक्चर नहीं है ?
A.
While
While
B.
If.else
If.else
C.
#define
#define
D.
Case
Case
Question No# :
37
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# :
38
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# :
39
out of 50
Report Bug
Bookmark
Microcontroller used in Arduino UNO prototyping board is
Arduino UNO प्रोटोटाइप बोर्ड में प्रयुक्त माइक्रोकंट्रोलर है
A.
ATmega328m
ATmega328m
B.
ATmega328p
ATmega328p
C.
ATmega2560
ATmega2560
D.
None
None
Question No# :
40
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# :
41
out of 50
Report Bug
Bookmark
Program written in Arduino IDE is known as
Arduino IDE में लिखे गए प्रोग्राम को कहा जाता है
A.
Code
Code
B.
Source code
Source code
C.
Sketch
Sketch
D.
Paint
Paint
Question No# :
42
out of 50
Report Bug
Bookmark
The basic program in Arduino IDE contains
Arduino IDE में मूल प्रोग्राम शामिल है
A.
setup () and loop () function
setup () and loop () function
B.
Only setup () function
Only setup () function
C.
Only loop () function
Only loop () function
D.
None of these
None of these
Question No# :
43
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# :
44
out of 50
Report Bug
Bookmark
Which type of sensor is used to measure light intensity in IoT projects?
IoT प्रोजेक्ट्स में लाइट की तीव्रता मापने के लिए किस प्रकार के सेंसर का यूज़ किया जाता है?
A.
BMP180
बीएमपी180
B.
LDR
एलडीआर
C.
MPU6050
एमपीयू6050
D.
DS18B20
डीएस18बी20
Question No# :
45
out of 50
Report Bug
Bookmark
What is the purpose of the tone() function in Arduino?
Arduino में टोन() फ़ंक्शन का उद्देश्य क्या है?
A.
To generate a PWM signal
PWM सिग्नल जेनरेट करने के लिए
B.
To produce a sound on a buzzer with a specific frequency
क स्पेसिफ़िक फ्रीक्वेंसी के साथ बजर पर साउंड प्रोडूस करना
C.
To control the brightness of an LED
LED की ब्राइटनेस को कंट्रोल करने के लिए
D.
To read analog values
एनालॉग वैल्यू पढ़ने के लिए
Question No# :
46
out of 50
Report Bug
Bookmark
In C language, the bitwise complement operator is
C भाषा में बिटवाइज़ कॉम्प्लीमेंट ऑपरेटर है
A.
!
!
B.
|
|
C.
~
~
D.
&
&
Question No# :
47
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# :
48
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# :
49
out of 50
Report Bug
Bookmark
When a= 4, what is the value of b? in the given below statement b = (a > 6 ? 4 : 6);
जब a = 4, b का मान क्या होता है? नीचे दिए गए कथन में b = (a > 6 ? 4 : 6);
A.
0
0
B.
Error
Error
C.
4
4
D.
6
6
Question No# :
50
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
Latest Current Affairs 2025
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