Programming Final Review

Programming Final Review

11th Grade

24 Qs

quiz-placeholder

Similar activities

Animation and Games Code

Animation and Games Code

9th - 12th Grade

24 Qs

Interactive Animations and Games

Interactive Animations and Games

9th - 12th Grade

24 Qs

CodeHS APCSP

CodeHS APCSP

11th - 12th Grade

22 Qs

Animation and Games Review

Animation and Games Review

9th - 12th Grade

20 Qs

Animation and Games Review

Animation and Games Review

9th - 12th Grade

24 Qs

AVALIAÇÃO DE PENSAMENTO COMPUTACIONAL VALOR 40

AVALIAÇÃO DE PENSAMENTO COMPUTACIONAL VALOR 40

10th Grade - University

20 Qs

P5.js Exam 1

P5.js Exam 1

9th - 12th Grade

21 Qs

Programming Final Review

Programming Final Review

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Kylie Bunn

Used 9+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

We must provide a fill for each shape so that our programs can run.

true

false

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Any line of code with a # at the beginning is ignored by Python.

true

false

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

We can set the border of a Line shape to 'red'.

true

false

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

The inspector tells us a shape's properties if we hover over it with out mouse.

true

false

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

Which of the edits need to happen to the Polygon in the code below so that it draws the picture?

Rect(0, 0, 400, 400, fill='aliceblue')

Polygon(200, 100, 100, 300, 300, 300, fill='sandyBrown')

Change the opacity to 0 and the border to 'sandyBrown'.

Change the opacity to 0 and the borderWidth to 10.

Change the fill to None and the border to 'sandyBrown'.

Change the fill to None and the borderWidth to 10.

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

Which of the following draws a line that connects the top-most point with the right-most point of the oval shown?

Line(150, 200, 150, 300)

Line(100, 200, 275, 200)

Line(150, 100, 275, 200)

Line(100, 100, 250, 300)

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which of these pictures shows the result of the following lines of code?

Star(175, 200, 100, 5, border='dodgerBlue', borderWidth=10)

Circle(250, 220, 75, fill='grey')

Media Image
Media Image
Media Image
Media Image

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?