2024-G6- Code.org L3

2024-G6- Code.org L3

6th Grade

10 Qs

quiz-placeholder

Similar activities

Programming - Variables/Animation

Programming - Variables/Animation

6th - 8th Grade

11 Qs

Khan Academy Programming

Khan Academy Programming

6th - 8th Grade

11 Qs

Pygame

Pygame

6th - 8th Grade

10 Qs

Unit 3: Interactive Animations and Games - Lessons 3-6

Unit 3: Interactive Animations and Games - Lessons 3-6

6th Grade - University

15 Qs

P5.js Shapes

P5.js Shapes

6th Grade

10 Qs

AV2a - Pensamento Computacional - Explorando o p5.js

AV2a - Pensamento Computacional - Explorando o p5.js

2nd Grade - University

10 Qs

Programming - Drawing Basic Shapes/Coloring

Programming - Drawing Basic Shapes/Coloring

6th - 8th Grade

15 Qs

JavaScript Test 1: Shapes and Printing

JavaScript Test 1: Shapes and Printing

2nd - 9th Grade

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