CodeHS Tracy's World & Python Basics Assessment

CodeHS Tracy's World & Python Basics Assessment

9th Grade

26 Qs

quiz-placeholder

Similar activities

Year 9 computing mixed questions

Year 9 computing mixed questions

9th - 11th Grade

22 Qs

Logo Coding

Logo Coding

7th - 9th Grade

25 Qs

Codehs Tracy

Codehs Tracy

9th Grade

25 Qs

CodeHS Tracy

CodeHS Tracy

8th - 10th Grade

25 Qs

Tracy (Python)

Tracy (Python)

8th - 10th Grade

25 Qs

CodeHS Tracy Functions

CodeHS Tracy Functions

6th - 10th Grade

30 Qs

CodeHS Tracy

CodeHS Tracy

6th - 10th Grade

30 Qs

AP Final Review

AP Final Review

9th - 12th Grade

21 Qs

CodeHS Tracy's World & Python Basics Assessment

CodeHS Tracy's World & Python Basics Assessment

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Angela Caswell

Used 4+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is Tracy in CodeHS? (select 2)

A turtle graphics library

A text-based adventure game

A drawing robot

A programming language

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which function is used to move Tracy forward? (select all that apply)

move_forward()

forward(10)

move(10)

forward()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default position of Tracy in the CodeHS grid?

(1,1)

(0,0)

(200,200)

(0,200)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to turn Tracy to the right?

right(90)

turn_right(90)

turn(90)

rotate(90)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: Tracy can move diagonally using forward() or backward().

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Python?

A way to store data

A function name

A loop structure

A math operation

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is the output of the following code? steps = 5 forward(steps) (select all that apply)

Tracy moves forward 5 pixels

Tracy moves forward 5 grid units

Tracy moves forward 1 grid unit

The code produces an error

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?