G6-W4-Quiz-Animation

G6-W4-Quiz-Animation

6th Grade

10 Qs

quiz-placeholder

Similar activities

AV2a - Pensamento Computacional - Explorando o p5.js

AV2a - Pensamento Computacional - Explorando o p5.js

2nd Grade - University

10 Qs

JavaScript L1 Quiz 2

JavaScript L1 Quiz 2

5th - 12th Grade

10 Qs

W6-L4

W6-L4

6th - 8th Grade

15 Qs

Animation 1

Animation 1

6th Grade

10 Qs

2024-G6- Code.org L3

2024-G6- Code.org L3

6th Grade

10 Qs

Unit 3, Lessons 3 & 4

Unit 3, Lessons 3 & 4

6th - 8th Grade

10 Qs

L4-Animation(RegularPolygon/Shape/Line/Arc/RandomNumber/Variabl)

L4-Animation(RegularPolygon/Shape/Line/Arc/RandomNumber/Variabl)

6th Grade

10 Qs

CMU CS Academy Unit 1 Checkpoint

CMU CS Academy Unit 1 Checkpoint

6th - 8th Grade

14 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?