Java Script

Java Script

5th - 7th Grade

8 Qs

quiz-placeholder

Similar activities

Tracy 🐢 CodeHS

Tracy 🐢 CodeHS

5th - 8th Grade

12 Qs

Code.org lesson 1.9

Code.org lesson 1.9

7th Grade

10 Qs

Game Lab - Rectangle, Ellipse and Fill

Game Lab - Rectangle, Ellipse and Fill

6th - 12th Grade

10 Qs

Processing 1

Processing 1

7th Grade

10 Qs

AV2a - Pensamento Computacional - Explorando o p5.js

AV2a - Pensamento Computacional - Explorando o p5.js

2nd Grade - University

10 Qs

2024-G6- Code.org L3

2024-G6- Code.org L3

6th Grade

10 Qs

Coding - Mid Unit Knowledge Check

Coding - Mid Unit Knowledge Check

6th - 11th Grade

10 Qs

Turinglab Christmas tree

Turinglab Christmas tree

6th - 8th Grade

10 Qs

Java Script

Java Script

Assessment

Quiz

Computers

5th - 7th Grade

Medium

Created by

Kate Edington

Used 1K+ times

FREE Resource

8 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?
#
;
)
>

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you turn in your JavaScript assignment?
A link to the Padlet
Click finished in Khan Academy
Add link Spin off link to Google Classroom
Print it out