In other words, both input and output tapes have only one square. Therefore, unlike the version from lecture, there is no record of the original truth value on the output tape; that information has been destroyed during the computation!
x | y | x or y |
---|---|---|
false | false | false |
false | true | true |
true | false | true |
true | true | true |
using the same input-output coding that we will be using in lecture for conjunction, namely:
Thus, if the input is 01, then the output will be 011.
DUE: AT THE START OF LECTURE: WED., OCT. 6 |