Skip to main content

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

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) Match the following characteristics of IoT-

Column A Column B
1) HeterogeneityState of device changes
2) Enormous scaleAnything can be interconnected with the global information and communication infrastructure
3) Dynamic changesInteraction is possible with other devices or service platforms through different networks
4) Thing related servicesThe number of devices that need to be managed and that communicate with each other will be atleast an order of magnitude larger than the devices connected to the current internet
5) InterconnectivityProvides services such as privacy protection and semantic consistency between physical things and their associated virtual things.

Solution:
1) Heterogeneity -
Interaction is possible with other devices or service platforms through different networks.

2) Enormous scale -
The number of devices that need to be managed and that communicate with each other will be atleast an order of magnitude larger than the devices connected to the current internet.

3) Dynamic changes -
State of device changes.

4) Thing related services -
Provides services such as privacy protection and semantic consistency between physical things and their associated virtual things.

5) Interconnectivity -
Anything can be interconnected with the global information and communication infrastructure.

Q 2) Match the following characteristics of Big Data-

Column A Column B
1) Velocity Analysis of Data
2) Variety Quality of data
3) Volume The type and nature of data
4) Veracity The speed at which the datais generated and processed
5) Value The quantity of generated and stored data

Solution:
1) Velocity -
The speed at which the datais generated and processed

2) Variety -
The type and nature of data

3) Volume -
The quantity of generated and stored data

4) Veracity -
Quality of data

5) Value -
Analysis of Data

Q 3) Match the following -

Column A Column B
1) Sequential Data alternatively exchanged between Tag and Reader with continuous energy
2) Half Duplex Data simultaneously exchanged between Tag and Reader with continuous energy
3) Full Duplex Energy transfers while reader and tag transfers data

Solution:
1) Sequential -
Energy transfers while reader and tag transfers data

2) Half Duplex -
Data alternatively exchanged between Tag and Reader with continuous energy

3) Full Duplex -
Data simultaneously exchanged between Tag and Reader with continuous energy

Q 4) A sensor is a device that converts _______.

a. Electrical signal into physical quantity
b. Physical quantity into measurable signals
c. Physical quantity into electric signals
d. Physical quantity into mechanical signals

Solution: b) Physical quantity into measurable signals

Q 5) For pure ALOHA protocol, the vulnerable period is how many packet duration than that of slotted ALOHA?

a. Equal
b. Ten times
c. Not equal
d. Double

Solution: d) Double

Q 6) The vulnerable period of slotted ALOHA is how many packet duration?

a. One
b. Two
c. Three
d. Four

Solution: a) One

Q 7) Match the following characteristics of Memory-

Column A Column B
1) ROM Holds incoming data of Modulation and Outgoing Data of Demodulation.
2) EEPROM Accommodate security based data.
3) Data Buffer Temporary data storage during transponder interrogation and response.
4) RAM It needs to ensure that the data are retained when the device in sleep state.

Solution:
1) ROM - Accommodate security based data.


2) EEPROM - It needs to ensure that the data are retained when the device in sleep state.


3) Data Buffer - Holds incoming data of Modulation and Outgoing Data of Demodulation.


4) RAM - Temporary data storage during transponder interrogation and response.

Q 8) Match the following Tree Protocols-

Column A Column B
1) Binary search Each tag reponds in a bit by bit manner.
2) Bitwise Arbitration The reader transmits a query, and tags with prefix matching the query repond.
3) Tree Splitting The reader sends a serial number to tags, and those with values less than or equal to the serial number reply.
4) Query Tree The algorithm performs collisison resolution by splitting collided tags into b disjoint subsets.

Solution:
1) Binary search - The reader sends a serial number to tags, and those with values less than or equal to the serial number reply.


2) Bitwise Arbitration - Each tag reponds in a bit by bit manner.


3) Tree Splitting - The algorithm performs collisison resolution by splitting collided tags into b disjoint subsets.


4) Query Tree - The reader transmits a query, and tags with prefix matching the query repond.

Q 9) Which of the following antenna radiates power with unit gain uniformly in all directions?

a. Isotropic antenna
b. Dipole antenna
c. Loop antenna
d. Directional antenna

Solution: a) Isotropic antenna

Q 10) Objects in IoE

a. Sensors and actuators
b. Data
c. People and process
d. All of these

Solution: d) All of these

Q 11) Functionalities of IOT

a. Identifying
b. Automatically Deciding
c. Sensing
d. Actuating
e. None of these
f. All of these

Solution: f) All of these

Q 12) The efficiency of pure ALOHA is _____.

a. 18.5%
b. 20.4%
c. 19.5%
d. 18.4%

Solution: d) 18.4%

Q 13) The efficiency of slotted ALOHA is _____.

a. 36.8%
b. 18.5%
c. 36.6%
d. 18.4%

Solution: a) 36.8%

Q 14) Which sensor is LM35?

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

Solution:

Q 15) Tree based protocols are able to single out and read every tag, provided each tag has a unique ID. All tree based protocols require tags to have muting capability, as tags are silenced after identification.

a. True
b. False

Solution: a) True

    

                                    PAGE 1   ||   PAGE 2  


Comments

Popular posts from this blog

Connecting GitHub with Jenkins - Step by step Tutorial

Hello Everyone, In this tutorial, we will learn how to create a New Item (Project), connect Git and GitHub to Jenkins and run the files from the Git repository 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. Facing trouble with the installation of Jenkins? Click here to know more. NOTE: It is mandatory to install plugins for Git and GitHub before connecting your GitHub repository to Jenkins. If you're using Jenkins for the first time, you need to install the plugins. To know more about these plugins, check out Git and GitHub Plugins for Jenkins . This tutorial demonstrates executing python code which requires separate plugins. Know more about Python Plugi...

Statistics - MCQs

STATISTICS  This article contains few statistics MCQs related to mean, median, mode and standard deviation, asked in TCS Freshers placements. Q 1) The mean of the median, the mode and the range of the following data: 15, 10, 17, 13, 25, 17, 11, 18, 14, 19, 12, 20 a. 15 b. 16(2/3) c. 16 d. 15(1/3) Solution: c) 16 Arrange the data in increasing order- 10,11,12,13,14,15,17,17,18,19,20,25 Median = (Sum of the middle two terms)/2 = (15+17) /2 = 16 Mode = Number repeating the most number of times = 17 Range =10 to 25 = 15 Mean of median, mode and range = (16+17+15) /3 =16 Q 2) What is the mean of the mode and the median on the following data? 12, 28, 26, 27, 17, 16, 22, 25, 15, 16,...

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...