Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computational Logic (Logic Gates ((NOT ( ¬ ) (Inverts the input to produce…
Computational Logic
Basics
-
Remember:
-
-
-
A Megabyte is 1000 Kilobytes (1,000,000 bytes or 8,000,000 bits)
-
Logic Gates
OR ( \/ )
Either input A or input B must be true for output Y to be true. 
NOT ( ¬ )
Inverts the input to produce the output. 
-
AND ( /\ )
Both input A and input B must be true for output Y to be true. 
-
-
The gates compare and combine two series of binary numbers and produce a new series of binary numbers equal to the result.