Giacomo De Carlo's PHP Turing Machine | ITA | ENG |
Notes: This is a Universal Computing Machine which uses a binary alphabet (symbols: 0,1); Click a button, write the symbols in the tape field and click COMPUTE; The Machine start from the default tape position. If you don't want so, write a number in the little field next to the tape: the Machine will start from the symbol in the input tape corresponding the number you wrote; To add, subtract or multiply two numbers write them in the classic way (e.g. 3 will be 1111) and separated by 0 (e.g. 1111011); To print the prime numbers between 0 and 10 don't write anything in the tape; To resolve Truth Tables write TRUE as 11 and FALSE as 1 separated by 0. E.g. to compute V&F click AND, and then write 1101; |