Computing EOY Flashcards
Define sequence
Set of instructions followed one after the other in a specific order
Define iteration
Repetition of a process to create a more efficient solution
Define decision
Usually in the form of a question, asks the program if something is true or false
Define input
Usually a sensor or a button activates the program
Define output
The thing that happens due to the input
Define algorithm
Step-by-step procedure for solving problems
Define sensor
Used to take readings to detect a change in its environment
Define variable
A location in memory in which you can temporarily store a value
Define subroutine
Mini program within another program
What shape is a start/end symbol and how many arrows go in/out of it?
A rounded rectangle with 1 arrow
What shape is a decision symbol and how many arrows go in/out of it?
A diamond shape with at least 2 arrows going out of it
What shape is an input/output symbol?
A parallelogram
What shape is a subroutine symbol?
A rectangle with two lines on either end
What shape is a process symbol and how many arrows go in/out of it?
A rectangle with one arrow going in and one going out
Define process
Actions, steps or instructions