Scratch Flashcards

1
Q

Define scratch

A

Software used to create code using blocks.

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

Define sprite

A

Is a character or object you can apply code on

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

Stage

A

Is the working area of where the sprite moves and performs actions as given instructions.

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

Edit

A

Making changes to the sprite,stage and scripts.

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

Green flag

A

This starts most of the operations scripts running.

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

Scripts

A

The code you have created using blocks.

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

Looks

A

Blocks that allow you to change the appearance on the screen.

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

Sound

A

Blocks that allow you to add sound to your code.

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

Pen

A

Blocks that allow you to control pen function.

Or blocks that allows the sprite to draw lines on stage ,change color thickness of lines.

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

Data

A

Blocks that allow you to make variables and lists.

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

Events

A

Blocks that allow the code to be controlled.

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

Input

A

When you control the code using external d3vices like the mouse and the keyboard.

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

Control

A

Blocks that allow you to know when an event will happen in your code.

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

If

A

Code that only allows a process To happen under certain conditions.

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

If statement

A

As decision in the code

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

Sensing

A

Blocks that allow sprite to automatically know what’s around it.

17
Q

Operator

A

Blocks that perform math equations

18
Q

Loop

A

When the code is repeated

19
Q

Forever

A

When the a process is repeated until the code is stopped.

20
Q

Repeat

A

When a code is repeated a number of times.

21
Q

Variables

A

A storage area or box that allows the computer to save information.

22
Q

Script area

A

The place where you create a script for a sprite to perform a particular task

23
Q

Motion block

A

Blocks that allow your sprite to move.

24
Q

Uses of sprite in scratch

A
  1. Sprites r used to test code.
  2. Perform tasks
    3.used to interact with other sprites.
25
Q

What is coordinates in scratch stage

A

Is used to locate the sprite on screeen