If you want to create a sprite, which of the following coding blocks do you need first?
CODING TEST 1

Quiz
•
Computers
•
6th - 8th Grade
•
Easy
Stephanie Scott
Used 3+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
var sprite = createSprite( 200, 200 );
sprite.setanimation = ("label");
drawSprites;
function draw() {}
2.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
If you want a sprite to appear like it is JUMPING UP AND DOWN, which of the following coding blocks will you use?
function draw() {
sprite.y = randomNumber( 200, 225 );
drawSprites; }
function draw() {
sprite.x = randomNumber( 200, 225 );
drawSprites; }
function draw() { sprite.setAnimation ("label");
drawSprites; }
function draw() {
sprite.y = (200, 200);
drawSprites; }
3.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Which of the following coding blocks changes the size of the sprite?
sprite.scale = (size);
sprite.width = (number);
sprite.height = (number);
All of the answer choices listed here can change the size of the sprite.
4.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
True or False? You can use the randomNumber code to make the color change.
True! Random Number can be used in the rgb code command to change the color randomly.
False! Random Number cannot be used in a fill command.
It depends.
I don't know because I have just been copying off of my friend all year.
5.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
The rgb color chart goes up to what number?
255
100
300
500
6.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
If you want a sprite to appear like it is going LEFT AND RIGHT (or across the screen), which of the following codes will you use?
function draw() {
sprite.x = randomNumber ( 200, 210 );
drawSprites; }
function draw() {
sprite.y = randomNumber ( 200, 210 );
drawSprites; }
function draw() {
sprite.y = ( 200, 200);
drawSprites; }
function draw() { sprite.setAnimation ("label");
drawSprites; }
7.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Which of the following RGB codes will make the background blue?
background (rgb ( 0, 0, 255));
background (rgb ( 255, 0, 0));
background (rgb ( 0. 255, 0));
background (rgb (255, 255, 255));
Create a free account and access millions of resources
Similar Resources on Quizizz
40 questions
Final Revision Grade 7

Quiz
•
7th Grade
45 questions
Scratch 3: Sprites, Backdrops, Code Blocks, and Scripts

Quiz
•
7th Grade
40 questions
Scratch Programming Quiz

Quiz
•
6th Grade
40 questions
Gamestar Mechanic

Quiz
•
6th - 8th Grade
39 questions
Quizizz: Lesson 3.7 If-Then-Else - Student Activity Guide

Quiz
•
6th - 8th Grade
39 questions
fcms comp sci exam material

Quiz
•
8th Grade
35 questions
Variables in Scratch

Quiz
•
6th - 8th Grade
35 questions
CODE.ORG FINAL

Quiz
•
8th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
20 questions
Final Exam Vocabulary

Quiz
•
6th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
11 questions
Decimal/fraction conversions quick check

Quiz
•
5th - 7th Grade
10 questions
Identifying equations

Quiz
•
KG - University
44 questions
El fin del año- 7th

Quiz
•
7th - 12th Grade
40 questions
Word Study Assessment: Roots, Prefixes, Suffixes, and Vocabulary

Quiz
•
8th Grade
49 questions
How Well Do You Know Your 6th Grade Teachers?

Quiz
•
6th Grade