Python Lesson 1-2

Python Lesson 1-2

8th Grade

6 Qs

quiz-placeholder

Similar activities

Tinkercad Vocabulary

Tinkercad Vocabulary

7th - 8th Grade

8 Qs

Interactive Art Review: Drawing & Parameter Blocks

Interactive Art Review: Drawing & Parameter Blocks

8th Grade

10 Qs

IPST: Graphic

IPST: Graphic

7th - 9th Grade

10 Qs

Adob Flash CS3

Adob Flash CS3

8th Grade

10 Qs

Game Lab - Rectangle, Ellipse and Fill

Game Lab - Rectangle, Ellipse and Fill

6th - 12th Grade

10 Qs

8/22-7th: Tracy's World Quiz Sec. 1

8/22-7th: Tracy's World Quiz Sec. 1

6th - 8th Grade

10 Qs

Coding Concepts in Graphics

Coding Concepts in Graphics

8th Grade

10 Qs

Sketch UP

Sketch UP

8th 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