| 1. |
What is the use of boolean blocks in scratch? |
|
Answer» Answer: A Boolean BLOCK is an elongated hexagonal block that REPORTS boolean VALUES. When the block is used, it acts as a reporter block, reporting "true" or "false" string values or the numbers "1" and "0" depending on their USAGE in a script. A Boolean block is an elongated hexagonal block that reports boolean values. When the block is used, it acts as a reporter block, reporting "true" or "false" string values or the numbers "1" and "0" depending on their usage in a script.There are 13 Boolean blocks, and they can be found in the Sensing, Operators and Variables categories. Custom blocks can have Boolean INPUTS that may be present in a block definition. |
|