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
Reporter Blocks (Operators)
reports the specified character of the given text based on the value inputted in the second ()
Letter () of () block
Reporter Blocks (Operators)
Short for modulo, it finds the remainder of the two values when divided.
() mod () block
Reporter Blocks (Operators)
rounds off the inputted value to the nearest integer. It follows the standard rules of rounding; decimals that are .5 or higher are rounded up, whereas decimals less than .5 are rounded down.
Round () block
Reporter Blocks (Operators)
Performs a specified option on a given number and reports the result. The function can be changed by using the drop-down menu.
[] of () block
Type of Block
Allows you to create new blocks for a sprite.
MY BLOCKS
Type of Block
Used to report a value and the value can either be a number or a string.
has 4 blocks
Variable Blocks
Stack Blocks (Variables)
Sets the selected variable to the value inputted in the ().
Set [] to () block
Stack Blocks (Variables)
changes the value of the variable by the variable inputted.
positive = add, negative = subtract
Change [] by () block
Stack Blocks (Variables)
makes the readout of the variable appear on the stage.
Show variable [] block
Stack Blocks (Variables)
makes the readout of the variable hide, meaning it wonโt appear on the stage.
Hide variable [] block