Syllabus
O Level
M1 R5: Information Technology Tools and Network Basics
Introduction to Computers
Office Automation Tools
Internet and Web Technologies
Networking Fundamentals
M2 R5: Web Designing and Publishing
HTML
CSS
Javascript
Web Hosting And Publishing
M3 R5: Programming and Problem Solving through Python
Introduction to Programming
Python Programming
Data Structures in Python
File Processing in Python
M4 R5: Internet of Things (IoT) and Its Applications
Introduction to IoT
IoT Architecture
IoT Applications
IoT Security and Challenges | Soft Skills
Courses
Under Graduate Courses
BA
BCA
B.COM
Post Graduate Courses
MCA
MBA
M.COM
MA
M.SC.(MATHS)
MSW
Institutional Courses
DCA
ADCA
DFA
DOAP
TALLY PRIME
JAVA
PYTHON
CCA
C Languages
Job Oriented Courses
Digital Marketing
Full Stack Development
Data Science
Cybersecurity and Ethical Hacking
Blockchain Development
Cloud Computing
Artificial Intelligence (AI) and Machine Learning
Government Courses
CCC
O LEVEL
A LEVEL
Mock Test
M1 R5: Information Technology Tools and Network Basics
M2 R5: Web Designing and Publishing
M3 R5: Programming and Problem Solving through Python
M4 R5: Internet of Things (IoT) and Its Applications
Old Papers
2025
New!
2024
New!
2023
New!
2022
New!
2021
New!
2020
New!
2019
New!
2018
New!
2017
New!
2016
New!
2015
New!
2014
New!
2013
New!
2012
New!
2011
New!
Assignments
HTML
New!
CSS
New!
Javascript
New!
Python
New!
Log in
Sign Up
O Level Papers!
M4 R5: Internet of Things (IoT) and Its Applications
IoT Applications
Set 4
25
See Explanation !
1
If the voltage value is 5v then it reaches a ____ limit for each analog input.
यदि वोल्टेज मान 5v है तो यह प्रत्येक एनालॉग इनपुट के लिए ____ सीमा तक पहुँच जाता है।
Lower
Upper
Beneath
Least
Next Question
25
See Explanation !
2
In Arduino, the reset pin is switched to _____, to reopen the code and load.
Arduino में, कोड को फिर से खोलने और लोड करने के लिए रीसेट पिन को _____ पर स्विच किया जाता है।
High
Beneath
Ground
None of the above
Previous Question
Next Question
25
See Explanation !
3
TX pin represents _______ in Arduino board.
Arduino बोर्ड में TX पिन _______ का प्रतिनिधित्व करता है।
Transmits
Receives
Ground
Restarts
Previous Question
Next Question
25
See Explanation !
4
RX pin represents _______ in Arduino board.
Arduino बोर्ड में RX पिन _______ का प्रतिनिधित्व करता है।
Transmits
Receivers
Ground
Restarts
Previous Question
Next Question
25
See Explanation !
5
Arduino mega hold ____ analog inputs.
Arduino मेगा होल्ड ____ एनालॉग इनपुट।
12
13
14
16
Previous Question
Next Question
25
See Explanation !
6
Arduino can work on a variety of ______ like windows, Linux, and mac.
Arduino विभिन्न प्रकार के ______ जैसे विंडोज़, लिनक्स और मैक पर काम कर सकता है।
Platforms
Elements
Batteries
Components
Previous Question
Next Question
25
See Explanation !
7
Atmel _______ AVR microcontroller present in arduino boards.
Atmel _______ AVR माइक्रोकंट्रोलर Arduino बोर्डों में मौजूद है।
2-bit
3-bit
8-bit
6-bit
Previous Question
Next Question
25
See Explanation !
8
Arduino boards having double pins that provide interfacing for _______?
Arduino बोर्ड में डबल पिन होते हैं जो _______ के लिए इंटरफेसिंग प्रदान करते हैं?
Programming
Technical issue
Marketing
Simulating
Previous Question
Next Question
25
See Explanation !
9
Each microcontroller of the Arduino is pre-programmed by the _______?
Arduino का प्रत्येक माइक्रोकंट्रोलर _______ द्वारा पूर्व क्रमादेशित है?
Amplifier
Actuator
Bootloader
None of these above
Previous Question
Next Question
25
See Explanation !
10
Expand LCD ________?
एलसीडी full form
Light crystal display
Liquid crystal display
Light cube display
All of the above
Previous Question
Next Question
25
See Explanation !
11
______ is a function which starts after power-up or reset.
______ एक फंक्शन है जो पावर-अप या रीसेट के बाद शुरू होता है।
setup()
loop()
start()
None of the above
Previous Question
Next Question
25
See Explanation !
12
The function which repeatedly executes in the main program?
वह फंक्शन जो मुख्य प्रोग्राम में बार-बार एक्जीक्यूट होता है?
setup()
loop()
while()
None of the above
Previous Question
Next Question
25
See Explanation !
13
Expand LED full form ______?
एलईडी का पूर्ण रूप ______ का विस्तार करें?
Laser emitting diode
Light Emitting diode
Lighting error diode
None of the above
Previous Question
Next Question
25
See Explanation !
14
Arduino Bluetooth also called Arduino ___?
Arduino ब्लूटूथ को Arduino ___ भी कहा जाता है?
Arduino Due
Arduino Diecimila
Arduino BT
None of these
Previous Question
Next Question
25
See Explanation !
15
The SI unit of resistance is ————. प्रतिरोध की SI इकाई ———— है।
प्रतिरोध की SI इकाई ———— है।
Volt
Faraday
Ampere
Ohm
Previous Question
Next Question
25
See Explanation !
16
What are the functions preprocessor directive in Embedded C programming?
एंबेडेड सी प्रोग्रामिंग में फंक्शन प्रीप्रोसेसर डायरेक्टिव क्या हैं?
Tell compiler where to find symbols that are not present in program
Give compiler instructions to compile the program
Define variables
Define functions
Previous Question
Next Question
25
See Explanation !
17
Which of the following prevents someone from denying the accessed resource
निम्नलिखित में से कौन किसी को एक्सेस किए गए संसाधन को अस्वीकार करने से रोकता है
Accounting
Non-repudiation
Sniffing
Authorization
Previous Question
Next Question
25
See Explanation !
18
The loT networks that has a very short range is?
IoT नेटवर्क जिसकी रेंज बहुत कम है वह ________है ?
WAN
LAN
Fox
Short-range Wireless Network
Previous Question
Next Question
25
See Explanation !
19
What will be the output of the following code C? #include
void solve() { char ch[5] = "abcde"; int ans=0; for(int i =0; i< 5; i++) { ans += (ch[i] - 'a');
निम्नलिखित कोड C का आउटपुट क्या होगा? #include
void solve() { char ch[5] = "abcde"; int ans=0; for(int i =0; i< 5; i++) { ans += (ch[i] - 'a'); }
5
20
40
10
Previous Question
Next Question
25
See Explanation !
20
Which processor helps in carrying out floating point calculations?
कौन सा प्रोसेसर फ्लोटिंग पॉइंट कैलकुलेशन करने में मदद करता है?
Microprocessor
Coprocessor
microcontroller
controller
Previous Question
Next Question
25
See Explanation !
21
What is the out come of the following Arduino code? void setup() { Serial.begin(9600); } void setup0 { Serial.write(20); }
निम्नलिखित Arduino कोड का परिणाम क्या है? void setup() { Serial.begin(9600); } void setup0 { Serial.write(20); }
Send a signal to pin 20 on the Arduino board
Send a octal number of 20 through the Serial pins
Send a byte with value 20 through the Serial pins
Send a hexadecimal number of 20 through the Serial pins
Previous Question
Next Question
25
See Explanation !
22
Which language is used to bult Arduino IDE ?
Arduino IDE किस भाषा पर बनाया गया है?
Java
HTML
C/C++
Python
Previous Question
Next Question
25
See Explanation !
23
What is the use of the Interrupt Service Routine in an Arduino
Arduino में इंटरप्ट सर्विस रूटीन का क्या उपयोग है
To boot up the Arduino
To exit any code that is running
To automate functions
To make more memory
Previous Question
Next Question
25
See Explanation !
24
How are multiline comments denoted in Embedded C?
एंबेडेड सी मल्टीलाइन टिप्पणियों को कैसे दर्शया जाता है?
##
/**/
%%
//
Previous Question
Next Question
25
See Explanation !
25
What is the resolution of the micros() function on the Arduino Nano
Arduino नैनो पर micros() फ़ंक्शन का रिज़ॉल्यूशन क्या है?
7 Microseconds
4 Microseconds
6 Microseconds
2 Microseconds
Previous Question