(Created page with "'''''Assignment: 26 April''''' For next week, please review the following excerpt on Turing Machines from Stephen Wolfram's book ''A New Kind of Science'', available here: https...") |
No edit summary |
||
Line 7: | Line 7: | ||
http://ideonexus.com/2009/02/05/javascript-turing-machine/ | http://ideonexus.com/2009/02/05/javascript-turing-machine/ | ||
Your task for next week is to describe some selection or decision process from your daily existence in pseudocode. Feel free to refer to the Pseudocode Guide available here: | Your task for next week is to describe some selection or decision process from your daily existence in pseudocode.<br />Feel free to refer to the Pseudocode Guide available here: | ||
https://docs.google.com/document/d/14x2S42cQ4J20uKRc_2LxrM-u39LE6j3M5FVCdQx5Jg8/edit | https://docs.google.com/document/d/14x2S42cQ4J20uKRc_2LxrM-u39LE6j3M5FVCdQx5Jg8/edit | ||
Please bring your pseudocode to class next week as a plain text file! | Please bring your pseudocode to class next week as a plain text file! |
Revision as of 15:12, 26 April 2016
Assignment: 26 April
For next week, please review the following excerpt on Turing Machines from Stephen Wolfram's book A New Kind of Science, available here: https://www.wolframscience.com/nksonline/page-78
You may also wish to have a look at this interactive example of a Turing Machine implemented in JavaScript: http://ideonexus.com/2009/02/05/javascript-turing-machine/
Your task for next week is to describe some selection or decision process from your daily existence in pseudocode.
Feel free to refer to the Pseudocode Guide available here:
https://docs.google.com/document/d/14x2S42cQ4J20uKRc_2LxrM-u39LE6j3M5FVCdQx5Jg8/edit
Please bring your pseudocode to class next week as a plain text file!