CodeHS Tracy's World & Python Basics Assessment

CodeHS Tracy's World & Python Basics Assessment

9th Grade

26 Qs

quiz-placeholder

Similar activities

CodeHS Canvas and Graphics

CodeHS Canvas and Graphics

6th - 10th Grade

30 Qs

Python тілінде циклдар

Python тілінде циклдар

9th - 12th Grade

22 Qs

Python Loops

Python Loops

9th - 12th Grade

27 Qs

CodeHS Tracy the Turtle Final Test

CodeHS Tracy the Turtle Final Test

6th - 10th Grade

30 Qs

Python basic

Python basic

9th Grade

21 Qs

Python Program

Python Program

9th Grade

25 Qs

Python 1.1

Python 1.1

9th Grade

25 Qs

CodeHS Python Final

CodeHS Python Final

6th - 10th Grade

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