Python Lesson 2 Refresh

Python Lesson 2 Refresh

8th Grade

5 Qs

quiz-placeholder

Similar activities

Python Lesson 1-2

Python Lesson 1-2

8th Grade

6 Qs

CSS Properties

CSS Properties

5th - 12th Grade

10 Qs

JS Coding Lesson 1

JS Coding Lesson 1

3rd Grade - Professional Development

4 Qs

P5: Variables, Motion, Ifs

P5: Variables, Motion, Ifs

6th - 9th Grade

10 Qs

Twitter

Twitter

6th Grade - University

6 Qs

9 сынып  Pygame

9 сынып Pygame

8th Grade

10 Qs

Unit 3- Lesson 3 & 4 Game Lab Vocab

Unit 3- Lesson 3 & 4 Game Lab Vocab

6th - 8th Grade

10 Qs

Photoshop

Photoshop

1st - 12th Grade

10 Qs

Python Lesson 2 Refresh

Python Lesson 2 Refresh

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Kimberly Speece

Used 5+ times

FREE Resource

5 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Finish this line of code:

Circle(200, 200, 120, fill='skyBlue')

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Fill in the blank:

Rect(120, 160, _, 240)

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Fill in the blank:

Rect(40, 120, 95, _)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which circle has the lowest opacity?

1

2

3

4

5

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Rewrite this rectangle's line of code so it has an opacity of 50.

Rect(160, 160, 100, 100, fill=gradient('red', 'blue'))

Answer explanation

Media Image

Rect(160, 160, 100, 100, fill=gradient('red', 'blue'), opacity=50)

Discover more resources for Computers