CodeHS Python Conditionals Quiz Reveiw

CodeHS Python Conditionals Quiz Reveiw

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Topical Test 2- Approach in problem solving

Topical Test 2- Approach in problem solving

12th Grade

20 Qs

Python Unit 3 Comprehension Check (3,4,5,6)

Python Unit 3 Comprehension Check (3,4,5,6)

9th - 12th Grade

20 Qs

Basic Python Concepts and Console Interaction

Basic Python Concepts and Console Interaction

9th - 12th Grade

20 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

CodeHS Python Unit 4 Quiz

CodeHS Python Unit 4 Quiz

9th - 12th Grade

15 Qs

Conditionals Unit Quiz

Conditionals Unit Quiz

9th Grade - University

15 Qs

CodeHS Python

CodeHS Python

9th Grade - Professional Development

15 Qs

Programming 1 Test Review (End of Quarter)

Programming 1 Test Review (End of Quarter)

11th Grade

20 Qs

CodeHS Python Conditionals Quiz Reveiw

CodeHS Python Conditionals Quiz Reveiw

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Katy Fleming

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will print to the screen when the following program is run?

  1. 5

  1. True

  1. <class ‘int’>

  1. <class ‘bool’>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of this program?

  1. 0

5

True

Nothing will print

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this program print?

Must be yellow

Must be blue
I like purple
Blue is the best

Must be blue

Blue is the best

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the following program print when run?

Issue Driver’s License

Almost eligible for Driver’s License

No requirements met

Nothing will print

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this program print?

You are below average height

You are above average height

You are average height

You are below average height
You are above average height

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you round the number held in the variable pi to 3.14?

pi = 3.14159265

  1. round(pi)

  1. round(pi, 3)

  1. round(3, pi)

  1. round(pi, 2)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of this program?

0

5

True

Nothing will print

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?