IoT Chapter 2 Review

IoT Chapter 2 Review

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

2.5 Programming Languages and IDEs

2.5 Programming Languages and IDEs

10th Grade

14 Qs

Programming Languages

Programming Languages

11th Grade

10 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

IoT 2: Everything is Programmable

IoT 2: Everything is Programmable

12th Grade - Professional Development

15 Qs

Python

Python

10th - 11th Grade

10 Qs

python intro

python intro

4th - 12th Grade

17 Qs

Python Syntax

Python Syntax

6th - 12th Grade

14 Qs

2.5 Translators & Facilities - OCR GCSE Computer Science

2.5 Translators & Facilities - OCR GCSE Computer Science

7th - 12th Grade

13 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?