Python Programming, Final Review Part 2

Python Programming, Final Review Part 2

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

47 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What will be the output?
name = "Dave"
print (name)

Back

Dave

2.

FLASHCARD QUESTION

Front

A variable must have been assigned (given) a value before that value is referenced (used).

Back

True

3.

FLASHCARD QUESTION

Front

The correct way to convert user input is:

Back

birth_year = int(input("When were you born? "))

4.

FLASHCARD QUESTION

Front

To display the following on screen Hello World! the following command should be used: print(Hello World!), print("Hello World" + !), print("Hello World!"), print"(Hello World!)"

Back

print("Hello World!")

5.

FLASHCARD QUESTION

Front

You assign a value to a variable with which symbol?

Back

=

6.

FLASHCARD QUESTION

Front

Program statements are executed in sequence, one after the other...

Back

True

7.

FLASHCARD QUESTION

Front

How many times will this loop run?

Back

4

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?