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
CSS
Javascript
Python
Practical Questions
New!
Log in
Sign Up
O Level Papers!
M4 R5: Internet of Things (IoT) and Its Applications
Set
25
See Explanation !
1
Gateway software should be smart enough to handle _____ .
गेटवे सॉफ्टवेयर _____ को संभालने के लिए पर्याप्त स्मार्ट होना चाहिए।
GPS
Message
Logging
Sensors
Next Question
25
See Explanation !
2
board allows sewn into clothing.
बोर्ड कपड़ों में सिलने की अनुमति देता है।
UNO
RedBoard
Lilypad
Mega
Previous Question
Next Question
25
See Explanation !
3
What is the frequency rate of z-wave?
Z - तरंग की आवृत्ति दर क्या है?
908.42 GHz
928.49 GHz
888.42 GHz
708.49 GHz
Previous Question
Next Question
25
See Explanation !
4
Which of the following is the property of embedded C language?
निम्नलिखित में से कौन सी एम्बेडेड C भाषा की संपत्ति है?
Hardware independent
Used for web applications
Used with limited resources
Used for native development
Previous Question
Next Question
25
See Explanation !
5
Bluetooth is the wireless technology for ______.
ब्लूटूथ ______ के लिए वायरलेस तकनीक है।
Local Area Network
Personal Area Network
Metropolitan Area Network
Wide Area Network
Previous Question
Next Question
25
See Explanation !
6
Which layer of IoT architecture involves data analytics?
IoT आर्किटेक्चर की किस परत में डेटा एनालिटिक्स शामिल है?
Perception Layer
Network Layer
Application Layer
Processing Layer
Previous Question
Next Question
25
See Explanation !
7
A microcontroller
एक माइक्रोकंट्रोलर
Saved Cost
Save power consumption
Make the circuit compact
All of the above
Previous Question
Next Question
25
See Explanation !
8
Which communication protocol is designed for resource-constrained IoT devices?
संसाधन - बाधित IoT उपकरणों के लिए कौन सा संचार प्रोटोकॉल डिज़ाइन किया गया है?
HTTP
CoAP (Constrained Application Protocol)
SMTP
Telnet
Previous Question
Next Question
25
See Explanation !
9
A _ is a device which converts signals from one form to another.
A_एक ऐसा उपकरण है जो संकेतों को एक रूप से दूसरे रूप में परिवर्तित करता है।
Transducer
Transistor
DC Motor
None of these
Previous Question
Next Question
25
See Explanation !
10
A typical IoT system design which refers to the individual node devices and their protocols that are utilized to create a functional IoT ecosystem, is termed as
एक विशिष्ट IoT सिस्टम डिज़ाइन जो व्यक्तिगत नोड उपकरणों और उनके प्रोटोकॉल को संदर्भित करता है जिनका उपयोग एक कार्यात्मक IoT पारिस्थितिकी तंत्र बनाने के लिए किया जाता है, को कहा जाता है
Logical design
Physical design
Both of these
None of these
Previous Question
Next Question
25
See Explanation !
11
Which of the following techniques does Sigfox use for communication?
सिगफॉक्स संचार के लिए निम्नलिखित में से किस तकनीक का उपयोग करता है?
Frequency Hopping Spread Spectrum (FHSS)
Ultra Narrow Band (UNB) modulation
Orthogonal Frequency Division Multiplexing (OFDM)
Carrier Sense Multiple Access (CSMA)
Previous Question
Next Question
25
See Explanation !
12
Which type of sensor is used to measure light intensity in IoT projects?
IoT परियोजनाओं में प्रकाश की तीव्रता को मापने के लिए किस प्रकार के सेंसर का उपयोग किया जाता है?
BMP180
LDR
MPU6050
DS18B20
Previous Question
Next Question
25
See Explanation !
13
What is Secure Shell (SSH)?
सिक्योर शेल (SSH) क्या है?
A router
A Firewall
A Network Protocol
Python Shell
Previous Question
Next Question
25
See Explanation !
14
An automatic toaster is a _____ loop control system.
एक स्वचालित टोस्टर एक _____ लूप नियंत्रण प्रणाली है।
Open
Closed
partially closed
None of the above
Previous Question
Next Question
25
See Explanation !
15
What is Arduino ?
अरुडिनो क्या है?
Programming language
Image editing software
Open-source electronics platform
Text editor
Previous Question
Next Question
25
See Explanation !
16
Countries when referred to by names are also considered as _____ .
नामों से संदर्भित देशों को भी _____ के रूप में माना जाता है।
Masuline
Feminine
Common
Neuter
Previous Question
Next Question
25
See Explanation !
17
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
Next Question
25
See Explanation !
18
The filtering is a security measure on various wireless networks:
फ़िल्टरिंग विभिन्न वायरलेस नेटवर्क पर एक सुरक्षा उपाय है:
Ip
OUI
MAC
NIC
Previous Question
Next Question
25
See Explanation !
19
Which layer of the TCP/IP model is responsible for splitting and reassembling messages into packets in IoT systems?
टीसीपी/आईपी मॉडल की कौन सी परत IoT सिस्टम में पैकेट में संदेशों को विभाजित करने और फिर से जोड़ने के लिए जिम्मेदार है?
Network Interface Layer
Internet Layer
Transport Layer
Application Layer
Previous Question
Next Question
25
See Explanation !
20
Which Arduino library is typically used to control a servo motor?
सर्वो मोटर को नियंत्रित करने के लिए आमतौर पर किस Arduino लाइब्रेरी का उपयोग किया जाता है?
Servo.h
Motor.h
Wire.h
LCD.h
Previous Question
Next Question
25
See Explanation !
21
The Atmega 168 is an _____ bit chip
Atmega 168 एक _____ बिट चिप है
32
64
8
16
Previous Question
Next Question
25
See Explanation !
22
Tagging Things
चीजों को टैग करना
RFID and NFC
Digital Watermarking
QR Code
All of the above
Previous Question
Next Question
25
See Explanation !
23
Single line comment in C Language starts with
C भाषा में सिंगल लाइन टिप्पणी किससे शुरू होती है
#
//
!-
/*
Previous Question
Next Question
25
See Explanation !
24
ARM stands for -
ARM का अर्थ है -
Advanced RISC Machine
Advanced RISC Methadology
Advanced Reduced Machine
Advanced Reduce Methadology
Previous Question
Next Question
25
See Explanation !
25
Full form of TCP is _____ .
टीसीपी का पूर्ण रूप है-
Telecommunication control protocol
Transmission control protocol
Temprature control protoco
Transmission and communication protocol.
Previous Question