Unit 2 Study Quizizz

Unit 2 Study Quizizz

8th Grade

30 Qs

quiz-placeholder

Similar activities

Year 8 Python

Year 8 Python

8th Grade

29 Qs

Introduction to Python

Introduction to Python

KG - University

25 Qs

Python Beginner

Python Beginner

6th - 12th Grade

30 Qs

Artificial Intelligence Quiz1

Artificial Intelligence Quiz1

4th - 8th Grade

26 Qs

What i lerned in cumputer science

What i lerned in cumputer science

8th - 12th Grade

25 Qs

BCHS - Y8 Python

BCHS - Y8 Python

8th Grade

25 Qs

Control Statements

Control Statements

7th - 8th Grade

25 Qs

EduBlocks NCCE Lesson 1-2

EduBlocks NCCE Lesson 1-2

7th - 8th Grade

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