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
Interpersonal communication is a process that involves only sending verbal and non verbal messages.
पारस्परिक संचार एक ऐसी प्रक्रिया है जिसमें केवल मौखिक और गैर - मौखिक संदेश भेजना शामिल है।
True
False
May be
None of these
Next Question
25
See Explanation !
2
Which transport layer protocols is used by DHCP?
DHCP द्वारा किस परिवहन परत प्रोटोकॉल का उपयोग किया जाता है?
RSVP
TCP
DCCP
UDP
Previous Question
Next Question
25
See Explanation !
3
The Arduino board is also called a _______?
Arduino बोर्ड को _______ भी कहा जाता है?
Microprocessor
Timer
Oscillator
Microcontroller
Previous Question
Next Question
25
See Explanation !
4
______ communication is the expression or exchange of information or messages without using any spoken or written word.
______ संचार किसी भी बोले गए या लिखित शब्द का उपयोग किए बिना जानकारी या संदेशों की अभिव्यक्ति या आदान - प्रदान है।
Non-Verbal
Verbal
Oral
Oral
Previous Question
Next Question
25
See Explanation !
5
What is the purpose of the IoT protocol MQTTs QoS (Quality of Service) levels?
IoT प्रोटोकॉल MQTTs QoS (सेवा की गुणवत्ता) स्तरों का उद्देश्य क्या है?
Control device power consumption
Ensure reliable message delivery
Enable peer-to-peer communication
Facilitate device discovery
Previous Question
Next Question
25
See Explanation !
6
The total resistance of three resistors connected in parallel will be _____ as compared to the individual value of resistor
समानांतर में जुड़े तीन प्रतिरोधकों का कुल प्रतिरोध _____ प्रतिरोधक के व्यक्तिगत मूल्य की तुलना में होगा
less
high
same
Depends on the temperature
Previous Question
Next Question
25
See Explanation !
7
Code writing and uploading into the board is done using _____?
कोड लिखने और बोर्ड में अपलोड करने के लिए _____ का उपयोग किया जाता है?
Environment
PC
IDE
SOME
Previous Question
Next Question
25
See Explanation !
8
Which one from the following is not compulsory technology for establishment of IoT Setup?
IoT सेटअप की स्थापना के लिए निम्नलिखित में से कौन सी एक अनिवार्य तकनीक नहीं है?
RFID
Nanotechnology
Cloud Computing
None of the above
Previous Question
Next Question
25
See Explanation !
9
Which of the following is an example of Embedded memory microcontroller?
निम्नलिखित में से कौन एम्बेडेड मेमोरी माइक्रोकंट्रोलर का एक उदाहरण है?
Intel 8031 microcontroller.
Intel 8051 microcontroller.
Intel 8081 microcontroller.
Intel 8085 microcontroller.
Previous Question
Next Question
25
See Explanation !
10
MQTT stands for _____________
MQTT का अर्थ _____________ है।
Message Queuing Telemetry Things
Message Queuing Transport Telemetry
Message Queuing Transport Things
Message Queuing Telemetry Transport
Previous Question
Next Question
25
See Explanation !
11
IoT is based on.. technology?
IoT तकनीक पर आधारित है?
Hardware
Software
Both of these
None
Previous Question
Next Question
25
See Explanation !
12
How can you undo the last action in Photoshop 7?
आप फ़ोटोशॉप 7 में पिछली कार्रवाई को कैसे पूर्ववत कर सकते हैं?
Ctrl + Z (Windows) or Command + Z (Mac)
Ctrl + X (Windows) or Command + X (Mac)
Ctrl + C (Windows) or Command + C (Mac)
Ctrl + V (Windows) or Command + V (Mac)
Previous Question
Next Question
25
See Explanation !
13
Which of the following is an example of guided transmission media in IoT?
IoT में गाइडेड ट्रांसमिशन मीडिया का निम्नलिखित में से कौन सा एक उदाहरण है?
Optical fiber
Wi-Fi
Bluetooth
Infrared
Previous Question
Next Question
25
See Explanation !
14
Bluetooth low Energy is marketed as
ब्लूटूथ लो एनर्जी के रूप में विपणन किया जाता है
Bluetooth Smart
Low Bluetooth
Bluetooth Large
Bluetooth Fast
Previous Question
Next Question
25
See Explanation !
15
Which of the following IoT applications involves the use of sensors and devices for monitoring and managing water resources?
निम्नलिखित में से किस IoT अनुप्रयोग में जल संसाधनों की निगरानी और प्रबंधन के लिए सेंसर और उपकरणों का उपयोग शामिल है?
Smart Cities
Smart Agriculture
Smart Healthcare
Smart Water Management
Previous Question
Next Question
25
See Explanation !
16
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 !
17
The device connected to the Internet of Things have to communicate automatically, not via humans. What is this called?
इंटरनेट ऑफ थिंग्स से जुड़े डिवाइस को मनुष्यों के माध्यम से नहीं, बल्कि स्वचालित रूप से संवाद करना होगा। इसे क्या कहा जाता है?
Bot-to-Bot B2B.
Machine-to-Machine M2M.
Inter Cloud
Skynet
Previous Question
Next Question
25
See Explanation !
18
Which of the following is an established set of rules that determines how data is transmitted between different device in the same network ?
निम्न में से कौन सा एक नियम का एक स्थापित सेट है जो यहाँ निर्धारित करते हैं कि एक ही नेटवर्क में विभिन्न उपकरणों के बीच डेटा कैसे प्रसारित किया जाता है?
Network connection
TCP IP protocol
Network protocol
TCP protocol
Previous Question
Next Question
25
See Explanation !
19
Which one is not Leading Cloud Services for IoT Deployments?
आईओटी परिनियोजन के लिए कौन सी क्लाउड सेवा अग्रणी नहीं है?
AWS
IBM Watson
Microsoft Azure
Google Drive
Previous Question
Next Question
25
See Explanation !
20
Each IP packet must contain:
प्रत्येक IP पैकेट में ये चीज़ें होनी चाहिए:
Only Destination IP Address
Only Source IP Address
Source and destination IP addresses
None of the Above
Previous Question
Next Question
25
See Explanation !
21
Which of the following devices is used to measure the gases or liquid?
गैसों या तरल को मापने के लिए निम्नलिखित में से किस उपकरण का उपयोग किया जाता है?
Optical Sensor
Gas Sensor
Smolke Sensor
Pressure Sensor
Previous Question
Next Question
25
See Explanation !
22
The WIMAX uses _____ standard specification.
WIMAX _____ मानक विनिर्देश का उपयोग करता है।
IEEE 802.16d
IEEE 802.16g
IEEE 802.11
Both A and B
Previous Question
Next Question
25
See Explanation !
23
Communication is the task of imparting:
संचार प्रदान करने का कार्य है:
Training
Information
Knowledge
Message
Previous Question
Next Question
25
See Explanation !
24
Gateway provides the connection between____and.____
गेटवे _________ और के बीच कनेक्शन प्रदान करता है।
Cloud and controller
Network and Cloud
Network and Controller
Controller and device
Previous Question
Next Question
25
See Explanation !
25
Personality is derived from Latin word "persona", meaning :
व्यक्तित्व लैटिन शब्द "व्यक्तित्व" से लिया गया है, जिसका अर्थ है:
Mask
Mark
Mesk
Maek
Previous Question