Scratch Flashcards

1
Q

The Scratch project has received financial support from the following organizations: National Science
Foundation, Scratch Foundation, Siegel Family Endowment, Google, LEGO Foundation, Intel, Cartoon
Network, Lemann Foundation, MacArthur Foundation. The Scratch project is under direct maintenance
by which of the following organization?

A. Lifelong Kindergarten Group
B. MIT Physics Faculty
C. Google
D. Intel
E. None of the above

A

A. Lifelong Kindergarten Group

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

Which is the developer of the Scratch?

A. Google
B. Microsoft
C. Amazon
D. MIT
E. None of the above

A

D. MIT

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

What is X if the character says a six-sided dice number randomly in every 2 seconds?

A. 1
B. 3
C. 5
D. 6
E. None of the above

A

D. 6

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

Which supporter is responsible for the maintenance of the Scratch?

A. Google
B. Microsoft
C. Amazon
D. MIT
E. None of the above

A

D. MIT

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

What’s a hat block?

A

Hat blocks are at the top of your code and start a script. They are usually triggered by events, like clicking the green flag or a sprite, or by sensing something in the environment.

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

How many hat blocks are there?

A

26

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

What’s a stack block??

A

A Stack block is a rectangular block that is shaped to fit above and below other blocks. Stack blocks make up the majority of the blocks available in Scratch, being available in every non-extension category except Operators

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

How may stack block are there??

A

77

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

What’s a Boolean block??

A

Boolean blocks are blocks which check condition. Such as OR,NOT,AND,XOR,etc…
Boolean blocks are either true or false.

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

How many boolean blocks are there??

A

13

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

What’s a reporter block
??

A

Reporter blocks have value in it.
They hold numbers.

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

How many reporter block??

A

37

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

What’s a C block?

A

C blocks looks like a C.
The block can loop or check conditions.

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

How many C blocks are there?

A

5

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

What’s a cap block?

A

A cap block is a block which we put in the end of the script. Such as STOP ALL, STOP OTHER SPRITE IN SCRIPT, etc…

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

How many cap blocks??

A

2

17
Q

What are the 9 main blocks category in Scratch??

A
  • Motion
  • Look
  • Sound
  • Events
  • Controls
  • Operators
  • Sensing
  • Variables
  • My Blocks