G6-L7&8&9

G6-L7&8&9

6th Grade

15 Qs

quiz-placeholder

Similar activities

Linux-2 Quiz 2 -- LAMP

Linux-2 Quiz 2 -- LAMP

1st - 12th Grade

15 Qs

Scratch Introduction

Scratch Introduction

5th - 8th Grade

10 Qs

TMK Tahun 6 - Aplikasi Pengaturcaraan Scratch

TMK Tahun 6 - Aplikasi Pengaturcaraan Scratch

4th - 6th Grade

20 Qs

US Teens and Digital Habits

US Teens and Digital Habits

6th - 8th Grade

10 Qs

Bildschirmpräsentation - Objekte und Regeln

Bildschirmpräsentation - Objekte und Regeln

6th - 10th Grade

12 Qs

Pierwszy quiz kl. 4-6, Strony internetowe sem.2

Pierwszy quiz kl. 4-6, Strony internetowe sem.2

4th - 6th Grade

10 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

Scratch_Kyran 67L Student's mappingGrade 6-7

Scratch_Kyran 67L Student's mappingGrade 6-7

6th - 7th Grade

10 Qs

G6-L7&8&9

G6-L7&8&9

Assessment

Quiz

Computers

6th Grade

Practice Problem

Medium

Created by

Selina Fan

Used 25+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sentence is the correct one for create sprite?

var shape= ellipse(200,200);

var forest= ellipse(200,200);

var createSprite=ellipse(200,200);

var shape=createSprite(200,200);

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The animation is showed as the image.

The codes are:

var giraffe = createSprite(200, 200);

giraffe_tall.setAnimation("giraffe_tall");

drawSprites();

What is the problem of these codes?

It should be:

Sprite's name.setAnimation("Animation's name");

It should be:

Sprite's name.setAnimation("Sprite's name");

It should be:

Animation's name.setAnimation("Animation's name");

It should be:

Animation's name.setAnimation("Sprite's name");

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which group of code is correct?

var giraffe = createSprite(200, 200);

giraffe_tall.setAnimation("giraffe_tall");

drawSprites();

var giraffe = createSprite(200, 200);

giraffe.setAnimation("giraffe_tall");

drawSprites();

var giraffe = createSprite(200, 200);

giraffe.setAnimation("giraffe_tall");

drawSprite();

var giraffe = createSprite(200, 200);

giraffe_tall.setAnimation("giraffe_tall");

drawSprite();

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is the animation. Which followed code is for resize this giraffe?

var giraffe = createSprite(200, 200);

giraffe.setAnimation("giraffe_tall");

giraffe.scale=0.5;

drawSprites();

var giraffe = createSprite(200, 200);

giraffe.setAnimation("giraffe_tall");

giraffe_tall.scale=0.5;

drawSprites();

var giraffe = createSprite(200, 200);

giraffe.setAnimation("giraffe_tall");

drawSprites();

giraffe.scale=0.5;

var giraffe = createSprite(200, 200);

giraffe.setAnimation("giraffe_tall");

drawSprites();

giraffe_tall.scale=0.5;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code is for rotating sprites?

sprite.x=180;

sprite.rotation=180;

sprite.scale=180;

sprite.rotate=180;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code is for enlarging the animation

sprite.scale=6;

sprite.scale=0.6;

sprite.rotation=600;

sprite.enlarge=6;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which group of codes can make biggest sprite?

var forest=createSprite(100,100);

forest.setAnimation("forest");

forest.scale=8;

drawSprites();

var forest=createSprite(100,100);

forest.setAnimation("forest");

forest.scale=0.8;

forest.height=0.8;

drawSprites();

var forest=createSprite(100,100);

forest.setAnimation("forest");

drawSprites();

forest.scale=800;

var forest=createSprite(100,100);

forest.setAnimation("forest");

drawSprites();

forest.scale=800;

forest.height=0.8;

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?