Home
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
Other 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
2024
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
Which communication protocol is designed for resource-constrained IoT devices?
संसाधन - बाधित IoT उपकरणों के लिए कौन सा संचार प्रोटोकॉल डिज़ाइन किया गया है?
HTTP
CoAP (Constrained Application Protocol)
SMTP
Telnet
Next Question
25
See Explanation !
2
Predict the output of the following code if the object is moving away from the sensor int op = 7; int isBarrier = HIGH; void setup() { pinMode(op, INPUT); Serial.begin(9600); } void loop() { isBarrier = digitalRead(op); if (isBarrier == LOW)
यदि ऑब्जेक्ट सेंसर से दूर जा रहा है तो निम्नलिखित कोड के आउटपुट की भविष्यवाणी करें int op = 7; int isBarrier = HIGH; void setup() { pinMode(op, INPUT); Serial.begin(9600); } void loop() { isBarrier = digitalRead(op); if (isBarrier == LOW) {
clear+clear+1+1
1+1+clear+clear
clear+clear+clear+clear
1+1+clear+1
Previous Question
Next Question
25
See Explanation !
3
Which of the following is used for risk analysis?
निम्नलिखित में से किसका उपयोग जोखिम विश्लेषण के लिए किया जाता है?
DREAD
OWASP
STRIDE
DAR
Previous Question
Next Question
25
See Explanation !
4
Which IoT communication protocol is known for its lightweight and efficient nature, making it suitable for constrained devices with low power and limited bandwidth?
कौन सा IoT संचार प्रोटोकॉल अपने हल्के और कुशल स्वभाव के लिए जाना जाता है, जो इसे कम शक्ति और सीमित बैंडविड्थ वाले विवश उपकरणों के लिए उपयुक्त बनाता है?
HTTP
CoAP
MQTT
TCP
Previous Question
Next Question
25
See Explanation !
5
Which layer of the OSI model does data compression ?
OSI मॉडल की कौन सी परत डेटा संपीड़न करती है?
Network
Data Link
Physical
Presentation
Previous Question
Next Question
25
See Explanation !
6
According to Davis, personality is a psychic phenomenon which is:
डेविस के अनुसार, व्यक्तित्व एक मानसिक घटना है जो है:
Organic
Social
A mask
Combination of organic and social
Previous Question
Next Question
25
See Explanation !
7
Sonos is a system that uses __wireless
Sonos एक प्रणाली है जो __वायरलेस का उपयोग करती है
WIFI
HiFi
Zigbee
Bluetooth
Previous Question
Next Question
25
See Explanation !
8
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 !
9
It is control system that has only one input and one output
यह नियंत्रण प्रणाली है जिसमें केवल एक इनपुट और एक आउटपुट होता है
SISO
MIMO
Both A and B
None of the above
Previous Question
Next Question
25
See Explanation !
10
______ are the types of actuators
______ एक्ट्यूएटर के प्रकार हैं
Hydraulic, pneumatic actuators
Electrical, thermal actuators
Mechanical actuators
All of the Above
Previous Question
Next Question
25
See Explanation !
11
Which of the following is a key component of a closed-loop control system in IoT?
निम्नलिखित में से कौन IoT में बंद - लूप नियंत्रण प्रणाली का एक प्रमुख घटक है?
Actuator
Sensor
Controller
All of the above
Previous Question
Next Question
25
See Explanation !
12
What is ESP8266 ?
ESP8266 क्या है?
WIFI module
Sensor
Board
USB cable
Previous Question
Next Question
25
See Explanation !
13
OSI Model Developed by
OSI मॉडल विकसित करने वाले
ISO (Internet Standard Organization)
ISO (International Standard Organization)
ISO (International System Organization)
ISO (International Software Organization)
Previous Question
Next Question
25
See Explanation !
14
What is the primary purpose of IoT gateways in a network?
नेटवर्क में IoT गेटवे का प्राथमिक उद्देश्य क्या है?
Ensure data security
Connect IoT devices to the cloud
Provide power to IoT devices
Encrypt communication between devices
Previous Question
Next Question
25
See Explanation !
15
Which resume format is best for someone with gaps in employment history?
रोजगार इतिहास में अंतराल वाले किसी व्यक्ति के लिए कौन सा रेज़्यूमे प्रारूप सबसे अच्छा है?
Chronological
Functional
Combination
Academic
Previous Question
Next Question
25
See Explanation !
16
Which of the following technologies is typically used in smart home IoT devices like smart bulbs and thermostats?
स्मार्ट बल्ब और थर्मोस्टैट्स जैसे स्मार्ट होम आईओटी उपकरणों में आमतौर पर निम्नलिखित में से किस तकनीक का उपयोग किया जाता है?
Zigbee
Wi-Fi
Bluetooth
All of the above
Previous Question
Next Question
25
See Explanation !
17
What is the purpose of the loop() function in an Arduino sketch?
Arduino स्केच में लूप() फ़ंक्शन का उद्देश्य क्या है?
Executes only once when the program starts
Continuously runs the code within it after setup()
Used for debugging
None of the above
Previous Question
Next Question
25
See Explanation !
18
Sensors are the output device.
सेंसर आउटपुट डिवाइस हैं।
True
False
Maybe
None of these
Previous Question
Next Question
25
See Explanation !
19
Which device measures gases or liquid ?
कौन सा उपकरण गैसों या तरल को मापता है?
Proximity sensor
Pressure sensor
Temperature sensor
Touch sensor
Previous Question
Next Question
25
See Explanation !
20
A digit value is converted to an analogue signal using which of the following Methods?
निम्न में से किस विधि का उपयोग करके एक अंक मान को एनालॉग सिग्नल में परिवर्तित किया जाता है?
analogRead()
ADC
DAC
pinMode()
Previous Question
Next Question
25
See Explanation !
21
What does GPIO stand for?
GPIO का क्या अर्थ है?
General-Purpose Input/Output
General-Purpose Inner/Outer
Both (A) & (B)
None of the above
Previous Question
Next Question
25
See Explanation !
22
Logical operations in computer are done by
कंप्यूटर में तार्किक संचालन किसके द्वारा किया जाता है
Registers
Control Unit
ALU
None of These
Previous Question
Next Question
25
See Explanation !
23
Remotes enables entities that utilize IoT devices to connect and control them using a dashboard.
रिमोट डैशबोर्ड का उपयोग करके IoT उपकरणों का उपयोग करने वाली संस्थाओं को कनेक्ट करने और उन्हें नियंत्रित करने में सक्षम बनाता है।
Smartphones
Tablets & PCs
Smartwatches
All of the above
Previous Question
Next Question
25
See Explanation !
24
How MDM will achive locking mechanism ?
एमडीएम लॉकिंग तंत्र को कैसे प्राप्त करेगा?
Wrapping
Controlling
Both wrapping and controlling access by all applications on the device
Encryption
Previous Question
Next Question
25
See Explanation !
25
____ is a security mechanism used in WiFi.
____ एक सुरक्षा तंत्र है जिसका उपयोग वाईफ़ाई में किया जाता है।
WPA
HTTP
MLA
None of these
Previous Question