Please enable JavaScript.
Coggle requires JavaScript to display documents.
OCR computing paper 2 : - Coggle Diagram
OCR computing paper 2 :
algorithms
-
-
-
binary search
list has to be orderd
extremely quick
e.g data set is 1,2,3,4,5,6,
-
-
-
-
-
Boolean logic
and gates
drawn as a D
-
example, 1,0 is false, so 0 , 1,1 is true, so 1
or gates
-
-
example, 1,1 = true, 0,1 = true, 0,0 = false
gates, only two things, true and false, 1=true., 0=false
not gates
example, 1= false, 0= true
-
swiches them around, if imput is false, the output is true
-
-