Introduction to IoT – Chapter 1 Quiz Answers sensor
1. Which type of computing is located at the edge of a generator
business or corporate network and that allows data smart phone
from sensors to be preprocessed? 10. What allows digital devices to interconnect and
wireless transmit data?
fog a global positioning sensor
internet a network
WAN a smart phone
2. What information is conveyed by the SSID that is a sensor
configured on an IoT device? 11. What is comprised of millions of smart devices and
the registration server sensors connected to the internet?
the wireless network the data center
the home gateway the fog
the default gateway the cloud
3. Which type of network is used to connect a the Internet of Things
company located in one area of a city to another 12. What is a sensor?
location in a city far away? anything that stores data
a device that detects or measures an event or
MAN physical property
PAN something that provides products and services
WAN to customers through an internet connection
LAN the foundation of the digitized world
4. True or False? 13. What is the core component of Intent-Based
The Internet of Things will connect inanimate objects to Networking?
the network with intelligent sensors. the internet
false artificial intelligence
true the cloud
5. Which command is used to test network connectivity fog computing
and provide a response to each packet received by the 14. True or False?
remote host? The Internet of Things can help organizations improve
ping the efficiency and productivity of manufacturing
tracert processes and operations.
connect true
text false
6. What is needed in a smart home to connect sensors 15. True or False?
and smart devices to a network? Once connected to the home gateway, smart devices can
internet connection be controlled from a smartphone, tablet, or PC.
Packet Tracer false
Bluetooth true
home gateway Introduction to IoT – Chapter 2 Quiz Answers
7. Which type of wireless network is used to connect
devices within a city to create a metropolitan-area 1. What is used to illustrate how a given process will
network (MAN)? run?
WiMAX pie chart
LTE flow chart
ZigBee Packet Tracer
Bluetooth graph
8. Which tool allows a user to simulate real networks? 2. How is a new variable created in Blockly?
Packet Tracer Drag the variable block onto the work space area.
artificial intelligence Declare the variable in a Dim statement.
internet Use the assignment operator
PAN Determine the type of variable needed, then
9. What type of device could allow a refrigerator to scroll to the appropriate place in the code to
place a replacement order for an item contained within insert the variable.
it? 3. Which Python programming function is
digital network used to display output?
1
print Code Academy
if Kickstarter
while Maker Media
for Quirky
11. Which platform is a low cost, credit-card-sized
computer?
4. Refer to the exhibit. What does the exhibited Raspberry Pi
flow chart symbol commonly represent? Arduino
data Blockly
decision PL-App
termination 12. A student has a digitized version of an idea for a
connector product. What machine can the student use to turn the
idea into a solid object?
5. What is displayed after the following code is Beaglebone
entered into a Python interpreter?
3D printer
(syntaxerror)-…as there should not be a space Raspberry Pi
between the numerical values Arduino
[22]+[10] Packet Tracer
32
13. What is the output when the following code is
nothing ( because the print command is wrong)
entered into a Python program interpreter?
6. What output is expected when the function that [1,2,4,5,3,6]
is shown below is entered in a Python program [21]
interpreter? [1,2,3,4,5,6]
cisco 1 [12]+[9]
Cisco1
“SyntaxError: Missing parentheses in call to 14. Refer to the exhibit. What does the
‘print'” exhibited flow chart symbol represent?
Cisco 1 process
7. Which output would be displayed if the code display
that is shown below is entered in a Python preparation
interpreter? data
y
yellow, red, green, purple, white 15. What is one way to pay for prototyping?
‘yellow’, ‘red’, ‘green’, ‘purple’, ‘white’ incorporate
It shows “SyntaxError” mortgage
crowd funding
8. What is Blockly? easy pay
a non-profit educational website
a low-cost credit-card-sized computer Introduction to IoT – Chapter 3 Quiz Answers
a programming tool for beginners
1. True or False?
a network simulation program
Data is defined as big data if it is more
than 1 petabyte.
9. Refer to the exhibit. A specific Blockly block
has a slot on the top. What is the purpose of this true
slot? false
2. What type of data is being collected when an
This block is the topmost block.
organization is using spreadsheets and forms for data
The block is a variable. input?
The slot allows a block with a bevel tab on the structured data
bottom to be connected above the block shown.
application data
A block with a printer name is required to be unstructured data
attached above the block shown.
raw data
10. What are two resources that could help someone
learn to program? (Choose two.) 3. True of False?
Structured data is easier to analyze and store than
Khan Academy
unstructured data.
2
true 11. Which challenge of big data storage is characterized
false by the need to make data accessible from anywhere at
anytime?
4. A business is analyzing sales information as the sales analytics
data is being generated from the point-of-sale (POS) management
machines. What type of data is captured and processed access
as the events happen? security
saved data 12. What is the process of discovering patterns and
raw data relationships in large data sets in order to convert raw
transactional data data into meaningful information?
analytical data data selection
data querying
5. True or False? data mining
Web scraping tools are used to extract and manipulate data formatting
structured data. 13. What is cloud computing?
false a comprehensive ecosystem of open-source
true software for big data management
an architecture that utilizes edge devices for
6. What are three features of Hadoop? (Choose three.) data preprocessing and storage
requires proprietary software a system of data centers or connected servers that
uses HDFS as a fault tolerant file system provide anywhere/anytime access to data and
must run on a single virtual machine applications
easily scalable cluster sizes a process that turns raw data into meaningful
automatic replication of data across clusters information using patterns and relationships in
7. What characterizes data management problems data sets
associated with big data storage? 14. True or False?
ensuring that data is accessible from anywhere Distributed data processing involves large databases
at anytime being centrally processed by powerful mainframe
computers and stored in giant disk arrays.
generating and collecting data from multiple
sources true
maintaining the integrity of stored data false
15. Making data accessible to only authorized users
making data only available to authorized users addresses which data storage problem associated with
8. Which type of data can be used by a business to
big data?
support managerial analysis tasks and organizational
decision making? redundancy
transactional data security
analyzed data management
saved data access
raw data
9. An organization is concerned with the amount of
sensor data that is being generated locally, analyzed in
the cloud, and returned for processing at the local site.
Which solution will keep the data closer to the source
for preprocessing?
distributed processing
cloud computing
fog computing
data mining
10. Which attribute of big data involves an exponential
data growth rate?
variety
value
volume
velocity