Key Concepts Flashcards
(8 cards)
1
Q
Iteration
A
Do a set of statements again and again -looping
2
Q
Selection
A
Based on a condition, allow your code to make choices - “branching”
3
Q
Sequence
A
One statement after each other - line by line
4
Q
Condition Controlled
A
Unsure of the number needed to loop
5
Q
Count Controlled Loop
A
Certain number needed
6
Q
Pseudo Code
A
One method you can use to describe an algorithm with words instead of an image
7
Q
Algorithm
A
A set of instructions that help you to perform a task
8
Q
Identifier
A
Name given to a variable