Review and Questions
In the News
Movie
Decision Tables: Cable TV BILL:
— Plan A,B,C: 50, 40, 30
— Loyalty: >5: 10%, >10: 20%
— Phone Customer? $5 CREDIT
Decision Table
English to JavaScript
— Always: Why, Difficulty, How, When, If?
— Programming Process: Theory and Practice
——— Directions to get from here to Tacoma Dome (if? while?)
——— How to write code: Copy and Paste/ Evolve
— Programs: TTT, MasterMind, 8 puzzle
— Competencies
Control Structures:
— What is needed? Sequence, Selection, Itteration
— JavaScript: if and while
— Do? When to Do it?
Minsky:
— Theory has not changed
— Creativity vs Common Sense
— Computer Learning vs Our Learning
— Self Aware? Brain = Physics?
— Facts vs Impressions
“There’s something wrong with any claim to
know, today, of any basic differences between
the minds of men and those of possible machines.”
Robots:
— SHOW VS TELL
— Subconscious:
— Bayesian programming
Number Guess
—- Add counter and save
— Continuous Sum
— Loop:
Tic Tac Toe
—- Play, English Directions
—- English equivalents: IF/PUT and/or
———- If there is an x in position 1 and an 0 in position 7 then..
—- Decision Table: Move #2
Craps
—- Overview
—- How to Play in English
—- Formalize: Write Code
To Do
Work Time