IoT Chapter 2 Review

IoT Chapter 2 Review

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

High and low level languages

High and low level languages

10th - 12th Grade

17 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

Block-Based Coding Round 2

Block-Based Coding Round 2

12th Grade

12 Qs

Programming with Python

Programming with Python

7th - 9th Grade

10 Qs

Pop Quiz 1 - Term 3 - Gr 8 & 9

Pop Quiz 1 - Term 3 - Gr 8 & 9

8th - 9th Grade

10 Qs

Computer system and organization

Computer system and organization

10th - 12th Grade

15 Qs

ocr computer science 2.5

ocr computer science 2.5

10th 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?