![]() |
|
#5
|
|||
|
|||
|
OR
Binary 101010 001001 ---------- 101011 = as long as one of the numbers is one then the out put is one eg truth table | X | Y |X+Y| | 0 | 0 | 0 | | 0 | 1 | 1 | | 1 | 0 | 1 | | 1 | 1 | 1 | XOR (Exclusive OR) only one of the input numbers can be one/(on) Binary 101010 001001 ---------- 100011 = | X | Y |X(+)Y| | 0 | 0 | 0 | | 0 | 1 | 1 | | 1 | 0 | 1 | | 1 | 1 | 0 | I hope this helps a bit R@dier |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| meaning of a p-code Registration routine | wassim_ | General Discussion | 0 | 09-29-2006 22:49 |