CodeHS Python Unit 2 Flashcard Review

CodeHS Python Unit 2 Flashcard Review

Assessment

Flashcard

Computers

12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

25 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What will be the output of the following program? Options: Three circles with radii of 3, 7 and 2. Three shapes- a triangle (3 sides), a heptagon (7 sides), and a line (2 sides). Three shapes- a triangle (3 sides), a pentagon (5 sides), and a heptagon (7 sides). Two shapes- a triangle (3 sides) and a pentagon (5 sides).

Back

Two shapes- a triangle (3 sides) and a pentagon (5 sides).

2.

FLASHCARD QUESTION

Front

What will be the output of the following code? Options: 5 circles in a row, 4 circles in a row, A slinky with 5 circles, An infinite loop will occur

Back

An infinite loop will occur

3.

FLASHCARD QUESTION

Front

Which function would be the most useful for Tracy to draw a mountain range, starting from the left side? Options: # Has Tracy draw a single triangle def make_triangle():, # Change's Tracy's color to red def change_to_red():, # Moves Tracy forward by 100 def move_100():, # Draws a square def my_function():

Back

# Has Tracy draw a single triangle
def make_triangle():

4.

FLASHCARD QUESTION

Front

How can we use variable to control the size of a circle? Options: radius = 50, circle(radius), radius = circle(50), circle(radius), radius = 50, circle(50)

Back

radius = 50
circle(radius)

5.

FLASHCARD QUESTION

Front

In which of the following situations would it be best to make a function? Options: You want Tracy to draw a blue line, and your program requires lots of blue lines., You need Tracy to move forward by 100., You need Tracy to turn right and then turn left., You need to change Tracy’s color.

Back

You want Tracy to draw a blue line, and your program requires lots of blue lines.

6.

FLASHCARD QUESTION

Front

Suppose you write a function. How many times can you call the function in your code?

Back

As many times as you want

7.

FLASHCARD QUESTION

Front

Which of the following functions is defined correctly?

Back

Media Image

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?