Python Lesson 1-2

Python Lesson 1-2

8th Grade

6 Qs

quiz-placeholder

Similar activities

Python Graphics

Python Graphics

6th - 8th Grade

10 Qs

Working With Flash CS3

Working With Flash CS3

8th Grade

10 Qs

Python Review 3

Python Review 3

7th - 9th Grade

10 Qs

Unit 3, Lessons 3 & 4

Unit 3, Lessons 3 & 4

6th - 8th Grade

10 Qs

Python Lesson 2 Refresh

Python Lesson 2 Refresh

8th Grade

5 Qs

Intro to Photoshop

Intro to Photoshop

3rd - 12th Grade

10 Qs

Coding - Mid Unit Knowledge Check

Coding - Mid Unit Knowledge Check

6th - 11th Grade

10 Qs

Команди графічного модуля

Команди графічного модуля

1st - 12th Grade

10 Qs

Python Lesson 1-2

Python Lesson 1-2

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Kimberly Speece

Used 4+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Match the code to the image.

Circle(300, 100, 40, fill='green')

Circle(100, 300, 40, fill='green')

Circle(300, 100, 40)

Circle(40, 300, 100, fill='green)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Match the code to the image.

Star(200, 200, 4, 90, fill='dodgerBlue')

Star(200, 200, 90, 4, fill='dodgerBlue')

Star(90, 4, 200, 200)

Star(200, 200, 4, 90, fill='red')

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Match the code to the image.

Circle(200, 200, 200, fill=gradient('red','blue'))

Circle(200, 200, 200, fill=gradient('red','blue', start='bottom-right'))

Circle(100, 100, 200, fill=gradient('red','blue', start='bottom-right'))

Circle(200, 200, 200, fill=gradient('red','blue', start='top'))

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

____(100, 100, 40, 5)

5.

DRAW QUESTION

3 mins • 1 pt

Do your best drawing of this line of code:

Circle(120, 120, 80, fill='yellow')

Media Image

Answer explanation

Media Image

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which picture best matches this code?

app.background = 'slateGrey'

Circle(80, 0, 100, fill='lightSteelBlue')

Circle(200, 0, 100, fill='lightSteelBlue')

Circle(320, 0, 100, fill='lightSteelBlue')

Circle(250, 125, 5, fill='deepSkyBlue')

Circle(150, 175, 5, fill='deepSkyBlue')

Circle(200, 225, 5, fill='deepSkyBlue')

Circle(200, 360, 75, fill='darkGreen')

Circle(150, 380, 65, fill='green')

Circle(250, 380, 65, fill='green')

Circle(200, 280, 12, fill='gold')

Media Image
Media Image
Media Image