Python with Tracy Trutle

Python with Tracy Trutle

12th Grade

15 Qs

quiz-placeholder

Similar activities

LA7.C7: Turtle Graphics

LA7.C7: Turtle Graphics

9th Grade - University

14 Qs

EV3 Level 2 Quiz

EV3 Level 2 Quiz

7th - 12th Grade

10 Qs

Codehs Concepts of Programming

Codehs Concepts of Programming

9th - 12th Grade

16 Qs

CodeHS 2.8 Functions to 2.12 User Input Review

CodeHS 2.8 Functions to 2.12 User Input Review

9th - 12th Grade

10 Qs

Quiz 1 2.1 through 2.6

Quiz 1 2.1 through 2.6

9th - 12th Grade

11 Qs

EV3 Programming

EV3 Programming

1st Grade - University

20 Qs

Block Code Quiz - Express Code

Block Code Quiz - Express Code

9th - 12th Grade

15 Qs

Castle Crasher Formative

Castle Crasher Formative

12th Grade

10 Qs

Python with Tracy Trutle

Python with Tracy Trutle

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Jonathan Canton

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would I tell Tracy to move forward 100 pixels?

forward 100

move(100)

Tracy, move forward 100 pixels

forward(100)

forward(-100)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using the circle() command, what value do we put inside the parentheses?

The radius of the circle

The center of the circle

The diameter of the circle

The width of the circle

The circumference of the circle

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tracy always starts facing which direction?

North

South

East

West

Weast

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Tracy is facing right, which of the following commands can be used to turn her to face up?

A. left(90)
B. turn(up)
C. right(270)
D. setpos(90)

A only

A and C

A, B, and C

A, B, C, and D

A and B

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Tracy started facing right, which direction would she be facing after we ran the following code?

1 left(90)

2 left(90)

3 right(90)

Up

Down

Right

Left

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I use the command right(180), which way will Tracy turn?

She will turn in a circle

She will turn around

She will turn to face up

She will turn to face left

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The setposition() command moves Tracy to a coordinate and:

turns her to face left

does not turn her

turns her to face up

turns her to face down

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?

Discover more resources for Computers