0% found this document useful (0 votes)
150 views10 pages

R22 IoT Objective-1

The document contains a multiple choice quiz on Internet of Things (IOT) fundamentals. It includes 10 multiple choice questions testing knowledge of IOT applications, communication protocols, enabling technologies, sensor types, and IOT design principles. It also includes 10 fill-in-the-blank questions requiring definitions of common IOT terms and concepts. The quiz is divided into three units covering IOT introduction, machine-to-machine communication and networking, and Python programming for IOT applications.

Uploaded by

akvakarthik2005
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
150 views10 pages

R22 IoT Objective-1

The document contains a multiple choice quiz on Internet of Things (IOT) fundamentals. It includes 10 multiple choice questions testing knowledge of IOT applications, communication protocols, enabling technologies, sensor types, and IOT design principles. It also includes 10 fill-in-the-blank questions requiring definitions of common IOT terms and concepts. The quiz is divided into three units covering IOT introduction, machine-to-machine communication and networking, and Python programming for IOT applications.

Uploaded by

akvakarthik2005
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

INTRODUCTION TO IOT (R22)

Objective Questions
Unit-I
Multiple Choice Questions:
1. What are the various applications of IOT? [ ]
a) Agriculture b) Industry c) Health & lifestyle d) All of the above
2._______ is responsible for sending IP datagram from source network to destination network.
[ ]
a) Network/Internet layer b) Application layer c) Data link layer d) none
3.________ protocol is used to identify the devices on a network using hierarchical addressing
scheme. [ ]
a)TCP b) UDP c) IPV6 d)IPV4
4._________ allows full duplex communication over single socket connection. [ ]
a) HTTP b) Web socket c) Datagram Socket d) TCP
5. What are the different blocks in logical design of IOT? [ ]
a) IOT functional block b) IOT communication models c) Both a & b d) none
6. Which among the following is considered as an IOT enabling technology? [ ]
a) web sockets b) embedded system c) cloud computing d) both a & b
7. DHT11 Sensor is used to detect_____? [ ]
a) Humidity & Temperature b) PM2.5 Particles c) Water Level d) Heartbeat
8. How many Layers are there in OSI Model? [ ]
a) 1 b) 3 c) 5 d) 7
9. How many models are present in IOT communication models? [ ]
a) 1 b) 2 c) 3 d) 4
10. What are the characteristics of IOT? [ ]
a) Dynamic b) Self adapting c) Unique identity d) all of the above
Fill in the Blanks:
1.__________ is collection of wired Ethernet standards for the link layer.
2._________ uses128 bit address scheme and allows 2**128 addresses.
3.___________ Provides end-to-end message transfer capability independent of the underlying
n/w.
4. __________ Protocol that forms foundation of WWW.
5. ___________is an example of Peer-to-Peer Network.
6. Sensor data generated by IOT system is by __________
7.____________system has a single node. Data is stored and analyzed in the cloud application is
cloud based.
8._________ is used to determine moisture amount in soil.
9. ______comprises things that have unique identities and are connected to internet.
10.Well-known ports are in the range of_______________and registered ports are in the range
of____________________

ANSWERS:

Multiple choice questions Answers


1.D 2.A 3.D 4.B 5.C
6.D 7.A 8.D 9.D 10.D
Fill in the blanks answers
1. IEEE802.3 2. IPV6 3. Transport layer 4. HTTP 5. Bit-Torrent
10. 0-1023 &
6. Big data analytics 7. IOT level3 8. smart irrigation 9. IOT 10
1024-49151
Unit-II
Multiple Choice Questions:
1. Machine-to-Machine (M2M) refers to networking of machines (or devices) for the purpose of
_________ [ ]
a) Remote monitoring b) control c) data exchange d) all the above
2. Sensor effectiveness depends on__________parameter [ ]
a) Sensitivity b) Radiation c) both a and b d) none of the above
3. Machines in M2M will be ________whereas Things in IoT will be__________. [ ]
a) Homogenous, homogenous b) homogenous, heterogeneous
c) Heterogeneous, homogenous d) heterogeneous, heterogeneous
4. The emphasis of M2M is more on ________with embedded module. [ ]
a) Software b) hardware c) both d) none
5. The data in IoT is collected, which is collected in the cloud, can be ______cloud. [ ]
a) Hybrid b) public c) private d) all the above
6. How many analog pins are used in Arduino Mega board? [ ]
a) 8 b) 12 c) 14 d) 16
7. Arduino Codes are referred to as ________ in the Arduino IDE. [ ]
a) sketches b) drawings c) links d) notes
8. What is the correct execution process of an Arduino code? [ ]
a) Editor->Preprocessor->Compiler
b) Preprocessor->Editor->Compiler
c) Compiler->Preprocessor->Editor
d) Editor->Compiler->Preprocessor
9. The standard length of MAC Address is [ ]
a) 8 bits b) 16 bits c) 32 bits d) 48 bits
10. Communication Protocols commonly uses M2M protocols include: [ ]
a) Zig-Bee b) Bluetooth c) Mod Bus d) All the above
Fill in the Blanks:
1._______ refers to networking of machines for remote monitoring, control and data exchange.
2. Machines in M2M will be ______ whereas Things in IoT will be ________.
3. IoT data is collected in the ______ and can be accessed by cloud applications.
4._______is a networking architecture that separates the control plane from the data plane.
5. Actuators convert signals from _________________ to ______________________.
6. _____ is a data modeling language used to model configuration and state data manipulated by
NETCONF.
7. Sensor provides output signal depending on _____________________________.
8. Sensors convert signals from _____________________ to ________________________.
9. SDN architecture uses a standard _______ between the control and infrastructure layers.
10. LDR sensor is abbreviated as ________________________________________.
ANSWERS:

Multiple choice questions Answers


1.D 2.A 3.B 4.C 5.A
6.D 7.A 8.A 9.D 10.D
Fill in the blanks answers
2.Homogeneous, 5. Digital to
1. M2M 3 Cloud 4. SDN
heterogeneous Physical
10. Light
7. Physical (or) 8. Analogue to 9.Communication
6. YANG Dependent
Environmental Data Digital interface
Resistor
Unit-III
Multiple Choice Questions:
1) The various benefits of Python include: [ ]
a) Extendable b) Scalable c) Portable d) All of the above
2) The following type which does not fall under the Python numbers category is? [ ]
a) Integers b) Double c) Floating-point numbers d) Complex numbers
3) A floating point number is accurate up-to? [ ]
a) 14 b) 15 c)16 d) 17
4) All elements in a list are separated by? [ ]
a) Full stops (.) b) Hyphen (-) c) Commas (,) d) Semi-Colons (;)
5) Which sequences of elements are consisted in a Tuple? [ ]
a) Ordered b) Random c) Unordered d) None of the above
6) We can represent strings using which of the following ways? [ ]
a) Single quotes b) Double quotes c) A or B d) None
7) A set in python contains? [ ]
a) Same values b) Random values c) Unique values d) Cannot be determined
8) How power supply is done to Raspberry Pi 3? [ ]
a) Micro USB Charger b) Internal battery c) Charger d) Adapter
9)What is the default Username on Raspberry Pi? [ ]
a) Default b) User c) Pi d) root
10) What is the speed of operation in Pi 3? [ ]
a) 900MHz b) 1.2GHz c) 500MHz d)1GHz
Fill in the Blanks:
1) Python is a general purpose___________ level programming language.
2) What is the purpose of the Raspberry Pi GPIO pins?________________________________
3) List is a __________sequence of items and one of the most used data type in Python.
4) Python supports both ___________oriented programming.
5) Tuple is defined within ____________where items are separated by commas.
6) Raspbian is a _________________ based Operating System.
7) _________________programming language is commonly used for Raspberry Pi projects.
8) We can import modules from packages using the _______________
9) ___________________ is the smallest Raspberry Pi model.
10) The recommended power voltage for Raspberry Pi is________________________
ANSWERS:

Multiple choice questions Answers(Unit-III)


1.D 2.B 3.B 4.C 5.A

6.C 7.C 8.A 9.C 10.B

Fill in the blanks answers


2. To Control
1. high external devices 3. ordered 4. Object and procedure 5. parentheses ()
and sensors

8. dot (.)
6. Linux 7. Python 9. Raspberry Pi Zero 10. 5V/2Amps
operator
UNIT – IV
Multiple Choice Questions:
1) The Raspberry Pi is defined as the? [ ]
a) Minicomputer b) Micro Computer c) Mega Computer d) Nano Computer
2) Raspberry Pi CPU has a maximum clock speed of ? [ ]
a) 1GHz b) 1.2GHz c) 1.5GHz d) 2GHz
3) How much RAM, the Raspberry Pi has [ ]
a) 2GiB of RAM b) 1GiB of RAM c) 4GiB of RAM d) 8GiB of RAM
4) How many Input/output pins on board Raspberry Pi3 has? [ ]
a)20 b) 30 c) 40 d) 50
5) Which operating system Raspberry Pi has? [ ]
a) Linux b) Open BSD c) Net BSD d) All of the above
6) How Power supply is done to Raspberry Pi? [ ]
a) USB Charger b) Internal battery c) Chargers d) Adapter
7) What is the Ethernet/LAN cabel used in Raspberry Pi? [ ]
a) Cat5 b) cat5e c) cat6 d) RJ45
8) Which Instruction set Architecture used in Raspberry Pi? [ ]
a) X86 b) MSP c) AVR d) ARM
9) What is the default user in Debain on Raspberry Pi? [ ]
a) Default b) User c) Pi d) Root
10) What are distributions are supported by raspberry Pi? [ ]
a) Arch Linux b) Debain c) Fedora Re d) Arch Linux, Debain, and Fedora Remix
Fill in the Blanks:
1) SPI stands for _____________________
2) I2C stands for ____________________
3) Two wire interface is also called as ___________________
4) Inter Integrated Circuit is ________________________
5) ___________is speed of I2C bus
6) __________ many types of addressing structures are there in I2C?
7) How does SPI differs from I2C ________________
8) SDN stands for_______________________________________
9) SDN has _________________and ______________ and ______________layers.
10) Open SDN is implemented using ____________________
ANSWERS:

Multiple choice questions Answers


1.A 2.B 3.B 4.C 5.D
6.A 7.D 8.D 9.C 10.D
Fill in the blank’s answers
5. 100kbits/s
1. Serial Peripheral 4. Multi master
2. Inter Integrated Circuit 3. I2C and
Interface ,multi slave
10kbits/s__
8. Software- 9 Application,
7. I2C is half duplex communication 10. Open
6. 2 defined Control,
and SPI is full duplex communication flow switch
networking Infrastructure.
UNIT-V
Multiple choice questions
1. What is Cloud Computing? [ ]
a) Cloud Computing means providing services like storage, servers, database, networking, etc
b) Cloud Computing means storing data in a database
c) Cloud computing is a tool used to create an application
d) None of the above
2. IoT promotes the creation of IoT terminal industry ________ [ ]
a) Devices b) Network c) Clusters d) Things
3. Which one of the smart vehicles has first introduced Automated driving in India? [ ]
a) MG Gloster b) Alto c) Tesla d) Scorpio
4. Arrange the following IoT Technologies in Ascending order of their range: [ ]
1-NFC 2-Wi-Fi 3-Bluetooth 4-Cellular
A)1,3,2,4
B)1,2,3,4
C)1,3,4,2
D)1,4,2,3
5. Choose the applications of the cloud computing? [ ]
a) Object storage b) Network c) Compute d) Collaboration
6. What are the three basic types of API’S? [ ]
a) Local APIs b) Web APIs c) Program APIs d) All of the above
7. Which of the following applications come under smart-homes? [ ]
a) Heating b) Lighting c) Security d) All of the above
8. Cloud storage API is an_____________ [ ]
a) Application program interface that connect a locally-based application to cloud based storage
b) Is created for open use by general storage
c) A smart city can benefit from cloud-based deployment of IoT system.
d) All of the above
9. WAMP for IoT. [ ]
a) WAMP is a sub-protocol of web socket b) provides RPC messaging patterns
c) Both a and b d) None of the above
10. Which of the following are objectives of the IoT based smart environment taxonomy. [ ]
a) Sensing technology b) Prediction Capabilities c) Proactive Maintenance d) None
Fill in the blanks:
1. WAMP stands for ___________________________
2. ______________________provides a cloud platform and allows developers to create, test, and
run their program, website, web app, etc.
3. Boto is a Python package that provides interfaces to ______________.
4. The key wireless Internet technologies are ___________
5. The commonly used local area wireless standards in IoT-based smart environments are
________________
6. Internet-of-Things can benefit from the_____________________.
7. How types of API’s are there ____________________.
8. Deployment in cloud computing comprises _________________ deployment models.
9. SOA stands for _________________.
10. JSON stands for ________________.

ANSWERS:

Multiple choice questions Answers


1.A 2.C 3.A 4.A 5.D
6.D 7.D 8.A 9.A 10.C
Fill in the blanks answers
2. Platform-
1. Web Application 3. Amazon Web 4. WiFi, 3G, 4G, and 5. IEEE 802.11, IEEE
as-a-Service
Messaging Protocol Services satellite 802.15.1
(PaaS)
9. Service Oriented 10. JavaScript Object
6. Scalability 7. 3 8. four
Architecture Notation

You might also like