what is a hat block
A hat block is a code block that provides the ability to create event driven script
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.
what is a reporter block
A reporter block is a specifically designed as a mechanism for providing input for other code blocks to process
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.
Can you store numeric data inside different type of code blocks.
True or False
True
what are the 6 scratch block categories
stack blocks, hat blocks, reporter blocks, Boolean blocks, C blocks, cap blocks.
what is the use of variables and lists
This involves the storage, retrieval, and modification of data during application execution.
What is a string
A string is a piece of text data that you hard core within scratch
what block repeatedly executes other stack blocks that have been embedded within it.
C blocks
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.
This code block has been configured to stop the execution of all scripts in the project.
Cap blocks
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.