Sunday, 21 June 2015

Boolean

Boolean logic revolves around various gates, ones and zeros(true/false, yes/no). The gates take an input of one or more 1s & 0s and then outputs a one of zeros.
NOT GATE
It takes one input of 1/0 and outputs a 1 if the input was 0 and vice versa.
AND GATE
It takes two inputs and outputs a 1 if both inputs are 1 otherwise it outputs a 0.
OR GATE
It takes two inputs, if either of the inputs are 1 it outputs 1. 


1 comment:

  1. Using the truth tables created in lesson would really help this topic and support the knowledge learnt in session.

    ReplyDelete