Scratch Coding Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What type of language is Scratch?

A

Block programming

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

The way you created a few lines of code you could re-use to kill you pet in Scratch is called what?

A

A function

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

What is a definition of a variable?

A

A container for storing a data value

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

How would you set Pet Thirst to zero?

A

Pet_Thirst = 0

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

What programming technique is an IF statement

A

Selection

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

What programming technique is an ELSE statement

A

Selection

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

What programming technique is a WHILE loop

A

Iteration (repeat)

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

What programming technique is a PRINT statement

A

Sequence

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

If you want a condition to be met once what would you use?

A

IF ….THEN..

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

What is the most obvious way to start your program?

A

When the Green flag is clicked

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

What is the value of Number 1?

A

100 - make sure you go through and work out why

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