Tracy Unit 2 Final Test Study

Tracy Unit 2 Final Test Study

10th Grade

20 Qs

quiz-placeholder

Similar activities

Revision OCR J277 1.1-1.4

Revision OCR J277 1.1-1.4

10th - 11th Grade

15 Qs

Knowledge Bowl - CP1 - Semester 1

Knowledge Bowl - CP1 - Semester 1

9th - 12th Grade

20 Qs

tpr2_u0_initial test

tpr2_u0_initial test

10th Grade

15 Qs

Binary, Denary and Hexadecimal

Binary, Denary and Hexadecimal

8th - 11th Grade

20 Qs

Intro to business chapter 7-8

Intro to business chapter 7-8

9th - 12th Grade

19 Qs

Tracy Intro to Programming Test

Tracy Intro to Programming Test

10th Grade

20 Qs

Unit 2 Review

Unit 2 Review

9th - 12th Grade

17 Qs

Tracy Python Codehs

Tracy Python Codehs

8th - 10th Grade

25 Qs

Tracy Unit 2 Final Test Study

Tracy Unit 2 Final Test Study

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Wayground Content

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Effect of backward(30)?

Moves Tracy backward by 30 units.

Moves Tracy forward by 30 units.

Moves Tracy to the right by 30 units.

Moves Tracy to the left by 30 units.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which situation would it be best to make a function?

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

You need to calculate the sum of two numbers only once.

You want to display a message to the user just once.

You are writing a program that only runs a single loop.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the number in the parentheses in a forward or backward command represent?

How far Tracy is supposed to move

The speed at which Tracy should move

The direction Tracy should face

The duration of the command

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the purposes of functions?

Functions allow programmers to use more descriptive names in programs.

Functions help group statements together to make code more readable.

Functions allow programmers to reuse code

Functions are used to create variables in a program.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Purpose of the `forward(100)` command in the drawing functions?

It moves the pen forward by 100 units to position for the next drawing.

It rotates the pen 100 degrees to the right.

It moves the pen backward by 100 units to erase the previous drawing.

It changes the pen color to red for the next drawing.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Function def change_to_red() does what?

Changes Tracy's color to red.

Changes the background color to blue.

Changes the text color to green.

Changes the font size to large.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For loops

By default, the range function starts at 0

For loops can only iterate over lists

For loops are used to create infinite loops

For loops can only be used in Python

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?