Programming Flashcards
What is an algorithm?
A process or set of rules followed by a computer.
What is a condition?
A requirement that has to be met for an action to happen.
If something is an iteration, would it be repeated more than once?
Yes
What is an operation?
A group of actions most commonly performed together.
Can a variable change depending on a condition?
Yes
What does an ‘if’ script line do?
It decides if another script runs.
What’s a sprite?
An on screen character that can be programmed to act in a certain way.
What is a Boolean in computing?
It’s an expression that’s either true or false.
What is pseudo code?
It’s code that’s makes more grammatical sense but doesn’t actually work.
What do x and y coordinates affect?
The position of something (usually a sprite) on the screen.