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
37 questions
Y7 Computing Baseline Assessment

Quiz
•
8th Grade
40 questions
Scratch Coding Assessment

Quiz
•
3rd - 6th Grade
35 questions
Gamelab Codes

Quiz
•
8th Grade
45 questions
Latihan Soal INFORMATIKA 7

Quiz
•
7th Grade
40 questions
LATIHAN SOAL ASTS GENAP INFORMATIKA 8

Quiz
•
8th Grade
40 questions
INFORMATIKA GANJIL KELAS 8 2024

Quiz
•
8th Grade
42 questions
Soal Latihan Scratch dan Blockly

Quiz
•
8th Grade - University
35 questions
Y7 Baseline Assessment

Quiz
•
7th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade