Scratch Flashcards
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. Lifelong Kindergarten Group
Which is the developer of the Scratch?
A. Google
B. Microsoft
C. Amazon
D. MIT
E. None of the above
D. MIT
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
D. 6
Which supporter is responsible for the maintenance of the Scratch?
A. Google
B. Microsoft
C. Amazon
D. MIT
E. None of the above
D. MIT
What’s a hat block?
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 many hat blocks are there?
26
What’s a stack block??
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 may stack block are there??
77
What’s a Boolean block??
Boolean blocks are blocks which check condition. Such as OR,NOT,AND,XOR,etc…
Boolean blocks are either true or false.
How many boolean blocks are there??
13
What’s a reporter block
??
Reporter blocks have value in it.
They hold numbers.
How many reporter block??
37
What’s a C block?
C blocks looks like a C.
The block can loop or check conditions.
How many C blocks are there?
5
What’s a cap block?
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…