Putting It All Together Quiz

Putting It All Together Quiz

25 Qs

quiz-placeholder

Similar activities

Examen parcial 1 Calidad

Examen parcial 1 Calidad

University

21 Qs

Teorías y Técnicas de la Entrevista

Teorías y Técnicas de la Entrevista

University

25 Qs

SEMI FINAL - COC FOURSPENKA

SEMI FINAL - COC FOURSPENKA

4th Grade - University

25 Qs

1.3 Networks

1.3 Networks

KG - University

20 Qs

Unit 8: Political Revolutions 1750-1914

Unit 8: Political Revolutions 1750-1914

KG - University

20 Qs

Extemporary Test: Unit 1-Grammar and Vocabulary

Extemporary Test: Unit 1-Grammar and Vocabulary

KG - University

20 Qs

Putting It All Together Quiz

Putting It All Together Quiz

Assessment

Quiz

others

Practice Problem

Easy

Created by

Tim Collier

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

When the following for loop is complete, how many spaces will Tracy have moved? for i in range(5): forward(10)

50 spaces
60 spaces
10 spaces
5 spaces

2.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

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

Once
Not more than the number of commands the function holds
It depends on the functiont
As many times as you want

3.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

In which of the following situations would it be best to make a function?

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.

4.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which of the following pieces of code will make Tracy do the following actions three times: go forward, change colors, and then turn around.

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Media Image

Suppose you want to make Tracy draw a mountain range, like the one shown below, starting from the left side. Which of the following functions would be the most useful function to write in order to solve this problem?

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which of the following is NOT a command you can give to Tracy?

color
turn
backward
left

7.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which of the statements below is true about indentation in Python?

Indentation only matters in for loops. Then, everything must be indented one level.
Indentation never matters in Python. You can align your code any way you like, but indentation makes your code easier to read.
Indentation always matters in Python. Every statement must be aligned correctly.
Indentation only matters in functions. Then, everything must be indented one level.

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?