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
If you want to create a sprite, which of the following coding blocks do you need first?
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 Wayground
40 questions
HEHE

Quiz
•
7th Grade
35 questions
Scratch Quiz

Quiz
•
6th Grade
37 questions
G8 Q4 ICT EVENTS

Quiz
•
8th Grade
40 questions
K7 LATIHAN SOAL AAT 22.23

Quiz
•
7th Grade
45 questions
Programming and Sensor Concepts Quiz

Quiz
•
7th Grade
40 questions
Examen Diagnóstico Cultura Digital I

Quiz
•
6th Grade
39 questions
6th Grade Computer Science ~ Final Exam

Quiz
•
6th Grade
35 questions
Scratch Basics

Quiz
•
6th - 8th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
15 questions
Computer Components Video

Interactive video
•
8th Grade