CMU CS Academy CS1 - Unit 1 Review

CMU CS Academy CS1 - Unit 1 Review

Assessment

Flashcard

Created by

Quizizz Content

9th - 12th Grade

Hard

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD

Front

Which argument is OPTIONAL when using Rect()?

Back

fill

2.

FLASHCARD

Front

What is the length of this line?

Line(100,200,300,200)

Back

200

3.

FLASHCARD

Front

Which will result in a shape with no fill? Options: fill = No fill, fill = "white", fill = "clear", fill = None

Back

fill = None

4.

FLASHCARD

Front

Which is the code for this display:

Back

Label('pick me!',100,200,fill='blue')

5.

FLASHCARD

Front

What is this shape's gradient?

Back

gradient('red','blue')

6.

FLASHCARD

Front

What is the star with the LEAST roundness?

Back

A

7.

FLASHCARD

Front

Which rectangle was drawn LAST?

Back

Red

8.

FLASHCARD

Front

What are the coordinates for the center of this Oval?

Back

(150,225)

9.

FLASHCARD

Front

What is this shape's gradient? Options: gradient("red", "yellow", start="top"), gradient("red", "yellow", start="bottom"), gradient("red", "yellow", start="left"), gradient("yellow", "red", start="top")

Back

gradient("red", "yellow", start="top")

10.

FLASHCARD

Front

Which is the correct order for these shapes being drawn? Options: star, oval, line, circle; oval, star, line, circle; circle, star, line, oval; oval, line, star, circle

Back

oval, line, star, circle

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?