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

UML - Use Case Diagram for Vending Machine

Hello Everyone! Here is an example of an Use case Diagram of a Vending Machine System. Problem Statement - A vending machine accepts coins for variety of products. The user selects the drinks from products available through selection panel. If the drink is available the price of the product is displayed. The user then deposits the coins depending on the price of the product. Coin collector collects coin after stipulated time the controller will compare the deposited coin with price. If amount deposited is less than price then error message will be displayed and all deposited coin will be dispensed by the coin dispenser else the drink will be dispensed by the product dispenser. Check out other UML (Unified Modeling Language) Diagrams - Class Diagram   Object Diagram   Sequence Diagram Collaboration Diagram   Activity Diagram   State Diagram   Component Diagram   Deployment Diagram  

UML - Component Diagram for Intranet development of a college/school

Hello Everyone! Here is an example of an Component Diagram for Intranet development. Problem Statement - An intranet is a computer network for sharing information, collaboration tools, operational systems, and other computing services only within an organization. An Internet Service Provider (ISP) provides LAN services, Application services, Email services, Domain and Web hosting services to an organization. The LAN service is provided through Switch to the terminals using Ethernet and other cables. The firewall feature is provided for web applications through Application services. All the students and staff members are provided with an official email account through email services. The college has its own domain and web hosting package provided by the ISP. All these services maintain a database which is stored on server. The database server and all the services are controlled and handled by the Administrator of the college. Check out other UML (Unified Modeling Language)...

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