Unit 2 Study Quizizz

Unit 2 Study Quizizz

8th Grade

30 Qs

quiz-placeholder

Similar activities

Python new

Python new

3rd Grade - University

26 Qs

Python Middle Schooler

Python Middle Schooler

8th - 12th Grade

25 Qs

Python Basics

Python Basics

6th - 8th Grade

35 Qs

Beginner Python KS3 Revision

Beginner Python KS3 Revision

8th - 10th Grade

26 Qs

Python Basics

Python Basics

8th Grade

31 Qs

Python Programming

Python Programming

8th Grade

29 Qs

Mid-Year Java Check

Mid-Year Java Check

8th Grade

25 Qs

Introduction to Variables and Data Types in Python

Introduction to Variables and Data Types in Python

6th - 8th Grade

26 Qs

Unit 2 Study Quizizz

Unit 2 Study Quizizz

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Michael Anderson

Used 6+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In Python, a Boolean data type is always....

Either True or False

An integer

A string

Data that comes from an input

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which data type is always either True or False?

Boolean

Integer

String

Literal

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Boolean expression can only be True or False. Which of the following is an example of a Boolean expression?

a == b

a = b

a % b

a += b

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Why will the loop continue indefinitely?

Subtracting 1 from x will always be less than 100

Subtracting x from 100 will always be 1

There is no 'break' in the code

Because x * 6 will never equal 9

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which sequence of number will occur when this code is run?

10, 9, 8, 7, 6, 5....

10, 11, 12, 13, 14....

100, 101, 102, 103...

100, 99, 98, 97, 96...

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is going to print?

x and y are equal

x is less than 100

y is less than 100

Something else

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Which is an example of a print statement?

print("y is less than 100")

("y is less than 100")

"y is less than 100"

y is less than 100

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?