Please enable JavaScript.
Coggle requires JavaScript to display documents.
Fetch - Decode - Execute Cycle, Protocols, Forms of attack, Secondary…
- 
- 
- 
- 
- 
- Bubble sort 
- 
- It first checks the 2 first values, sees if they are in order 
- 
- 
 
- 
- 
- 
 
- 
- Merge Sort 
- 
- 
- 
- 
- Splits the list into 2, and then 2 again, until there are 2 values. It then compares and swaps them if necessary, and then joins it with the group next to it and compares. Keeps merging until list is sorted.  
 
 
- 
- 
- Abstraction 
- 
- Taking out unnecessary details, and leave necessary ones 
- 
 
- 
- Taking something complex, for example, and making it more simple but still recognisable 
 
- 
- For example, a symbol of a cat - Take out the colours and make the line art more basic. It's still recognisable but simplified.  
 
 
- 
- 
- 
- 
- Layers 
- 
- 
- divides networking into smaller, more simple tasks 
 
 
- 
- Types of errors in code 
- 
- Syntax error - When there is a problem with how the code is written, as in it's not able to run 
 
- 
- Logic error - When the code runs, but the logic of it is not correct and will produce an unexpected output.  
 
 
- 
- Insertion sort 
- 
- 
- Creates a new list, and puts them into the list one at a time until all the values are sorted where they should be