ICT Flashcards
we learn ๐
Type of Block
Helps with processing math equations and string handling, light green in color, and has 18 blocks.
Operator Blocks
(Operators)
These are green, sharp edged blocks. Tells if a certain condition is true or false.
Boolean Blocks
Boolean Blocks (Operators)
Tells whether the value inputted in the first () is greater than the value inputted in the second ().
() > () Block
Greater than block
Boolean Blocks (Operators)
Tells whether the values inputted in the ()s are truly equal.
() = () block
Boolean Blocks (Operators)
Tells whether the value inputted in the first () is less than the value inputted in the second ().
() < () Block
Less than block
Boolean Blocks (Operators)
Tells whether the two conditions in the two ()s are met.
() and () block
Boolean Blocks (Operators)
Tells whether either the first or the second condition is met. It does not have to be both inputted conditions, just one of the 2.
() or () block
Boolean Blocks (operators)
Tells if a condition is not met.
Not () block
Green blocks with round edges, reports or returns values.
Reporter Block
Reporter Blocks (Operators)
Adds the two values inputted then reports the sum.
() + () block
Reporter blocks (Operators)
Subtracts the two inputted values then reports the difference.
() - () block
Reporter Blocks (Operators)
Multiplies the two values and reports the product.
() * () block
Multiplication block
Reporter blocks (Operators)
Divides the first value by the second then reports the quotient.
() / () block
Division block
Reporter Blocks (Operators)
picks a random value based on the range inputted in the 2 ()s.
Pick random () to () block
Reporter Blocks (Operators)
Joins (different from add) the two values.
Join () () block