Semester Final Part 2

Quiz
•
Computers
•
10th Grade
•
Medium

Ashutosh Kumar
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if you place sprite motion code *outside* the `draw()` function?
The sprite will move continuously.
The sprite will move only once.
The sprite won't appear on screen.
The program will crash.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is the correct way to make a sprite move downward continuously?
sprite.y = sprite.y + 2;
sprite.y = sprite + 2;
y = sprite.y + 2;
sprite.y = 2;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following code do? if (keyDown("right")) { balloon.x = balloon.x + 3; }
Moves the balloon down.
Moves the balloon left.
Moves the balloon right when the right arrow is pressed.
Moves the balloon automatically to the right.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the `drawSprites()` function used for in Game Lab?
To draw shapes like circles and rectangles.
To show all the sprites on the screen.
To change the background color.
To delete all sprites.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which code correctly switches a sprite's costume?
sprite.image("new_costume");
sprite.setAnimation("new_costume");
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How often does the `draw()` function run in Game Lab?
One time when the program starts.
Once every second.
About 30 times per second.
Only when a key is pressed.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will this code do? sprite.x = sprite.x - 2;
Move the sprite right.
Move the sprite left.
Make the sprite disappear.
Make the sprite bounce.
Create a free account and access millions of resources
Similar Resources on Wayground
19 questions
Programación de Videojuegos (Segundo Parcial)

Quiz
•
University
10 questions
Scratch Movement

Quiz
•
4th - 10th Grade
10 questions
Informatika - SCRATCH

Quiz
•
9th - 12th Grade
20 questions
JavaScript Game Development Newton

Quiz
•
9th Grade - University
10 questions
Code.org Discoveries

Quiz
•
9th - 11th Grade
11 questions
Scratch Lesson 1

Quiz
•
6th - 10th Grade
20 questions
ICETREES - Quiz on Scratch, Construct, Stencyl

Quiz
•
2nd Grade - Professio...
15 questions
Scratch Looks Blocks Quiz

Quiz
•
4th Grade - University
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
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade