Skip to main content

IoE (Internet of Everything) - RFID 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 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) How many multi-access methods can be used in RFID Technology?

a. 3
b. 1
c. 2
d. 4

Solution: d) 4

Q 2) RFID stands for ______.

a. Radio Frequency Identification
b. Real Frequent Identification
c. Required Frequency Identification
d. None of the above

Solution: a) Radio Frequency Identification

Q 3) _______ tags typically have read/write capabilities; tag data can be rewritten and/or modified.

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

Solution: c) Active tags

Q 4) The EPC in RFID terminology refers to

a. Electronic Product Code
b. Electromagnetic Process Control
c. Electromagnetic Process Coding
d. Electromagnetic Point Code

Solution: a) Electronic Product Code

Q 5) Ultra-High Frequency Systems operate between __________ and microwave frequencies between _________.

a. 400 and 1000 GHz, 2.4 and 2.5 MHz
b. 400 and 1000 GHz, 2.4 and 2.5 GHz
c. 2.4 and 2.5 GHz, 400 and 1000 MHz
d. 2.4 and 2.5 THz, 400 and 1000 GHz

Solution: c) 2.4 and 2.5 GHz, 400 and 1000 MHz

Q 6) _____ supports low energy radio operation.

a. Bluetooth
b. RFID/NFC
c. IETF 6LoWPAN
d. IEFT CoAP

Solution: a) Bluetooth

Q 7) _______ collision occurs when signals from multiple tags simultaneously arrive at the reader.

a. Reader to reader
b. Reader to tag
c. Tag to tag
d. None of these

Solution: c) Tag to tag

Q 8) _______ collision occurs when a tag receives multiple concurrent queries from the different readers.

a. Tag to tag
b. Reader to tag
c. Reader to reader
d. Tag to reader

Solution: b) Reader to tag

Q 9) Collision causes loss of identification time and increases in power consumption by the reader.

a. True
b. False

Solution: a) True

Q 10) _____ collision occurs when the neighboring reader simultaneously interrogate a specific tag in the same frequency band.

a. Reader to tag
b. Tag to tag
c. Reader to reader
d. None of these

Solution: a) Reader to tag

Q 11) The main difference between active and passive tag is _____.

a. Tag's frequency
b. Tag's power source
c. Tag's communication speed
d. Tag's data storage capacity

Solution:

Q 12) Deploying RFID readers will be ____ than deploying passive RFID tags.

a. Less or equal expensive (depends on setup)
b. Less expensive
c. Equally expensive
d. More expensive

Solution: d) More expensive

Q 13) Which RFID frequency uses Passive Backscatter to couple the reader and tag?

a. UHF
b. LF
c. Microwave
d. Ultra violet

Solution: a) UHF

Q 14) Which Standards body has published the largest number of standards related to RFID technology?

a. IEEE
b. ISO
c. ANSI
d. IEC

Solution: b) ISO

Q 15) Which is not a part of an RFID interrogator?

a. Power amplifier
b. Oscillator
c. Controller/processor
d. Inlay

Solution: d) Inlay

Q 16) Match the following characteristics of RFID Middleware-

Column A Column B
1) Application Interface Handles processing logic such as Data filtering, aggregation, etc.
2) Data Process and storage Handles the interaction with the RFID hardware.
3) Reader Interface Handles readers and tags configuration and services.
4) Middleware Management Provides control to access, communicate and configure with the application.

Solution:
1) Application Interface - Provides control to access, communicate and configure with the application.
2) Data Process and storage - Handles processing logic such as Data filtering, aggregation, etc.
3) Reader Interface - Handles the interaction with the RFID hardware.
4) Middleware Management - Handles readers and tags configuration and services.

    

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


Comments

Popular posts from this blog

50 + Interview Questions/Experiences of TCS DCA April 2021

Hello Everyone! This post is dedicated to the Interview Questions asked in TCS DCA. DCA which is Digital Capability Assessment is usually conducted for the internal employees of TCS who are selected for the Ninja profile. If DCA is cleared successfully, then the candidates are offered Digital profile. That means the profile changes from Assistant System Engineer to System Engineer . This year i.e., in 2021, TCS conducted DCA for the candidates who have received offer letter but not joined TCS as an employee yet. The original DCA which is conducted for internal employees has a different pattern and is not discussed in this post. Rather this post is dedicated to the DCA conducted in March and April 2021 for 2021 recruits. The DCA was conducted on 19 th and 20 th March 2021. The test had two coding questions. To sucessfully clear DCA, all the test cases of both the codes must be passed. In March DCA, a lot of students faced compile...

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

UML - Activity Diagram for Vending Machine

Hello Everyone! Here is an example of an Activity Diagram of a Vending Machine. Problem Statement - A vending machine accepts coins for a variety of products. The user selects the drink from products available through selection panel. If the drink is available the price of the product will be 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 coins with the price. If amount is less than the price then an error message will be displayed and all deposited coins will be dispensed by the dispenser. Otherwise the drink will be displayed by the drink dispenser. Check out other UML (Unified Modeling Language) Diagrams - Use Case Diagram   Class Diagram   Object Diagram   Sequence Diagram Collaboration Diagram   State Diagram   Component Diagram   Deployment Diagram