Scratch Beginner Course

Scratch Beginner Course

Professional Development

10 Qs

quiz-placeholder

Similar activities

Java Strings and lops

Java Strings and lops

Professional Development

10 Qs

IC101

IC101

Professional Development

10 Qs

Cloud Computing Model Exam-IV PART-B

Cloud Computing Model Exam-IV PART-B

Professional Development

15 Qs

Name that App/Site

Name that App/Site

Professional Development

10 Qs

Computer Programming - Intro

Computer Programming - Intro

Professional Development

12 Qs

Adopt me

Adopt me

KG - Professional Development

14 Qs

Microsoft 365 for Teachers

Microsoft 365 for Teachers

Professional Development

10 Qs

Introduction to AI - Healthcare & Business

Introduction to AI - Healthcare & Business

University - Professional Development

10 Qs

Scratch Beginner Course

Scratch Beginner Course

Assessment

Quiz

Computers

Professional Development

Practice Problem

Easy

Created by

Drazen Drinic

Used 15+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the name of the software that you use to create the game?

Sprite

Scratch

Stage

Web Browser

Answer explanation

Scratch is the correct answer because it is a software platform that allows users to create interactive stories, animations, and games. It provides a visual programming interface where users can drag and drop blocks of code to create their projects. Scratch is widely used by beginners and educators to introduce programming concepts and develop creativity and problem-solving skills.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

  • What is the function of the 'forever' command block?

Runs the scripts inside over and over

Point sprite in a specified direction

If the condition is true, run the blocks inside

It starts the game

Answer explanation

The 'forever' command block is used to run the script inside it repeatedly without any interruption. It creates a loop that keeps executing the script over and over again until it is manually stopped or a certain condition is met. This is useful for creating continuous actions or behaviors in a program or game.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which command block enables you to control the car?

Point in direction

Wait_secs

When_key is pressed

When green flag clicked

Answer explanation

The "When_key is pressed" command block enables you to control the car. This block allows you to specify a key on the keyboard that, when pressed, triggers a specific action or movement for the car. It is commonly used in programming to create interactive and responsive controls for various applications, including car simulations or games. By using this command block, you can ensure that the car only responds to user input when a specific key is pressed, providing a more controlled and interactive experience for the user.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What would you call the background in your racing car game?

Sprite

Stage

Script

Track

Answer explanation

In the context of Scratch programming, the background is referred to as the "Stage."

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the character in the game?

Stage

Sprite

Script

Costume

Answer explanation

In a racing car game, the car is represented visually on the screen. This visual representation is known as a sprite. Sprites are used in game development to represent characters, objects, or vehicles. Therefore, the correct answer in this context is "Sprite".

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the function of the 'when green flag clicked' command block?

Points sprite in the specified direction

If the condition is true, run the blocks inside

Runs the script

Stops all scripts

Answer explanation

The 'when green flag clicked' command block is used to initiate the execution of a script when the green flag is clicked. It acts as a trigger for the start of the program. Once the green flag is clicked, the script associated with this block will run, allowing the program to perform its intended actions.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the function of the 'Move 10 steps' command block?

Runs the blocks inside over and over

Move sprite forward

Runs script below when the specified key is pressed

Rotates the character 10 degres

Answer explanation

The 'Move 10 steps' command block is used to move the sprite forward by a specified distance. It is a programming command that instructs the sprite to move a certain number of steps in the forward direction. This command block is commonly used in programming and coding to control the movement of objects or characters in a game or animation.

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?