Font size
WorksheetsIoT 2: Everything is Programmable
Total questions: 15
Worksheet time: 8mins
A student has a digitized version of an idea for a product. What machine can the student use to turn the idea into a solid object?
Beaglebone
Arduino
3D printer
Raspberry Pi
Packet Tracer
What is the output when the following code is entered into a Python program interpreter?
[1,2,4,5] + [3,6]
12]+[9]
[1,2,3,4,5,6]
[21]
[1,2,4,5,3,6]
What is used to illustrate how a given process will run?
Packet Tracer
pie chart
flow chart
graph
Refer to the exhibit. What does the exhibited flow chart symbol represent?
process
data
display
preparation
How is a new variable created in Blockly?
Use the assignment operator
Drag the variable block onto the work space area.
Declare the variable in a Dim statement.
Determine the type of variable needed, then scroll to the appropriate place in the code to insert the variable.
Refer to the exhibit. A specific Blockly block has a slot on the top. What is the purpose of this slot?
A block with a printer name is required to be attached above the block shown.
The slot allows a block with a bevel tab on the bottom to be connected above the block shown.
This block is the topmost block.
The block is a variable.
What output is expected when the function that is shown below is entered in a Python program interpreter?
>>>print Cisco 1
"SyntaxError: Missing parentheses in call to 'print'"
Cisco 1
Cisco1
cisco 1
Which platform is a low cost, credit-card-sized computer?
Blockly
PL-App
Arduino
Raspberry Pi
Which output would be displayed if the code that is shown below is entered in a Python interpreter?
y = ['yellow', 'red', 'green', 'purple', 'white']print y
yellow, red, green, purple, white
'yellow', 'red', 'green', 'purple', 'white'
y
It shows "SyntaxError"
What is displayed after the following code is entered into a Python interpreter?
addition = 22 +10
print(addition)
[22]+[10]
32
(syntaxerror)-...as there should not be a space between the numerical values
nothing ( because the print command is wrong)
Refer to the exhibit. What does the exhibited flow chart symbol commonly represent?
decision
termination
connector
data
What are two resources that could help someone learn to program? (Choose two.)
Kickstarter
Quirky
Maker Media
Khan Academy
Code Academy
What is Blockly?
a network simulation program
a non-profit educational website
a low-cost credit-card-sized computer
a programming tool for beginners
What is one way to pay for prototyping?
easy pay
crowd funding
mortgage
incorporate
Refer to the exhibit. What does the exhibited flow chart symbol commonly represent?
decision
termination
connector
data
