L5 Python Knowledge Quiz

L5 Python Knowledge Quiz

9th Grade

9 Qs

quiz-placeholder

Similar activities

Dispositivos Electrónicos Analógicos y Digitales

Dispositivos Electrónicos Analógicos y Digitales

12th Grade

10 Qs

4.6.4 Logic Gates

4.6.4 Logic Gates

10th Grade - Professional Development

15 Qs

Ôn lại kiến thức  Lớp 3 T13

Ôn lại kiến thức Lớp 3 T13

1st - 10th Grade

10 Qs

Wee Word Intro

Wee Word Intro

7th - 12th Grade

12 Qs

Internet

Internet

6th - 12th Grade

13 Qs

UNIT 1.8 ELCE

UNIT 1.8 ELCE

10th Grade

14 Qs

Access - Lesson 14

Access - Lesson 14

9th - 12th Grade

10 Qs

ICT 10 : Introduction to Adobe Illustrator(CS5)

ICT 10 : Introduction to Adobe Illustrator(CS5)

10th Grade

10 Qs

L5 Python Knowledge Quiz

L5 Python Knowledge Quiz

Assessment

Passage

Computers

9th Grade

Medium

Created by

Adam Wright

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MATCH QUESTION

1 min • 3 pts

Match the following

True/False

Floating point (float)

Whole number

Integer

Multiple pieces of data, separated by co

Boolean

Text

String

Decimal number

List

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which variable(s) must be true for this if statement to run? - if ( (x and y) == True)):

x

y

either

both

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which variable(s) must be true for this if statement to run? - if ( (x or y) == True)):

x

y

either

both

4.

DRAG AND DROP QUESTION

3 mins • 2 pts

​ (a)   i in ​ (b)   (10):

for
range
while
foreach
until
area
ints

5.

DRAG AND DROP QUESTION

3 mins • 2 pts

​ (a)   (x == y):

​ (b)   ("x is equal to y")

if
print
while, log
for, display
switch, output

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Will this code return an error?

Yes

No

7.

MATCH QUESTION

3 mins • 2 pts

Match the variable to its data type

Float

Radius

Integer

i

String

Pi

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the ** operator do?

Multiply the two numbers

Multiply the two numbers twice

Calculate the first number to the power of the second

Checks if the two values are NOT equal

9.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When should the double equals be used? (==)

To assign

To compare

To calculate

To address a location in memory