Tracy Unit 2 Final Test Study

Tracy Unit 2 Final Test Study

10th Grade

20 Qs

quiz-placeholder

Similar activities

Python Basics with Tracy Quiz 1

Python Basics with Tracy Quiz 1

9th - 10th Grade

20 Qs

Data Representation

Data Representation

9th - 11th Grade

15 Qs

Unit 2 - Turtle Graphics Quiz for Python Computer Programming I

Unit 2 - Turtle Graphics Quiz for Python Computer Programming I

9th - 12th Grade

25 Qs

Grade 9 Hexadecimal Classwork

Grade 9 Hexadecimal Classwork

7th - 12th Grade

16 Qs

1.2.2 Data Representation Assessment

1.2.2 Data Representation Assessment

10th Grade

20 Qs

Test 1 BIOS-RAM-NUMBERING SYSTEM

Test 1 BIOS-RAM-NUMBERING SYSTEM

10th - 12th Grade

21 Qs

Numeral Systems Quiz#1

Numeral Systems Quiz#1

10th Grade

21 Qs

Python - MP1 test

Python - MP1 test

10th Grade

15 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?