Search Header Logo

Python Basics

Authored by Adon Anglon

Computers

1st Grade - University

Used 21+ times

Python Basics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print() function do?

Connects to the nearest printer and prints the current file

Displays the written contents of the entire file

Displays the output of the code in the function

Displays the code written in the function

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are the pieces of a for loop?

Colon; :

Parenthesis; ()

Range function; range(int)

Placeholder variable; count

While keyword; while

3.

OPEN ENDED QUESTION

2 mins • Ungraded

In your own words, explain the problem(s) with this code

x = "Akash"

print("Knock knock)

print("Who's there?")

print("It's " + y)

Evaluate responses using AI:

OFF

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are the errors in this code?

Select all that apply.

var1 = "A"

2nd_var = "B#"

if var1 = 2nd_var:

print("Harmony")

else:

print("Discord")

Nothing is wrong

Invalid variable name

Invalid use of special characters in String

Incorrect Boolean comparison operator

Incorrect syntax for if statement

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What must be added? (Look carefully)

pageCount = 500

if pageCount > 500:

print("This book 500 pages or more!")

else:

print("Find a longer book.")

Add an equal sign to the greater than sign

Add the str() function to 500 in the print statement

Add parenthesis to the if statement

Another ! to the first print statement

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What do the str(), int(), and float() functions have in common? Select all that apply.

(Hint: These functions can "convert" their own types too)

All can properly convert '16' without error

All convert any value to a specified data type

All can convert each other's types always

All can properly use '42.5' without error

All convert one data type to another

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Find the problem

counter = 0

while counter < 10:

print(counter + 1)

Missing parenthesis from while function

counter variable never increases

Operation within print function

Missing quotation marks from print function

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?