Code HS Tracy Phyton Quiz

Code HS Tracy Phyton Quiz

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Recuperação Pensamento Computacional 2º semestre

Recuperação Pensamento Computacional 2º semestre

8th Grade

10 Qs

Financial Literacy: 8th Grade

Financial Literacy: 8th Grade

8th Grade

14 Qs

Layers Palette

Layers Palette

7th Grade

10 Qs

5.3. Запис математичних виразів на мові Python

5.3. Запис математичних виразів на мові Python

8th Grade

13 Qs

BÀI KIỂM TRA GIỮA KÌ 2 LỚP 5

BÀI KIỂM TRA GIỮA KÌ 2 LỚP 5

1st - 10th Grade

10 Qs

JPI L6 Q1

JPI L6 Q1

7th Grade

15 Qs

Excel Test Eins

Excel Test Eins

5th - 9th Grade

13 Qs

App Development lesson 1

App Development lesson 1

8th - 9th Grade

10 Qs

Code HS Tracy Phyton Quiz

Code HS Tracy Phyton Quiz

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Brian Venghaus

Used 53+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Code HS Tracy the Turtle, how would you tell Tracy to move forward 100 pixels?

forward 100

move(100)

move foreword 100 pixels

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which commands would move Tracy forward 100 pixels?

A. forward(100)

B. backward(-100)

C. forward(-100)

A, B & C

A only

B and C

A and B

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want Tracy to move forward 100 pixels without making a line, what set of commands should you write?

penup()

forward(100)

forward(100)

penup()

penup(100)

forward(-100)

5.

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. setposition(90)

A only

A and C

A, B & C

A, B, C & D

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following loop draws 3 circles on the screen. If I wanted to alter this loop to draw 10 circles, how many lines would my code be?

1 for i in range(3):

2 circle(25)

3 forward(50)

1 line

3 lines

10 lines

30 lines

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which lines of the code below will be repeated 4 times?

3 and 4

2, 3 & 4

3, 4 & 5

3, 4, 5, & 6

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?