Python Lessons 1-9

Python Lessons 1-9

9th - 12th Grade

43 Qs

quiz-placeholder

Similar activities

J277 1.2.4 Sound/Image Representation

J277 1.2.4 Sound/Image Representation

8th - 12th Grade

42 Qs

Demo Final for Quizizz

Demo Final for Quizizz

10th Grade

46 Qs

Code.org Unit 3 Lesson 1-6

Code.org Unit 3 Lesson 1-6

5th Grade - University

45 Qs

S3 Assessment Revision

S3 Assessment Revision

9th - 12th Grade

47 Qs

N5 Computer Systems

N5 Computer Systems

9th - 11th Grade

42 Qs

AP CSP Code.org Unit 5 Assessment 1 Review

AP CSP Code.org Unit 5 Assessment 1 Review

9th - 12th Grade

40 Qs

Data Representation

Data Representation

9th Grade

40 Qs

3.2 Data - Data representation

3.2 Data - Data representation

10th Grade

42 Qs

Python Lessons 1-9

Python Lessons 1-9

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Sheila McKay

Used 13+ times

FREE Resource

43 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)

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

When Tracy is facing right, from what location does she start drawing her circle?

The top of the circle

The bottom of the circle

The left side of the circle

The middle of the circle

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where does Tracy always start in the grid world?

At the (0,0) coordinate in the bottom left hand corner of the canvas

At the (-200,-200) coordinate in the bottom left hand corner of the canvas

At the (0,0) coordinate in the middle of the canvas

At the (-200,-200) coordinate in the middle of the canvas

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the dimensions of Tracy’s world?

200 pixels x 200 pixels

400 pixels x 200 pixels

400 pixels x 400 pixels

200 pixels x 400 pixels

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How far does Tracy need to move from the starting position to reach the right side of the canvas?

50 pixels

100 pixels

200 pixels

400 pixels

7.

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)

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?