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 3
25
See Explanation !
1
How many analog pins are used in Arduino nano board?
Arduino नैनो बोर्ड में कितने एनालॉग पिन का उपयोग किया जाता है?
12
16
8
14
Next Question
25
See Explanation !
2
What is the function name for turn on led in Arduino?
Arduino में एलईडी चालू करने के लिए फ़ंक्शन का नाम क्या है?
Digitalwrite()
Digitalread()
digitalWrite()
digitalRead()
Previous Question
Next Question
25
See Explanation !
3
if a voltage of 5V is applied to the pin equivalent to the A0 pin on an Arduino UNO, what is the output of the programmed below? void setup() { Serial.begin(9600); pinMode(A0, INPUT); } void loop() { int
यदि Arduino UNO पर A0 पिन के समतुल्य पिन पर 5V का वोल्टेज लगाया जाता है, तो नीचे दिए गए प्रोग्राम का आउटपुट क्या होगा? void setup() { Serial.begin(9600); pinMode(A0, INPUT); } void loop() { int s = analo
0
5
1023
100
Previous Question
Next Question
25
See Explanation !
4
Find the correct boilerplate Arduino code.
सही बॉयलरप्लेट Arduino कोड खोजें।
dataType const PROGMEM variableName [] = {};
data type PROFMEM const variableName [] = {};
const data Type variableName [] PROGMEM = {};
const data Type PROGMEM variableName []= {};
Previous Question
Next Question
25
See Explanation !
5
Which compiler is used to translate C/C++ code into binary for AVR microcontrollers?
AVR माइक्रोकंट्रोलर्स के लिए C/C++ कोड को बाइनरी में ट्रांसलेट करने के लिए किस कंपाइलर का उपयोग किया जाता है?
G++
AVR- GCC
PYTHON
Both A and B
Previous Question
Next Question
25
See Explanation !
6
Which command is used to create a delay in the Arduino program?
Arduino प्रोग्राम में देरी करने के लिए किस कमांड का उपयोग किया जाता है?
digitalRead()
for()
pinMode()
delay()
Previous Question
Next Question
25
See Explanation !
7
What types of instructions have the most impact on the programme counter?
प्रोग्राम काउंटर पर किस प्रकार के निर्देशों का सबसे अधिक प्रभाव पड़ता है?
Call & Jump
Getchar & putchar
Call & Return
Return & Jump
Previous Question
Next Question
25
See Explanation !
8
In Arduino programming _______ indicate going forever.
Arduino प्रोग्रामिंग में _______ हमेशा के लिए जाने का संकेत देता है।
void loop()
void setup()
while
OUTPUT
Previous Question
Next Question
25
See Explanation !
9
How many times does the setup() function run on every startup of the Arduino System?
Arduino सिस्टम के प्रत्येक स्टार्टअप पर कितनी बार setup() फ़ंक्शन चलता है?
Infinite
1
0
2
Previous Question
Next Question
25
See Explanation !
10
Arduino IDE consists of 2 functions. What are they?
Arduino IDE में 2 function होते हैं। वे क्या हैं?
build() and setup()
build() and loop()
setup() and loop()
All of the above
Previous Question
Next Question
25
See Explanation !
11
Arduino is an open-source technology which is used to assemble __________ blueprints.
Arduino एक ओपन-सोर्स तकनीक है जिसका उपयोग __________ ब्लूप्रिंट को इकट्ठा करने के लिए किया जाता है।
Electrical
Chemical
Electronic
Disclaimer
Previous Question
Next Question
25
See Explanation !
12
Arduino has both software and _________ board.
Arduino में सॉफ्टवेयर और _________ बोर्ड दोनों हैं।
Timing circuit
Break the circuit
Programmable circuit
Feedback circuit
Previous Question
Next Question
25
See Explanation !
13
The Arduino board is also called a _______?
Arduino बोर्ड को _______ भी कहा जाता है?
Microprocessor
Timer
Oscillator
Microcontroller
Previous Question
Next Question
25
See Explanation !
14
Expand IDE full form________?
DE का पूर्ण विस्तृत रूप ________?
Integrated Development Environment
Interfaced Developed Module
Interleaving Deficit Expander
Interleaving The Developed Environment
Previous Question
Next Question
25
See Explanation !
15
Code writing and uploading into the board is done using _____?
कोड लिखने और बोर्ड में अपलोड करने के लिए _____ का उपयोग किया जाता है?
Environment
PC
IDE
SOME
Previous Question
Next Question
25
See Explanation !
16
_______ is the best product in the Arduino family for Beginners.
शुरुआती लोगों के लिए Arduino परिवार में _______ सबसे अच्छा उत्पाद है।
Divide
Uno
Thrive
None of the above
Previous Question
Next Question
25
See Explanation !
17
Without _______ Arduino cannot be run.
_______ के बिना अरुडिनो नहीं चलाया जा सकता है।
Power source
Regulator
Inverter
None of the above
Previous Question
Next Question
25
See Explanation !
18
Expand the full form of USB is_____?
USB का पूर्ण रूप बताएं____ है?
United Serial Bus
Universal Serial Bus
United Search Bus
None of the above
Previous Question
Next Question
25
See Explanation !
19
To ground the circuit _____ pin is used in Arduino.
Arduino में सर्किट को ग्राउंड करने के लिए _____ पिन का उपयोग किया जाता है।
PIN
GND
RESET
None of the above
Previous Question
Next Question
25
See Explanation !
20
How many Analog pins exist in Arduino?
Arduino में कितने एनालॉग पिन मौजूद हैं?
9
5
6
10
Previous Question
Next Question
25
See Explanation !
21
Analog pins _____ the signals from an analog sensor.
एनालॉग पिन _____ एक एनालॉग सेंसर से सिग्नल।
Write
Read
Peruse
Study
Previous Question
Next Question
25
See Explanation !
22
The 3.3V pin of Arduino supplies _____ volts of power.
Arduino का 3.3V पिन _____ वोल्ट बिजली की आपूर्ति करता है।
3.5V
5V
10V
3.3V
Previous Question
Next Question
25
See Explanation !
23
_____ pins are known as digital pins in Arduino.
Arduino में _____ पिन को डिजिटल पिन के रूप में जाना जाता है।
10
11
12
13
Previous Question
Next Question
25
See Explanation !
24
Expand PWM full form ________?
PWM का पूर्ण रूप क्या है?
Pulse Width Modulation.
Pulse Wide Modulation
Plain width modulation
None of these
Previous Question
Next Question
25
See Explanation !
25
Expand AREF full form _______?
AREF का पूर्ण रूप _______
Analog Revalue
Analog reference
Annuity reference
Amplified reference
Previous Question