2024-G6- Code.org L3

2024-G6- Code.org L3

6th Grade

10 Qs

quiz-placeholder

Similar activities

P5.js Shapes

P5.js Shapes

6th Grade

10 Qs

Programming - Drawing Basic Shapes/Coloring

Programming - Drawing Basic Shapes/Coloring

6th - 8th Grade

15 Qs

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

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

6th Grade

10 Qs

Programming - Variables/Animation

Programming - Variables/Animation

6th - 8th Grade

11 Qs

Game Lab - Rectangle, Ellipse and Fill

Game Lab - Rectangle, Ellipse and Fill

6th - 12th Grade

10 Qs

Code.org CSD Unit3 Lesson 3 - 4 Review

Code.org CSD Unit3 Lesson 3 - 4 Review

6th - 8th Grade

11 Qs

Animation 1

Animation 1

6th Grade

10 Qs

Hour of Code - Drawing with Code

Hour of Code - Drawing with Code

6th - 12th Grade

15 Qs

2024-G6- Code.org L3

2024-G6- Code.org L3

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Selina Fan

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is correct?

rect(0,0)

Rect(0,0);

Rect(0,0,100,100,100);

rect(0,0,100,200);

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is a rectangular?

rect(0,0,100,100);

rect(100,100,200,100);

rect(100,200,100,100);

rect(0,0,300);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is a circle?

ellipse(100,100,100);

ellipse(100,100,200,400);

ellipse(100,200,400,200);

rect(100,100,100);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one can make a blue square?

rect(100,100);

fill("blue");

Fill(blue);

rect(100,100);

rect(100,100,200,400);

fill(blue);

fill(rgb(0,0,200));

rect(100,100,100);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one makes the shapes into different colour?

fill("pink");

fill("blue");

rect(100,100,200);

ellipse(100,100);

//fill("pink");

fill("blue");

rect(100,100,200);

ellipse(100,100);

fill("pink");

//fill("blue");

rect(100,100,200);

ellipse(100,100);

fill("pink");

rect(100,100,200);

fill("blue");

ellipse(100,100);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one shows the different result comparing to others?

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code should be debug?

fill("blue");

rect(0,0);

rect(0,0);

fill("blue");

Fill("rgb(100,100,200)");

ellipse(1.25,200,)

ellipse(100,100);

fill(rgb(100,100,200));

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?

Discover more resources for Computers