Skip to main content

IoE (Internet of Everything) Question Bank and Solution (MCQs) for Mumbai University Examination Information Technology Semester 8 - Part 1

Hello Everyone!
This article is based on the Multiple Choice Questions related to IoE.

These MCQs were given as question bank in Mumbai University-BE-Information Technology-Semester 8 Exam for the subject- Internet of Everything.





Q 1) A Bitwise Arbitration Tree anti-collision protocol aims to minimize the total number of slots, to increase RFID system efficiency. State the above Statement is True or False?

a. True
b. False

Solution: a) True

Q 2) ALOHA uses random access strategy in order to identify the number of tags in an interrogation area.

a. True
b. False

Solution: a) True

Q 3) CSMA based protocols are called as ______.

a. Listen before talk
b. Talk before listen
c. Both of these
d. None of these

Solution: a) Listen before talk

Q 4) In slotted ALOHA, time is divided into different lengths of time slots. State whether True or False.

a. True
b. False

Solution: b) False

Q 5) Query Window Tree Protocol is which Tree based Protocol?

a. Memoryless
b. Easy Frame Adjustment
c. Improved Efficiency
d. Fast slotting

Solution: a) Memoryless

Q 6) What IoT collects?

a. Human generated data
b. Machine generated data
c. Device data
d. Sensor data

Solution: d) Sensor data

Q 7) IoT is the intelligent connection of people, process and data.

a. True
b. False

Solution: a) True

Q 8) Applications interested in sensor data are examples for ____.

a. Topics
b. Brokers
c. Subscribers
d. Publishers

Solution: c) Subscribers

Q 9) In which place the pressure sensor is needed for monitoring gases and their partial pressures?

a. Aviation
b. Automotive Industry
c. Industrial
d. Touch screen

Solution: c) Industrial

Q 10) IoE stands for _____.

a. Internet of Ethernet
b. Internet of Enterprise
c. Internet of Everything
d. Internet of Elegance

Solution: c) Internet of Everything

Q 11) Is STT better than existing Aloha-based and Tree-based protocol?

a. True
b. False

Solution: a) True

Q 12) Anti-Collision Protocol is a critical part of which system?

a. ALOHA
b. RFID
c. Binary Tree
d. MBTP

Solution: b) RFID

Q 13) A sensor network has 4 types of topologies.

a. True
b. False

Solution: a) True

Q 14) Which application comes under IoT for Smart Cities?

a. Fleet tracking
b. Shipment monitoring
c. Smart Roads
d. Prognostics

Solution: c) Smart Roads

Q 15) Which of the following is not involved in working of IoT?

a. Server
b. Nano tech
c. Sensor
d. RFID tag

Solution: b) Nano tech

Q 16) M2M is a subset of IoT?

a. True
b. False

Solution: b) False

Q 17) In slotted ALOHA, time is divided into equal time slots of length greater than the packet duration. The subscribers each have synchronized clocks and transmit a message only at the beginning of a new time slot.

a. True
b. False

Solution: a) True

Q 18) DHT11 is ______ sensor.

a. Pressure sensor
b. Humidity sensor
c. Touch sensor
d. Proximity sensor

Solution: b) Humidity sensor

    

                                    PAGE 1   ||   PAGE 2  


Comments

Popular posts from this blog

How to Download and Install Jenkins on Windows Operating System.

Hello Everyone, This is a tutorial about how to download and install Jenkins on Windows Operating System. Jenkins is an open-source automation tool written in Java with plugins built for Continuous Integration purposes. Jenkins is used to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. PREREQUISITE- Java Development Kit (JDK) and Java Runtime Environment (JRE). Currently 1.8 and 1.11 versions are supported by Jenkins. If other versions are installed, kindly reinstall 1.8 or 1.11. DOWNLOADING JENKINS- Step 1) Go to the website https://www.jenkins.io/ and click on the download option. Step 2) In the Downloading Jenkins section, select the LTS (Long Term Support) version for Windows. It is a more stable version with new updates every 2 or 3 months. Step 3) The Jenkins windows installer will be dow

IoE (Internet of Everything) Question Paper Solution (MCQs) for 2020 Mumbai University Examination Information Technology Semester 8

Hello Everyone! This article is based on the Multiple Choice Questions asked in the University Exam for the subject Internet of Everything. These MCQs were asked in the 2020 Mumbai University-BE-Information Technology-Semester 8 Exam for the subject- Internet of Everything. The question paper for each cluster is different. These MCQs were asked in the examination of one cluster. The question paper had 25 MCQs of 2 marks each. Q 1) ________ involves making smaller and smaller things with the ability to connect and interact. a. Smart Tech b. Micro Tech c. RFID Tech d. Nano Tech Solution: d) Nano Tech Q 2) RFID stands for? a. Radio frequency identification b. Random frequency identification c. Random frequen

How to add Python Plugins in Jenkins

Hello Everyone, This tutorial is based on the different plugins required to execute python programs on Jenkins. Jenkins is an open-source automation tool written in Java with plugins built for Continuous Integration purposes. Jenkins is used to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. To execute any Python Code on Jenkins, there are two essential plugins which must be installed. The two plugins are - Shining Panda plugin and Python plugin. Following are the steps to install the plugins on Jenkins. (These steps are common for the installation of all the plugins). Step 1) Select Manage Jenkins option from the dashboard. Step 2) In Manage Jenkins, select Manage Plugins. Step 3) Now click on the Available tab. In the search bar, enter Python. (If the plugins are already installe