HOME | RESEARCH | TEACHING | PUBLICATIONS | STUDENTS | ABOUT ME  
The Foundations Book | Errata

ERRATA for the first printing of The Foundations of Computing and the Information Technology Age

Ordered by appearance in the text. Last updated 6/7/07.
Don't forget to reload this page to get the most current version.
Send additional errors and comments to: j.thornton@griffith.edu.au

Page viii, line 21.
Change Selka to Celka.

Page ix, line 13.
Change informationprocessing to information processing.
Page 12, Section 4.1, line 4.
Add of two after square root.
Page 141, Section 3.3.1, after line 7.
Change    OR logic table line 2: 0    OR 1 = 0 to 0    OR 1 = 1
Change    OR logic table line 3: 1    OR 0 = 0 to 1    OR 0 = 1
Change NOR logic table line 2: 1 NOR 1 = 0 to 0 NOR 1 = 0