2024-G6- Code.org L3

2024-G6- Code.org L3

6th Grade

10 Qs

quiz-placeholder

Similar activities

P5.js

P5.js

6th Grade

10 Qs

G6-W4-Quiz-Animation

G6-W4-Quiz-Animation

6th Grade

10 Qs

Javascript Assessment

Javascript Assessment

6th - 8th Grade

15 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

Javascript Basics (Khan Academy)

Javascript Basics (Khan Academy)

6th - 8th Grade

15 Qs

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

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?