PythonRecap

PythonRecap

8th Grade

9 Qs

quiz-placeholder

Similar activities

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Python

Python

8th Grade

11 Qs

Predictive Analytics

Predictive Analytics

3rd Grade - University

10 Qs

Python Basics Quiz

Python Basics Quiz

8th Grade

11 Qs

Data validation and verification

Data validation and verification

7th - 11th Grade

10 Qs

Formulas in Excel

Formulas in Excel

6th - 9th Grade

10 Qs

Control Systems

Control Systems

6th - 9th Grade

12 Qs

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

PythonRecap

PythonRecap

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Joshua Coleman

Used 5+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 10

y= 5

print(x, y)

105

500

10, 5

error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(x, y)

x = 10

y= 5

105

500

10, 5

error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

z= 10

a = 3

print(a*3)

30

13

error

a*3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

z= 10

a = 3

print("a*3")

30

13

error

a*3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this program output?

Teacher

Banker

You don't work in a school

You must have lots of marking

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the != operator?

Checks if two values are identical

Greater than

Assigns a value to a variable

Checks if two values are not identical

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the = operator?

Checks if two values are identical

Greater than

Assigns a value to a variable

Checks if two values are not identical

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the == operator?

Checks if two values are identical

Greater than

Assigns a value to a variable

Checks if two values are not identical

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this program output?

grade

59

You passed

You failed