Search Header Logo

Unit 1 Review: Python Basics

Authored by Endia Spencer

Computers

9th - 12th Grade

Used 84+ times

Unit 1 Review: Python Basics
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

30 sec • 1 pt

Given the following string:

h = "Hello", which code results in an error?

print (h)

print(h.lower())

h = 's'

print(h+1)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

Good Bye

Welcome

An error message

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the input() function return?

an integer value

a string value

a float value

all of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the value of x after the following code is run?

19

20

21

22

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which statements evaluate True and without errors?

"unbothered".isupper()

"Monroe High School".istitle()

5.isdigit()

"animal".islower()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement sets the variable t to a value of "Total Credits: 25"?

t = "Total Credits:" + 25

t = "Total Credits:" + str(25)

t = input("Total Credits:" + str(25))

print("Total Credits", "25")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is "print" used for?

To input

To make strings

To display output

Non of the above

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?