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

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

6th Grade

10 Qs

quiz-placeholder

Similar activities

G6-L11& L12

G6-L11& L12

6th Grade

15 Qs

kiểm tra thường xuyên lớp 11

kiểm tra thường xuyên lớp 11

KG - 10th Grade

10 Qs

Kiểm tra thường xuyên lần 2 (11/8-11/6)

Kiểm tra thường xuyên lần 2 (11/8-11/6)

KG - 12th Grade

10 Qs

Animation 1

Animation 1

6th Grade

10 Qs

Bài tập Tin 8-Bài 3

Bài tập Tin 8-Bài 3

1st - 12th Grade

10 Qs

Programming with Karel the Dog 2

Programming with Karel the Dog 2

6th - 9th Grade

13 Qs

Variables & Data Types

Variables & Data Types

6th - 12th Grade

10 Qs

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

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

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 can make a square?

rect(100,100,100,20);

regularPolygon(10,10,4,100);

regularPolygon(10,10,10,10);

regularpolygon(20,20);

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one can make a straight line?

line(0,0,20,20);

point(0,0,20,20);

ponit(10,10);

point(20,20);

arc(0,0,90,90,0,180);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one can make a circle?

ellipse(0,0,100,100,80);

arc(0,0,90,90,0,360);

arc(0,0,90,100);

regularPolygon(0,0,1,1);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one cannot make a triangle?

regularPolygon(100,100,3,40);

shape(0,0,50,50,400,400);

rect(100,100,20);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which one can make a Pikachu tail by only one-line code?

Shape

regularPolygon

line

arc

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one cannot run?

shape(0,0);

line(0,0);

rect(0,0);

point(0,0);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one can make a curve line? (NOT CIRCLE OR ELLIPSE)

noFill();

ellipse(0,0,100,100);

noFill();

arc(0,0,20,30,0,360);

noFill();

arc(0,0,20,30,0,720);

noFill();

arc(0,0,20,30,0,-26);

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?