1/3
CRAM
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
decomposition
breaking down a complex problem or system into smaller, more manageable parts
mostly used in programs
i.e flowcharts
pattern recognition
looking for similarities among and within problems
abstraction
focusing on the important information only, ignoring irrelevant detail
e.g. london underground train
algorithms
developing a step-by-step solution to the problem, or the rules to follow to solve the problem
i.e pseudocode