Please enable JavaScript.
Coggle requires JavaScript to display documents.
C2 Summary - Coggle Diagram
C2 Summary
Abstraction
Layers of abstraction
Each layer has a different role, the highest layers being closest to user
-
-
-
-
-
Computation Techniques
Backtracking -> method of finding solutions by trying a method and then going back to it if it fails.
Data Mining -> Pattern recognition of data within large sets to spot patterns. Can spot erroneous data or spot trends in data
-
-
-
-
-
Recursion
-> Risk of stack overflow & Difficult trace
-> Represented in fewer lines
-> Continues until a stopping condition is met
-> Subroutine which calls itself
-
-
Iteration ->
Count controlled -> Certain number of times
Condition Controlled -> When a condition is met
Pipelining ->output stage is fed as the input of the next stage, increasing processing speed