IoT Chapter 2 Review

IoT Chapter 2 Review

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

python basics

python basics

11th Grade - University

15 Qs

ICT_Exam_Revision

ICT_Exam_Revision

3rd - 11th Grade

18 Qs

chapter 4 12 a

chapter 4 12 a

12th Grade

10 Qs

Python Quiz

Python Quiz

9th Grade - Professional Development

10 Qs

python development

python development

9th Grade

14 Qs

Programming Languages

Programming Languages

9th - 12th Grade

12 Qs

Unit 4 - Translators

Unit 4 - Translators

12th Grade

16 Qs

Key Python Data Types

Key Python Data Types

9th Grade

16 Qs

IoT Chapter 2 Review

IoT Chapter 2 Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Melissa DiCenzo

Used 23+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output when the following code is entered into a Python program interpreter?


[1,2,4,5] + [3,6]

[21]

[1,2,4,5,3,6]

[12]+[9]

[1,2,3,4,5,6]

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Refer to the exhibit. What does the exhibited flow chart symbol represent?

data

preparation

process

display

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which platform is a low cost, credit-card-sized computer?

Arduino

PL-App

Blockly

Raspberry Pi

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is one way to pay for prototyping?

crowd funding

mortgage

easy pay

incorporate

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is a new variable created in Blockly?

Use the assignment operator

Declare the variable in a Dim statement.

Drag the variable block onto the work space area.

Determine the type of variable needed, then scroll to the appropriate place in the code to insert the variable.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is used to illustrate how a given process will run?

pie chart

flow chart

graph

Packet Tracer

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?