ICT Flashcards

we learn ๐Ÿ‘Œ

1
Q

Type of Block

Helps with processing math equations and string handling, light green in color, and has 18 blocks.

A

Operator Blocks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

(Operators)

These are green, sharp edged blocks. Tells if a certain condition is true or false.

A

Boolean Blocks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Boolean Blocks (Operators)

Tells whether the value inputted in the first () is greater than the value inputted in the second ().

A

() > () Block

Greater than block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Boolean Blocks (Operators)

Tells whether the values inputted in the ()s are truly equal.

A

() = () block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Boolean Blocks (Operators)

Tells whether the value inputted in the first () is less than the value inputted in the second ().

A

() < () Block

Less than block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Boolean Blocks (Operators)

Tells whether the two conditions in the two ()s are met.

A

() and () block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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.

A

() or () block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Boolean Blocks (operators)

Tells if a condition is not met.

A

Not () block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Green blocks with round edges, reports or returns values.

A

Reporter Block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Reporter Blocks (Operators)

Adds the two values inputted then reports the sum.

A

() + () block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Reporter blocks (Operators)

Subtracts the two inputted values then reports the difference.

A

() - () block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Reporter Blocks (Operators)

Multiplies the two values and reports the product.

A

() * () block

Multiplication block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Reporter blocks (Operators)

Divides the first value by the second then reports the quotient.

A

() / () block

Division block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Reporter Blocks (Operators)

picks a random value based on the range inputted in the 2 ()s.

A

Pick random () to () block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Reporter Blocks (Operators)

Joins (different from add) the two values.

A

Join () () block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Reporter Blocks (Operators)

reports the specified character of the given text based on the value inputted in the second ()

A

Letter () of () block

17
Q

Reporter Blocks (Operators)

Short for modulo, it finds the remainder of the two values when divided.

A

() mod () block

18
Q

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.

A

Round () block

19
Q

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.

A

[] of () block

20
Q

Type of Block

Allows you to create new blocks for a sprite.

A

MY BLOCKS

21
Q

Type of Block

Used to report a value and the value can either be a number or a string.

has 4 blocks

A

Variable Blocks

22
Q

Stack Blocks (Variables)

Sets the selected variable to the value inputted in the ().

A

Set [] to () block

23
Q

Stack Blocks (Variables)

changes the value of the variable by the variable inputted.

positive = add, negative = subtract

A

Change [] by () block

24
Q

Stack Blocks (Variables)

makes the readout of the variable appear on the stage.

A

Show variable [] block

25
Q

Stack Blocks (Variables)

makes the readout of the variable hide, meaning it wonโ€™t appear on the stage.

A

Hide variable [] block