CodeHS Python Conditionals Quiz Reveiw

CodeHS Python Conditionals Quiz Reveiw

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Python Recap

Python Recap

7th Grade - University

20 Qs

Exercise 1

Exercise 1

9th Grade

18 Qs

Y9 Spreadsheets

Y9 Spreadsheets

8th - 9th Grade

15 Qs

Python Unit 3 Codehs

Python Unit 3 Codehs

9th - 12th Grade

16 Qs

Pengolah Data MS Excel

Pengolah Data MS Excel

10th Grade

20 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Python Programming - Iteration

Python Programming - Iteration

9th Grade

12 Qs

Scratch Programming

Scratch Programming

5th - 9th Grade

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