Computer Science Discoveries Unit 3 L1 - L 9

Computer Science Discoveries Unit 3 L1 - L 9

7th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

CS Discoveries

CS Discoveries

7th - 10th Grade

20 Qs

Unit 3 Code.org CS Discoveries

Unit 3 Code.org CS Discoveries

7th - 10th Grade

20 Qs

Discovering Computer Science

Discovering Computer Science

7th - 10th Grade

21 Qs

Unit 3 CS Discoveries

Unit 3 CS Discoveries

7th - 10th Grade

21 Qs

Code.org Computer Science Discovery

Code.org Computer Science Discovery

7th - 10th Grade

21 Qs

Code.org Computer Science Discovery

Code.org Computer Science Discovery

7th - 10th Grade

20 Qs

CS Discoveries Unit 3

CS Discoveries Unit 3

7th - 10th Grade

20 Qs

Computer Science Discoveries

Computer Science Discoveries

7th - 10th Grade

20 Qs

Computer Science Discoveries Unit 3 L1 - L 9

Computer Science Discoveries Unit 3 L1 - L 9

Assessment

Quiz

Computers

7th - 12th Grade

Medium

Created by

W. Brown

Used 353+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the correct syntax to fill a shape with color in Javascript?
fill("red");
color: red;
colorFill(red);
myColor: red;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax to create a ellipse in Javascript?
ellipse(100, 100);
circle(100, 100);
ell(100, 100);
circle<100, 100>

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following creates an ellipse with the Y-Coordinate at 100?

ellipse(60, 100);

ellipse(100, 60);

rect(60, 100)

square (100, 60)

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following rectangles has a width of 50 and height 100?
ellipse(100, 100, 100, 50);
rectangle(100, 50);
rect(100, 100, 50, 100);
ellipse(50, 100);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following ellipses has a width of 250 and height 100?

ellipse(100, 100, 250, 100);

circle(250, 50);

rect(100, 100, 250, 100);

ellipse(250, 100);

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the correct syntax to fill a background with color in Javascript?
background("red");
background-color: red;
backgroundFill(red);
myColor: red;

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?