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

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