G6-W4-Quiz-Animation

G6-W4-Quiz-Animation

6th Grade

10 Qs

quiz-placeholder

Similar activities

CSD Unit 3 - Interactive Animations and Games (lessons 3&4)

CSD Unit 3 - Interactive Animations and Games (lessons 3&4)

6th - 8th Grade

15 Qs

Javascript Assessment

Javascript Assessment

6th - 8th Grade

15 Qs

JavaScript L1 Quiz 2

JavaScript L1 Quiz 2

5th - 12th Grade

10 Qs

W6-L4

W6-L4

6th - 8th Grade

15 Qs

Unit 3, Lessons 3 & 4

Unit 3, Lessons 3 & 4

6th - 8th Grade

10 Qs

Javascript Basics (Khan Academy)

Javascript Basics (Khan Academy)

6th - 8th Grade

15 Qs

JavaScript Test 1: Shapes and Printing

JavaScript Test 1: Shapes and Printing

2nd - 9th Grade

10 Qs

Snake Game

Snake Game

3rd - 8th Grade

15 Qs

G6-W4-Quiz-Animation

G6-W4-Quiz-Animation

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Selina Fan

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is correct?

StrokeWeight(16);

strokeWeight(16);

StrokeWeight("pink");

strokeWeight("pink");

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is correct?

regularpolygon(100,200,100,200,300,400);

shape(0);

line(100,200,0,0);

arc(0,0,100,100,0,720,100);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is correct?

stroke(‘yellow’);

strokeweight(16);

strokeWeight(16);

stroke(16);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is correct?

line(0,0);

rect(100,20,30,);

point(100,20);

ellipse(100,"30");

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which groups of codes can run out this image?

background("yellow");

fill("blue");

rect(100,200,100,100);

fill("blue");

rect(100,200,100,100);

background("yellow");

background("blue");

fill("yellow");

rect(100,200,100,100);

fill("yellow");

rect(100,200,100,100);

background("blue");

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which code can make this image?

ellispse();

line();

point();

noFill();

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is not correct?

shape(100,200,300,200,100);

regularPolygon(50,75,5,100);

line(100,200,300,400);

nofill();

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?