Skip to main content

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

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

These MCQs were given as question bank in Mumbai University-BE-Information Technology-Semester 8 Exam for the subject- Internet of Everything. These MCQs are related to topic Radio Frequency Identification.





Q 1) Which RFID Tag suitable for Production, monitoring and maintenance applications in Archive systems, asset management, facility management, airplanes, food and consumable goods?

a. Semi-passive
b. Passive
c. Semi-Active
d. Active

Solution: b) Passive

Q 2) Which of the following is not RFID type?

a. Low frequency
b. Ultra high frequency
c. High frequency
d. Ultra low frequency

Solution: d) Ultra low frequency

Q 3) RFID systems functions via ________ even without  ________.

a. Radio waves, indirect line-of-sight
b. FM waves, indirect line-of-sight
c. FM waves, direct line-of-sight
d. Radio waves, direct line-of-sight

Solution: d) Radio waves, direct line-of-sight

Q 4) The High frequency band (HF) of 13.56 MHz is also used by________.

a. ISO 17363
b. ISO 18000-3
c. ISO 18000-1
d. ISO 21007

Solution: b) ISO 18000-3

Q 5) RFID is a technology that uses _________ signals.

a. Radio Frequency signal
b. Electromagnetic signal
c. Microwave signal
d. All of the above

Solution: a) Radio Frequency signal

Q 6) RFID is a technology with great promise, but it invites numerous security and privacy issues Deployed naively, embedding of RFID tags in consumer items can present a serious danger to privacy and security of consumers and enterprises in the future. Some Technical Approaches to Enhancing RFID Privacy:
Cryptography, Pseudonym rotation, The “Blocker” Tag, Polite Blocking, Personal Simulator or Proxy for RFID etc.

a. True
b. False

Solution: a) True

Q 7) If we were to assign unique Electronic Product Code numbers to every item manufactured on the planet.

a. We would run out of numbers
b. We would not run out of numbers
c. Cannot say

Solution: b) We would not run out of numbers

Q 8) A good RFID reader can detect

a. Many tags in a second
b. Seven tags in one minute
c. Only one tag in one minute
d. Only one tag in two seconds

Solution: a) Many tags in a second

Q 9) A good bar code reader can read ______.

a. Many bar codes at once
b. Two bar codes at once
c. Many bar codes at the same time from a distance of several feet.
d. Only one bar code at a time

Solution: d) Only one bar code at a time

Q 10) The RFID chips are an important component of electronically-readable labels. The chips are ________.

a. SRAM
b. RAM
c. EEPROM
d. CDROM

Solution: c) EEPROM

Q 11) Which of the following statement is applicable to RFID active tags?

a. It is very cheap
b. It does not carry battery
c. It is not used in IoT
d. It carries batteries and tiny processors

Solution: d) It carries batteries and tiny processors

Q 12) _______ tags can be written several times.

a. Class 0
b. Class 1
c. Class 2
d. Class 6

Solution: b) Class 2

Q 13) The RFID reader generated electromagnetic field is called ________.

a. Continuous spike
b. Continuous wave
c. Surplus wave
d. Continuous field

Solution: b) Continuous wave

Q 14) An antenna is mounted on an RFID "reader". Which of these fields surrounds it?

a. Electrical fields
b. Cosmic ray fields
c. Both electrical and magnetic fields
d. Magnetic fields

Solution: c) Both electrical and magnetic fields

Q 15) An RFID reader is connected to a PC which has been infected with a virus. The reader is accessing passive, read only tags in its vicinity. Can the reader now "infect" the RFID tags?

a. Yes
b. No
c. Yes, under some conditions
d. Cannot say for sure

Solution: b) No

Q 16) During Reading cycle of RFID reader, the electromagnetic field overpowers any response a tag could give, so therefore tags reply on ___________ which are located directly __________ the frequency of the continuous wave.

a. Side channels, left and right
b. Side channels, below and above
c. Micro channels, front and back
d. Micro channels, left and right

Solution: b) Side channels, below and above

    

                PAGE 1   ||   PAGE 2   ||   PAGE 3   ||   PAGE 4


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