Shapes in Java Processing

Shapes in Java Processing

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which command specifies the color displayed inside an individual shape? Options: ellipse(), stroke(), background(), fill()

Back

fill()

2.

FLASHCARD QUESTION

Front

Which command specifies the color displayed around the edge of an individual shape? Options: ellipse(), stroke(), background(), fill()

Back

stroke()

3.

FLASHCARD QUESTION

Front

Consider the following code segment:
ellipse(8, 6, 7, 5);
What aspect does the first number (the 8) specify?

Back

The horizontal position (side to side)

4.

FLASHCARD QUESTION

Front

Consider the following code segment:
ellipse(8, 6, 7, 5);
What aspect does the second number (the 6) specify?

Back

The vertical position (up and down)

5.

FLASHCARD QUESTION

Front

Consider the following code segment:
ellipse(8, 6, 7, 5);
What aspect does the third number (the 7) specify?

Back

The horizontal size (width)

6.

FLASHCARD QUESTION

Front

Consider the following code segment:
ellipse(8, 6, 7, 5);
What aspect does the fourth number (the 5) specify?

Back

The vertical size (height)

7.

FLASHCARD QUESTION

Front

Which of the following code segments drew the figure in the sketch?
Options:
ellipse(155, 140, 100, 100);
ellipse(290, 140, 100, 100);
ellipse(220, 220, 150, 150);
,
ellipse(220, 220, 150, 150);
ellipse(155, 140, 100, 100);
ellipse(290, 140, 100, 100);

Back

ellipse(155, 140, 100, 100);
ellipse(290, 140, 100, 100);
ellipse(220, 220, 150, 150);

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?