Search Header Logo

CodeHS Python Unit 3 Quiz Review

Authored by Katy Fleming

Computers

9th - 12th Grade

Used 76+ times

CodeHS Python Unit 3 Quiz Review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the output of the following program? Assume the user enters “Florence”, then “Fernandez”.

Fernandez Florence

FlorenceFernandez

Florence Fernandez

None of the Above

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What does the following program print?

<type 'str'>

<type 'int'>

<type 'float'>

The program crashes and doesn’t print anything.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following options is the best way to get a number from the user that you plan to use in a mathematical equation?

num = str(input(“Enter a number: “))

num = number(input(“Enter a number: “))

num = input(“Enter a number: “)

num = int(input(“Enter a number: “))

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which one of the statements below will cause an error?

ans = “hi” * 8

ans = “hi” + 9

ans = “hi” + “hi” + “hi”

ans = (“a” * 4) + “b”

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the difference between a binary operator and a unary operator?

A computer can use binary operators, but it cannot use unary operators.

A unary operator needs two things, while a binary operator only needs one.

A binary operator needs two things, while a unary operator only needs one.

Binary operators are used for arithmetic expressions, while unary operators are for strings.

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the final result of the expression 7 / 2 + 6?

0

9

9.5

0.875

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following choices is a properly formed Python variable name, meaning it is both legal in the Python language and considered good style?

user_age

uSeRaGe

user!age!

1user_age

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?