Which sentence is the correct one for create sprite?
G6-L7&8&9

Quiz
•
Computers
•
6th Grade
•
Medium

Selina Fan
Used 25+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
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
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
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
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
Similar Resources on Quizizz
10 questions
How to Make a Sprite

Quiz
•
6th - 8th Grade
15 questions
Quizizz: Lesson 8 - Scratch Coding Activity Quiz

Quiz
•
6th - 8th Grade
20 questions
Quizizz: Lesson 3.3 Race to the Finish, Part 2 - Review Quiz

Quiz
•
6th - 8th Grade
11 questions
Arcade makecode

Quiz
•
6th Grade
20 questions
Code.org CSD Unit 3 Lessons 1-12

Quiz
•
3rd - 12th Grade
20 questions
Code.org Discoveries Conditional Blocks

Quiz
•
6th - 9th Grade
15 questions
Pictoblox 2

Quiz
•
1st - 7th Grade
16 questions
Understanding Sprite Properties

Quiz
•
6th - 8th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
12 questions
Dividing Fractions

Quiz
•
6th Grade
9 questions
1. Types of Energy

Quiz
•
6th Grade
20 questions
Parts of Speech

Quiz
•
3rd - 6th Grade
6 questions
Final Exam: Monster Waves

Quiz
•
6th Grade
10 questions
Final Exam Grandfather's Chopsticks

Quiz
•
6th Grade