exactly, because it's boolean algebra, where variables can take just two values - true (1) or false (0). sum corresponds to operator OR, multiplication (*) corresponds to operator AND
e.g 1 AND 1 = 1 (equally 1 * 1 = 1) , 1 AND 0 = 0 (1 * 0=0).
You are viewing a single comment's thread from:
ok i see ..