Programming Flashcards
computational Thinking
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.
What is a variable
A variable is a symbol that represents some sort of information.
Why do we use variables
Variables are used to store information to be referenced and manipulated in a computer program.
what is the name given to the forever block
it is a loop
what is the name given to the babydino block
it is a sprite which is setting a property
what is random in programming?
Random in programming generates a random number in the range of whatever they have put it as e.g. 0 to 1
what is iteration
iteration is repeating steps or instructions that can be a single action which is formed by computer processor over and over again
identifying selection what is it
identifying selection is when a computer processes the data and sorts it into the different categories or variables