Search Header Logo

Scratch Year 1 assessment

Authored by Cristina Peter

Computers

6th - 8th Grade

Used 3+ times

Scratch Year 1 assessment
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.


Access all questions and much more by creating a free account

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

Already have an account?