Programming Flashcards

1
Q

computational Thinking

A

Computational thinking is the process of identifying a clear step-by-step solution to a complex problem. Breaking it down into pieces to fix it.

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

What is a variable

A

A variable is a symbol that represents some sort of information.

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

Why do we use variables

A

Variables are used to store information to be referenced and manipulated in a computer program.

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

what is the name given to the forever block

A

it is a loop

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

what is the name given to the babydino block

A

it is a sprite which is setting a property

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

what is random in programming?

A

Random in programming generates a random number in the range of whatever they have put it as e.g. 0 to 1

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

what is iteration

A

iteration is repeating steps or instructions that can be a single action which is formed by computer processor over and over again

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

identifying selection what is it

A

identifying selection is when a computer processes the data and sorts it into the different categories or variables

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