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 1
25
See Explanation !
1
Microcontroller used in Arduino UNO prototyping board is
Arduino UNO प्रोटोटाइप बोर्ड में उपयोग किया जाने वाला माइक्रोकंट्रोलर है
ATmega328m
ATmega328p
ATmega2560
None
Next Question
25
See Explanation !
2
Which symbol is used in Arduino to calculate Module
मॉड्यूल की गणना करने के लिए Arduino में किस प्रतीक का उपयोग किया जाता है
#
$
%
!
Previous Question
Next Question
25
See Explanation !
3
To easily interface add-on modules with Arduino we can use
Arduino के साथ आसानी से ऐड - ऑन मॉड्यूल इंटरफ़ेस करने के लिए हम उपयोग कर सकते हैं
General PCB
Connectivity circuit boards
Arduino shields
Other high-end Arduino boards
Previous Question
Next Question
25
See Explanation !
4
The temperature and humidity sensor values are printed in _________
तापमान और आर्द्रता संवेदक मान _________ में मुद्रित होते हैं।
PYPI
PIP
OLED matrix
None of the above
Previous Question
Next Question
25
See Explanation !
5
All Code in an Arduino sketch is processed from
Arduino स्केच में सभी कोड को किससे प्रोसेस किया जाता है
Top to bottom
Bottom to top
Any order
None of these
Previous Question
Next Question
25
See Explanation !
6
Almost all statement written in arduino language must end with a
Arduino भाषा में लिखे गए लगभग सभी कथन एक के साथ समाप्त होने चाहिए
Comma ( , )
Colon ( : )
Semicolon ( ; )
Fullstop ( . )
Previous Question
Next Question
25
See Explanation !
7
Which of the following statement true about a sketch?
स्केच के बारे में निम्नलिखित में से कौन सा कथन सही है?
It is a name that Arduino uses for a program
Its the unit of code that is uploaded to run on an Arduino board
Both (A) and (B)
None of these
Previous Question
Next Question
25
See Explanation !
8
Advantage(s) of Arduino are
Arduino के लाभ हैं
Easy to learn
Huge community
many third-party libraries
All of the above
Previous Question
Next Question
25
See Explanation !
9
Full form of GPIO is
GPIO का पूर्ण रूप है
Ground Pin Input/Output
General pin Input/Output
General purpose Input/Output
None of these
Previous Question
Next Question
25
See Explanation !
10
The Setup() Defines
सेटअप() परिभाषित करता है
Pin functionality using the pinMode function
Initial state of pins
Initialize classes and variables
All of the above
Previous Question
Next Question
25
See Explanation !
11
The SPI pins are
एसपीआई पिन हैं
pins 10 (SS),11 (MOSI)
12 (MISO), 13 (SCK)
Both (A) and (B)
None of these
Previous Question
Next Question
25
See Explanation !
12
Some of the compile errors are
संकलित त्रुटियों में से कुछ हैं
Missing semicolons or parentheses
Missing variable initialization
Misspellings & wrong capitalizations
All of the above
Previous Question
Next Question
25
See Explanation !
13
The HC 05 module can operated in
HC 05 मॉड्यूल निम्न में संचालित किया जा सकता है
Slave mode
Master Mode
Both (A) and (B)
None of these
Previous Question
Next Question
25
See Explanation !
14
Which of the following statement(s) are true about serial communication
निम्नलिखित में से कौन सा कथन धारावाहिक संचार के बारे में सही है
Serial communication is the process of sending data from one device to another device sequentially
in serial Communication the data bits are send serially from one device to another device.
Provide faster means of communication
All of the above
Previous Question
Next Question
25
See Explanation !
15
Which of the following is not an asset in a typical IoT System ?
निम्नलिखित में से कौन एक विशिष्ट IoT प्रणाली में एक परिसंपत्ति नहीं है?
IoT Device
Gateway
Application
None of the above
Previous Question
Next Question
25
See Explanation !
16
Which parameter is taken through pulseln() in ultrasonic sensor?
अल्ट्रासोनिक सेंसर में pulseln () के माध्यम से कौन सा पैरामीटर लिया जाता है?
Voltage
Frequency
Time Duration
Distence
Previous Question
Next Question
25
See Explanation !
17
In I2C connection, which pin on the Arduino Uno is utilized for SCL (Serial clock)?
I2C कनेक्शन में, Arduino Uno पर किस पिन का उपयोग SCL (सीरियल क्लॉक) के लिए किया जाता है?
D2
A5
A2
A4
Previous Question
Next Question
25
See Explanation !
18
What will be the output of the following code? int main() { int i=25; int k=i%4; print("%d\n",k); }
निम्नलिखित कोड का आउटपुट क्या होगा? int main() { int i=25; int k=i%4; print(" %d\n ",k); }
1
2
3
4
Previous Question
Next Question
25
See Explanation !
19
Which of the Arduino pins is connected to the Data5 (D5) pin on the 16x2 character LCD?
Arduino पिन में से कौन 16x2 कैरेक्टर एलसीडी पर Data5 (D5) पिन से जुड़ा हुआ है?
Pin No. 3
Pin No. 2
Pin No. 5
Pin No. 4
Previous Question
Next Question
25
See Explanation !
20
The process of building loT hardware and devices enhanced with smart sensors and embedded system using many of the shell components like sensors, circuits and microcontrollers is called?
कई शेल घटकों जैसे सेंसर, सर्किट और माइक्रोकंट्रोलर का उपयोग करके स्मार्ट सेंसर और एम्बेडेड सिस्टम के साथ बढ़ाया गया एलओटी हार्डवेयर और उपकरणों के निर्माण की प्रक्रिया को कहा जाता है?
Prototyping
Casting
Protocasting
Protocal Typing
Previous Question
Next Question
25
See Explanation !
21
Which command is used in Arduino to set 9th pin as output?
9 वें पिन को आउटपुट के रूप में सेट करने के लिए Arduino में किस कमांड का उपयोग किया जाता है?
int sensorPin=9
int sensorValue=9
pinMode(9, OUTPUT);
digitalWrite(9, HIGH);
Previous Question
Next Question
25
See Explanation !
22
What will be the output of the following code? void main() { int x = 5*6/2 +8; printf("%d",x); return 0; }
MYMEMORY WARNING: YOU USED ALL AVAILABLE FREE TRANSLATIONS FOR TODAY. NEXT AVAILABLE IN 03 HOURS 08 MINUTES 36 SECONDS VISIT HTTPS://MYMEMORY.TRANSLATED.NET/DOC/USAGELIMITS.PHP TO TRANSLATE MORE
20
21
23
19
Previous Question
Next Question
25
See Explanation !
23
What will be the output of the following Arduino code? #define X 10; void setup() { X=0; Serial.begin(9600); Serial.print(X); } void loop() { //Do nothing… }
निम्नलिखित Arduino कोड का आउटपुट क्या होगा? #define X 10; void setup() { X=0; Serial.begin(9600); Serial.print(X); } void loop() { //कुछ न करें… }
0xAB
0xa
0
Error
Previous Question
Next Question
25
See Explanation !
24
What will be the output of the following code? int main() { int a=5; while(a=123) { printf("RABBIT\n"); } printf("GREEN"); return 0; }
निम्नलिखित कोड का आउटपुट क्या होगा? int main() { int a=5; while(a=123) { printf("RABBIT\n"); } printf("GREEN"); return 0; }
RABBIT is printed unlimited number of times
RABBIT GREEN
Compiler error
GREEN
Previous Question
Next Question
25
See Explanation !
25
What is the output of “pin 1” if “pin2” is sent “1011” where 1 is 5V and 0 is 0V? int pin1 = 12; int pin2 = 11; void setup() { pinMode(pin1, OUTPUT); pinMode(pin2, INPUT); Serial.begin(9600); } void lo
यदि "पिन 2" को "1011" भेजा जाता है, जहां 1 5V है और 0 0V है, तो "पिन 1" का आउटपुट क्या होगा? int pin2 = 11; void setup() { pinMode(pin1, OUTPUT); pinMode(pin2, INPUT); Serial.begin(9600); } void loop() {
1110
0100
1111
1011
Previous Question