Please enable JavaScript.
Coggle requires JavaScript to display documents.
Paper 2 - Coggle Diagram
Paper 2
Topologies
Star
Mesh
Bus
Ring
Partial Mesh
If statements,while loops and for loops end with colons
While loops need counters e.g counter=counter + 1
counter=counter+ 1 while counter != 1: counter=counter+1
For x in range(0,2):
Computational thinking
Abstraction
Removing unwanted details from problems
Decomposition
breaking a complex problem into parts that are easier to conceive
Linear and BInary search
Linear
It checks each element of the list until a match is found or the whole list has been searched
Binary
Binary search compares the target value to the middle element of the array.