Search Header Logo

Python Lesson 1-6 Review Quiz

Authored by Stephanie Pocci

Computers

4th Grade

Used 5+ times

Python Lesson 1-6 Review Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the following code print? print("apple", end=" pie") print(" is tasty")

apple pie is tasty

apple pie

apple is tasty

apple pie is not tasty

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the following code print? a = 24 print(a)

a

24

"a"

0

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the input() function do in programming?

Deletes a file

Prints a message to the user

Saves a file

Waits for a typed answer from the user

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can you shorten the code x = x + 1 in Python?

x++

x += 1

x =+ 1

x = 1

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Why can't you add "5" and 5 directly in Python?

Because they are both strings.

Because they are both integers.

Because one is a string and the other is an integer.

Because Python doesn't support addition.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the code print if you enter the number 5 and DO NOT convert it to an integer before adding 20?

25

5

Error

205

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the result of the condition (5 == 4)?

True

False

Error

5

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?