JavaScript

JavaScript

7th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

Word Lesson 3: Working With Shapes

Word Lesson 3: Working With Shapes

6th - 7th Grade

20 Qs

Plotting Shapes on Code.Org

Plotting Shapes on Code.Org

5th - 8th Grade

17 Qs

Unit 3 code.org

Unit 3 code.org

6th - 8th Grade

15 Qs

3RD TERM STEAM CAT 2025

3RD TERM STEAM CAT 2025

3rd Grade - University

20 Qs

Gimp

Gimp

7th Grade

12 Qs

Khan Art Coding

Khan Art Coding

7th Grade

10 Qs

Code.org CSD Unit3 Lesson 3 - 4 Review

Code.org CSD Unit3 Lesson 3 - 4 Review

6th - 8th Grade

11 Qs

Unit 3, Lessons 3 & 4

Unit 3, Lessons 3 & 4

6th - 8th Grade

10 Qs

JavaScript

JavaScript

Assessment

Quiz

Computers

7th - 8th Grade

Medium

Created by

CANDACE STEWART

Used 984+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What command draws a rectangle?
rec (10, 20, 100, 200);
rect (10, 20, 100, 200)
rect (10, 20, 100, 200);
ellipse (10, 20, 40, 40)

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which command colors the background of your canvas?
background 
endShape
var = color
fill

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What command removes the outlines from shapes?
noOutline ();
noColor();
noBorder();
noStroke ();

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What command draws a perfect circle?
ellipse (80, 60, 100, 105);
ellipse(80, 60, 100, 100);
circle (80, 60, 80, 60):
ellipse (80, 60, 105, 100);

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What command colors a shape?
color (43, 255, 0);
bucket (43, 255, 0);
fill (43, 255, 0);
bucket (43, 255, 0);

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What command draws a line?
stroke (200, 220, 275, 220);
line (200, 220, 275, 220);
horizontal (200, 220,  60, 75);
pencil (200, 220, 275, 220);

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is at the end of a line of code?
#
;
)
>

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?