2024-G6- Code.org L3

2024-G6- Code.org L3

6th Grade

10 Qs

quiz-placeholder

Similar activities

Game Lab - Rectangle, Ellipse and Fill

Game Lab - Rectangle, Ellipse and Fill

6th - 12th Grade

10 Qs

Grade 4: Beginners

Grade 4: Beginners

6th Grade

10 Qs

Unit 3 Summative

Unit 3 Summative

6th - 8th Grade

13 Qs

HTML Canvas

HTML Canvas

4th - 8th Grade

5 Qs

Python L2- Quiz 5

Python L2- Quiz 5

5th - 12th Grade

5 Qs

М1У4 Python GameDEV

М1У4 Python GameDEV

3rd Grade - University

5 Qs

QUIZZ TIN HỌC VĂN PHÒNG

QUIZZ TIN HỌC VĂN PHÒNG

1st Grade - University

15 Qs

🎯 2nd MP Mid Term Quiz

🎯 2nd MP Mid Term Quiz

6th - 8th Grade

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