Data Loading...

Boolean Logic Flipbook PDF

Art integration project computer Science


127 Views
31 Downloads
FLIP PDF 2.33MB

DOWNLOAD FLIP

REPORT DMCA

Prasan Vidya Mandir

Art integration Name : Mythreyan.W.B Class : Xl - B Subject: Computer Science

Boolean logic Boolean logic is a form of algebra where all values are either True or False logic operations : AND OR NOT

Logical Operators AND Operations : X.Y

OR Operations : X+Y NOT Operations : X̅

Truth table A truth table is a mathematical table used in logic— specifically in connection with Boolean algebra, boolean functions, and propositional calculus— which sets out the functional values of logical expressions on each of their functional arguments, that is, for each combination of values taken by their logical variables.

Truth table AND :

Requirements : Z=X.Y

Truth table OR:

Requirements : Z= X + Y

Truth table NOT:

Requirements : Z= X'

logic Gate A logic gate is a device that acts as a building block for digital circuits. They perform basic logical functions that are fundamental to digital circuits. Most electronic devices we use today will have some form of logic gates in them. For example, logic gates can be used in technologies such as smartphones, tablets

logic Gate Symbols The diagram for AND logic gate is:

logic Gate Symbols The diagram for OR logic gate is:

logic Gate Symbols The diagram for NOT logic gate is: