Skip to main content

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

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) RFID technologies have revolutionized the asset tracking industry, with applications ranging from automated checkout to monitoring the medication intakes of elderlies.

a. True
b. False

Solution: a) True

Q 2) The formation of combining a reader and a decoder with an interface is called ______.

a. Decoder
b. Transponder
c. Reader
d. Interrogator

Solution: b) Transponder

Q 3) Which of these technologies is the cheapest automatic identification technology today?

a. RFID
b. Bar code
c. Fingerprint recognition
d. Facial recognition

Solution: b) Bar code

Q 4) Which type of RFID technology has the slowest data transfer rate?

a. LF
b. UHF
c. ULF
d. Microwave

Solution: a) LF (low frequency)

Q 5) The _________ layer maintains the device drivers of all the devices supported by the system, and manages all the hardware related parameters like reader protocol, air interface, and host-side communication.

a. Reader interface
b. Application interface
c. Data processor and storage
d. Middleware management

Solution: a) Reader Interface

Q 6) Interrogator in RFID is also known as _______.

a. Semi active tag
b. Transponder
c. Reader
d. Active tag

Solution: c) Reader

Q 7) Near field Communication technology on mobile phones can be used for ______.

a. Entering movie theaters using QR codes
b. Online railway ticket booking
c. Internet access in Airplanes
d. Entering metro rail stations

Solution: d) Entering metro rail stations

Q 8) RFID tags commonly use a method of communication called as _____.

a. Forward scatter
b. Back scatter
c. Back communication
d. Scattering

Solution: b) Back scatter

Q 9) Due to which property, RFID technology is suitable to replace its predecessor, the barcode in Logistics and supply chain?

a. The non-line of sight
b. Miniaturization
c. Contact less cards
d. Nanotechnology

Solution: a) The non-line of sight

Q 10) Distance between reader and tag depends upon _____.

a. Type of tag
b. The frequency of operation.
c. None of these
d. Both of these

Solution: a) Type of tag

Q 11) At present, how many generations of RFID tags are present in the market?

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

Solution: c) Three

Q 12) ____________ are simplest version of RFID tags which do not contain their own power source, such as a battery, and cannot initiate communication with the reader.

a. Active tags
b. Passive tags
c. Extra active tags
d. Super active tags

Solution: a) Active tags

Q 13) 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 14) 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 15) 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 16) Can RFID tags be used to tag metallic objects?

a. Yes, all kinds of RFID tags can be used for this.
b. No, RFID tags cannot be used at all
c. Yes, special kinds of tags called as metal mount tags can be used.
d. Cannot say for sure

Solution: c) Yes, special kinds of tags called as metal mount tags can be used.

    

                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