blocks
scratch 2.0
data
100

what is a hat block 

A hat block is a code block that provides the ability to create event driven script 

100

what is procedural programing 

This involves the organization of commonly used pieces of program code into callable units allowing for reduced program size and better program organization.

200

what is a reporter block 

A reporter block is a specifically designed as a mechanism for providing input for other code blocks to process 

200

what is procedural synchronization  

This involves the passage and receipt of messages between application scripts for coordinating the execution of different parts of an application.


200

Can you store numeric data inside different type of code blocks.

True or False 

True 

300

what are the 6 scratch block categories 

stack blocks, hat blocks, reporter blocks, Boolean  blocks, C blocks, cap blocks.  

300

what is the use of variables and lists 

This involves the storage, retrieval, and modification of data during application execution.

300

What is a string 

A string is a piece of text data that you hard core within scratch   

400

what block repeatedly executes other stack blocks that have been embedded within it. 

C blocks 

400

what is sequential processing 

The processing of application code blocks, in the order that they are laid about, starting at the beginning of a script and continuing to the end.

500

This code block has been configured to stop the execution of all scripts in the project.


Cap blocks 

500

what is Boolean logic 

 the application of programming logic that executes based on the analysis of true/false data provided by Scratch during program execution.

M
e
n
u