Scratch Flashcards

1
Q

What is broadcasting in Scratch?

A

Broadcasting in Scratch refers to the method of sending a message from one sprite to all other sprites in the project

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you create and use a variable in Scratch?

A

To create a variable in Scratch, you can use the “Make a variable” block from the Data category.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a variable in Scratch?

A

In Scratch, a variable is a named container that stores a value. Variables can store numbers, strings, or Boolean values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you share a Scratch project with others?

A

To share a Scratch project with others, you can click on the “Share” button within the Scratch editor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is an event block in Scratch?

A

An event block in Scratch is a type of block that triggers a script to start when a specific event occurs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Scratch?

A

Scratch is a visual programming language and an online community where users can create interactive stories, games, and animations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are sprites in Scratch?

A

Sprites are the characters or objects that users can create and manipulate in Scratch. They can be animated, respond to user input, and interact with other sprites.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are blocks in Scratch?

A

Blocks are the programming commands or instructions in Scratch. Users can drag and snap together different blocks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you create a new sprite in Scratch?

A

In Scratch, you can create a new sprite by clicking on the “Choose a sprite from library” button or by importing an image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you make a sprite move in Scratch?

A

To make a sprite move in Scratch, you can use the “go to x: [ ] y: [ ]” block to specify the sprite’s destination

How well did you know this?
1
Not at all
2
3
4
5
Perfectly