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
Set
25
See Explanation !
1
RFID is a _______ technology.
RFID एक _______ तकनीक है।
Bluetooth
Ethernet
Both of the above
None of the above
Next Question
25
See Explanation !
2
Self Esteem is important because:
आत्मसम्मान महत्वपूर्ण है क्योंकि:
You believe, that you are worthy of happiness and of respect.
It is the last step in believing in you and it builds self-confidence.
It does not have a profound effect on your thinking, emotions, happiness, desires, values, and goals.
You cannot feel respect and be proud even if you make a mistake.
Previous Question
Next Question
25
See Explanation !
3
How are comments denoted in Embedded C?
एंबेडेड C में टिप्पणियों को कैसे दर्शाया जाता है
#
%
:
//
Previous Question
Next Question
25
See Explanation !
4
Personality is :
व्यक्तित्व है :
Not related only to body structure, but it includes both the structure and dynamics.
An indivisible unit
Unique for every individual.
All of the above
Previous Question
Next Question
25
See Explanation !
5
Which of these does not enhance listening skills?
इनमें से कौन सा सुनने के कौशल को नहीं बढ़ाता है?
Attention
Clear perception
Frankness
Ignoring
Previous Question
Next Question
25
See Explanation !
6
In IoT communication, what function does the Physical Layer of the OSI model serve?
IoT संचार में, OSI मॉडल की भौतिक परत किस कार्य को पूरा करती है?
Managing device IP addressing
Converting data into electromagnetic signals for transmission
Handling session establishment between devices
Encrypting transmitted data
Previous Question
Next Question
25
See Explanation !
7
What is the Arduino UNO?
Arduino UNO क्या है?
Software
Hardware device
Network
Protocol
Previous Question
Next Question
25
See Explanation !
8
Which guided medium is commonly used in IoT for local area networks (LANs)?
स्थानीय क्षेत्र नेटवर्क (LAN) के लिए IoT में आमतौर पर किस निर्देशित माध्यम का उपयोग किया जाता है?
Twisted pair cable
Infrared
Satellite
LoRa
Previous Question
Next Question
25
See Explanation !
9
Which of the following IoT communication modes is most efficient for real-time applications like video streaming?
वीडियो स्ट्रीमिंग जैसे वास्तविक समय के अनुप्रयोगों के लिए निम्नलिखित में से कौन सा IoT संचार मोड सबसे कुशल है?
Simplex
Half-Duplex
Full-Duplex
None of the above
Previous Question
Next Question
25
See Explanation !
10
SAAS stands for
SAAS का पूर्ण रूप है।
Service as a software
Software as a service
Service as a service
None
Previous Question
Next Question
25
See Explanation !
11
Internet of Things needs a IOT of network connection. What is the proposed "White Space" radio standard called?
इंटरनेट ऑफ़ थिंग्स को एक IOT नेटवर्क कनेक्शन की आवश्यकता होती है। प्रस्तावित "व्हाइट स्पेस" रेडियो मानक को क्या कहा जाता है?
Weightless
bluetooth
Wimax
zigbee
Previous Question
Next Question
25
See Explanation !
12
__________ is an example of 16 bit microcontroller.
__________ 16 बिट माइक्रोकंट्रोलर का एक उदाहरण है।
8031 Microcontroller
8051 Microcontroller
8096 Microcontroller
None of the above
Previous Question
Next Question
25
See Explanation !
13
Which category is used in the context of connected cars?
कनेक्टेड कारों के संदर्भ में किस श्रेणी का उपयोग किया जाता है?
Personal IoT
Group IoT
Community IoT
None of these
Previous Question
Next Question
25
See Explanation !
14
The network layer concerns with
नेटवर्क लेयर किससे संबंधित है
Bits
Frames
Packets
None of the mentioned
Previous Question
Next Question
25
See Explanation !
15
What is the objective of the code given below if it is executed on the Arduino Uno? #include
int pin=13; void setup() { pinMode(pin,OUTPUT); Serial.begin(9600); { void loop() for(int i-0; i
यदि इसे Arduino UNo पर निष्पादित किया जाता है, तो नीचे दिए गए कोड का उद्देश्य क्या है? #include
int pin=13; void setup() { pinMode(pin,OUTPUT); Serial.begin(9600); { void loop() for(int i-0; i
Clear EEPROM
Fill EEPROM with 1's
Export EEPROM data
Fill EEPROM with 0's
Previous Question
Next Question
25
See Explanation !
16
Single 10-bit DAC provides variable_____output.
सिंगल 10 - बिट DAC वेरिएबल_____आउटपुट प्रदान करता है।
Digital
Analog
Analog and digital
Neither Analog nor digital
Previous Question
Next Question
25
See Explanation !
17
Single line comment in C Language starts with
C भाषा में सिंगल लाइन टिप्पणी किससे शुरू होती है
#
//
!-
/*
Previous Question
Next Question
25
See Explanation !
18
Bits from physical layer are converted into frames by the
भौतिक परत से बिट्स को फ्रेम में परिवर्तित किया जाता है
Data link Layer
Network Layer
Transport Layer
None of These
Previous Question
Next Question
25
See Explanation !
19
What does VNC stand for:
VNC का मतलब क्या है:
Various Network computers
Various Network computers
Virtual Network Communication
None of the above
Previous Question
Next Question
25
See Explanation !
20
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 !
21
Advantage(s) of Arduino .
Arduino के फ़ायदे।
Easy to learn
Huge community
many third-party libraries
All of the above
Previous Question
Next Question
25
See Explanation !
22
A microcontroller
एक माइक्रोकंट्रोलर
Saved Cost
Save power consumption
Make the circuit compact
All of the above
Previous Question
Next Question
25
See Explanation !
23
IIoT stands for-
IIoT का अर्थ है -
Indepth Internet of Things
Innovative Internet of Things
Information Internet of Things
Industrial Internet of Things
Previous Question
Next Question
25
See Explanation !
24
Interent domain name and hostname are translated into IP address by _____ .
पूर्ण डोमेन नाम और होस्टनाम का अनुवाद _____ द्वारा IP पते में किया जाता है।
Domain name database
Router
Domain Information system
Domain name system
Previous Question
Next Question
25
See Explanation !
25
What will be the output of the following code . #include
void solve(){ int b=4; int res = b++ + ++b + ++b; printf("%d", res); } int main(){ solve(); return 0; }
निम्नलिखित कोड का आउटपुट क्या होगा। #include
void solve(){ int b=4; int res = b++ + ++b + ++b; printf("%d", res); } int main(){ solve(); return 0; }
12
15
17
20
Previous Question