Animation 1

Animation 1

6th Grade

10 Qs

quiz-placeholder

Similar activities

JavaScript Test 1: Shapes and Printing

JavaScript Test 1: Shapes and Printing

2nd - 9th Grade

10 Qs

Code.org Unit 3 Lesson 3 and 4

Code.org Unit 3 Lesson 3 and 4

6th - 8th Grade

15 Qs

Programming in JavaScript

Programming in JavaScript

3rd - 7th Grade

11 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

G6-W4-Quiz-Animation

G6-W4-Quiz-Animation

6th Grade

10 Qs

P5.js

P5.js

6th Grade

10 Qs

Pygame

Pygame

6th - 8th Grade

10 Qs

Khan Academy Programming

Khan Academy Programming

6th - 8th Grade

11 Qs

Animation 1

Animation 1

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Selina Fan

Used 13+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Alice wrote a code: rect(100,200);

Which shows correct?

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bob wrote the code:

rect(100,200);

fill("green");

Which description is correct?

This is a blue square

This is a grey square

This is a green square

This is a green circle

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cindy wrote the codes:

rect(200,150);

fill("yellow");

rect(350,300,50,100);

Which following image is correct?

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cindy wrote the codes:

//fill("yellow");

rect(200,150);

fill("yellow");

rect(350,300,50,100);

Which following image is correct?

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

David wants to generate the following image, which group of codes is correct?

fill("pink");

rect(100,100);

rect(200,100);

fill("red");

rect(150,150);

fill("orange");

rect(100,200);

rect(200,200);

fill(pink);

rect(100,100);

rect(200,100);

fill(red);

rect(150,150);

fill(orange);

rect(100,200);

rect(200,200);

fill("pink");

rect("100,100");

rect("200,100");

fill("red");

rect("150,150");

fill("orange");

rect("100,200");

rect("200,200");

fill('pink')

rect(100,100);

rect(200,100);

fill('red');

rect(150,150);

fill('orange');

rect(100,200);

rect(200,200);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many lines of the following codes have problems?

1. rect(100,200)

2. fill{"red"};

3. rect(200,300);

4. fill('pink');

5. rect(100,100,200,200);

6. rect(100);

2

3

4

5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Elsa wrote the following codes, which generated image can match to her codes?

Media Image
Media Image
Media Image

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?