RE: Logical AND Operator

From: Joe Smith (j333smith@hotmail.com)
Date: Sat Mar 19 2005 - 15:18:31 GMT-3


Logical AND truth table

0 & 0 = 0
0 & 1 = 0
1 & 0 = 0
1 & 1 = 1

So...

124 = 0 1 1 1 1 1 0 0
120 = 0 1 1 1 1 0 0 0
-------------------------------
AND = 0 1 1 1 1 0 0 0 = 120

>From: "Nazgulero" <pauwen@hotmail.com>
>Reply-To: "Nazgulero" <pauwen@hotmail.com>
>To: <ccielab@groupstudy.com>
>Subject: Logical AND Operator
>Date: Sat, 19 Mar 2005 17:39:08 +0100
>
>Hello group,
>
>when doing route summarization, I am trying to understand the calculation
>behind the logical AND operator.
>
>120 AND 124 = 120
>
>I usually use the Windows calculator, but I would like to understand how to
>calculate this manually. Sorry for my ignorance, it is probably very
>simple,
>but could somebody briefly explain ?
>Thanks in advance for your help.
>
>Regards,
>
>Georg
>
>_______________________________________________________________________
>Subscription information may be found at:
>http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Sun Apr 03 2005 - 17:56:48 GMT-3