Scratch Year 1 assessment

Scratch Year 1 assessment

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Scratch Quiz 2 - 2026

Scratch Quiz 2 - 2026

4th - 11th Grade

10 Qs

RIG Scratch Exam (Level-2)

RIG Scratch Exam (Level-2)

4th - 8th Grade

15 Qs

Project STEM CSE1 U0

Project STEM CSE1 U0

6th - 8th Grade

14 Qs

Scratch

Scratch

4th - 12th Grade

10 Qs

Digital Literacy

Digital Literacy

7th Grade

15 Qs

Scratch quiz

Scratch quiz

4th - 12th Grade

10 Qs

L3 scratch

L3 scratch

7th Grade - University

15 Qs

TUGAS LATIHAN MENGENAL LINGKUNGAN PEMROGRAMAN VISUAL SCRATCH

TUGAS LATIHAN MENGENAL LINGKUNGAN PEMROGRAMAN VISUAL SCRATCH

7th Grade

10 Qs

Scratch Year 1 assessment

Scratch Year 1 assessment

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Cristina Peter

Used 3+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the "pick random" operator work in Scratch?


  1. It selects a random operator from a list  

  1. It generates a random number between two given values 

  1. It randomly selects a sprite costume 

It picks a random event to trigger in the program

Answer explanation

The "pick random" operator generates a random number between two given values in Scratch.


2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to stop the Sprite when it reaches the edge, which of this code is correct?

Media Image
Media Image
Media Image

None of these

Answer explanation

The "repeat until" block is a control block that repeats a set of code until a specified condition becomes true. The code is executed repeatedly until the condition is satisfied. So when the Sprite reaches the edge it will stop.


3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Where does the sprite end up after the script has been run?

  1. (X:200,Y:10)

  1. (X:220,Y:0)

  1. (X:0,Y:0)

(X:220,Y:220)

Answer explanation

 We have used the condition of greater than 200 Inside the repeat until loop. So the loop will get executed until the x position will not get more than 200, after that it will stop. 


4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the "mouse x" Sensing block in Scratch?

It returns the loudness of the sound.


It changes the backdrop colour.


It controls sprite movement.


 It reports the x-position of the mouse pointer.


Answer explanation

The "mouse x" Sensing block is used to report the x-position of the mouse pointer on the stage. It provides a numeric value indicating the horizontal position of the mouse pointer.


5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does changing the backdrop continuously create the illusion of sprite movement?

  1. The sprite is physically moved around the screen  

  1. The backdrop is changed to the next backdrop as the sprite reaches the end of its costumes

  1. Both the sprite and the backdrop are moved simultaneously  

The backdrop is resized to create the appearance of sprite movement

Answer explanation

By changing the backdrop to the next backdrop as the sprite reaches the end of its costumes, it creates the illusion of sprite movement, making it appear as if the sprite is moving through a scene.


6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following code shows the sprite move to a random position and then turn by 90 degrees?

Media Image
Media Image
Media Image

All are correct

Answer explanation

The blocks will get executed sequentially -  first the sprite goes to a random position and then turns by 90 degrees.


7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will happen after you run this code?

  1. Play a beat

Bounce everywhere and add background music

  1. Change the Costume and add background music

  1. Say something

Answer explanation

The blocks will get executed sequentially. When you click on the flag, first the “Switch costume to Meraki” block will get executed and then the “play sound Grunt until done” block will get executed.


Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?