CS Discoveries: Unit 3 Test

CS Discoveries: Unit 3 Test

Assessment

Flashcard

Computers

7th - 10th Grade

Practice Problem

Hard

Created by

J C

FREE Resource

Student preview

quiz-placeholder

21 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Correct syntax to create an ellipse in Javascript? Options: ellipse(100, 100);, circle(100, 100);, ell(100, 100);, circle<100, 100>

Back

ellipse(100, 100);

2.

FLASHCARD QUESTION

Front

Correct syntax to fill a shape with color in Javascript?

Back

fill("red");

3.

FLASHCARD QUESTION

Front

Which of the following creates a rectangle with the X-Coordinate at 60? Options: rect(60, 100);, rect(100, 60);, ellipse(60, 100), circle (100, 60)

Back

rect(60, 100);

4.

FLASHCARD QUESTION

Front

Which of the following creates an ellipse with the Y-Coordinate at 100? Options: ellipse(60, 100);, ell(100, 60);, rect(60, 100), square (100, 60)

Back

ellipse(60, 100);

5.

FLASHCARD QUESTION

Front

Which rectangle has a width of 50 and height 100? Options: ellipse(100, 100, 100, 50);, rectangle(100, 50);, rect(100, 100, 50, 100);, ellipse(50, 100);

Back

rect(100, 100, 50, 100);

6.

FLASHCARD QUESTION

Front

Which of the following ellipses has a width of 250 and height 100? Options: ellipse(100, 100, 250, 100);, circle(250, 50);, rect(100, 100, 250, 100);, ellipse(50, 100);

Back

ellipse(100, 100, 250, 100);

7.

FLASHCARD QUESTION

Front

Correct syntax to fill a background with color in Javascript?

Back

background("red");

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?