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

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

Android Architecture Stack

Hello Everyone! In this article we are discussing about the android architecture. It is essential for all the android application developers to understand the android architecture to get a clearer idea about the structure on which the application is made. From the exam point of view, the android architecture stack question has been asked several times (sometimes along with the Dalvik Virtual Machine ). Android operating system is a stack of software components which is roughly divided into five sections and four layers. The five sections of android architecture are- Linux kernel Libraries Android Runtime Application Framework Applications This is a layered architecture with each section having a different functionality. A) Linux Kernel - It is the bottom most layer of the architecture. This is the kernel on which android is based. This layer provides a level of abstraction between the hardware devices. It also contains all the l...