Scratch Beginner Course

Scratch Beginner Course

Professional Development

10 Qs

quiz-placeholder

Similar activities

ScratchJr

ScratchJr

Professional Development

10 Qs

Linux Basics

Linux Basics

Professional Development

10 Qs

Trial Class Computer Science 2

Trial Class Computer Science 2

Professional Development

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

Professional Development

15 Qs

เเบบทดสอบโปรเเกรมเบื่องต้น

เเบบทดสอบโปรเเกรมเบื่องต้น

Professional Development

10 Qs

JavaScript

JavaScript

Professional Development

12 Qs

Scratch Quiz

Scratch Quiz

1st Grade - Professional Development

13 Qs

Linux-2

Linux-2

Professional Development

15 Qs

Scratch Beginner Course

Scratch Beginner Course

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Drazen Drinic

Used 10+ times

FREE Resource

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

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 script inside over and over

Point sprite in a specified direction

If the condition is true, run the blocks inside

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

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 car in the racing car game?

Stage

Sprite

Script

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

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

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.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?