Python Lesson 2 Refresh

Python Lesson 2 Refresh

8th Grade

5 Qs

quiz-placeholder

Similar activities

JavaScript Test 1: Shapes and Printing

JavaScript Test 1: Shapes and Printing

2nd - 9th Grade

10 Qs

Coding Concepts in Graphics

Coding Concepts in Graphics

8th Grade

10 Qs

IPST: Graphic

IPST: Graphic

7th - 9th Grade

10 Qs

KA Intro to JS: Coloring

KA Intro to JS: Coloring

KG - University

6 Qs

Third Month Quiz

Third Month Quiz

2nd - 8th Grade

10 Qs

Drawing in Game Lab

Drawing in Game Lab

7th - 8th Grade

10 Qs

Graphics Programming Review

Graphics Programming Review

8th - 10th Grade

10 Qs

P5.js Shapes

P5.js Shapes

7th - 12th Grade

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