Shapes in Java Processing

Shapes in Java Processing

Assessment

Flashcard

Computers

9th - 12th Grade

Practice Problem

Hard

Created by

Wayground 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);

Media Image

Back

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?