From the Publisher:
The reason most students do not understand their first programming language is because they are forced to memorize technical details. They do not understand the basic underpinnings. This book is based on the premise that starting with a high level programming language has its shortcomings This premise lead to Patt/Patel's "bottom-up approach" found in "Introduction To Computing. " This text covers (in order) a switch level abstraction of a MOS Transistor,Logic Gates,latches,logic structures (MUX,Decoder,Adder,gated latches),finally culminating in an implementation of memory. From there,the book moves on to the Von Neumann model of execution,then a simple computer (the LC-2),machine language programming and then assembly language programming of the LC-2,the high level language C,recursion,and finally elementary data structures. The book establishes a foundation that can easily be built upon
Cited By
- Ul-Abdin Z and Svensson B Towards teaching embedded parallel computing Proceedings of the Workshop on Computer Architecture Education, (1-6)
- Desnoyers P Teaching operating systems as how computers work Proceedings of the 42nd ACM technical symposium on Computer science education, (281-286)
- Cardoso J New challenges in computer science education Proceedings of the 10th annual SIGCSE conference on Innovation and technology in computer science education, (203-207)
- Cardoso J (2005). New challenges in computer science education, ACM SIGCSE Bulletin, 37:3, (203-207), Online publication date: 1-Sep-2005.
- Collins W, Tenenberg J, Lister R and Westbrook S The role for framework libraries in CS2 Proceedings of the 34th SIGCSE technical symposium on Computer science education, (403-404)
- Collins W, Tenenberg J, Lister R and Westbrook S (2003). The role for framework libraries in CS2, ACM SIGCSE Bulletin, 35:1, (403-404), Online publication date: 11-Jan-2003.
- Wolffe G, Yurcik W, Osborne H and Holliday M Teaching computer organization/architecture with limited resources using simulators Proceedings of the 33rd SIGCSE technical symposium on Computer science education, (176-180)
- Wolffe G, Yurcik W, Osborne H and Holliday M (2002). Teaching computer organization/architecture with limited resources using simulators, ACM SIGCSE Bulletin, 34:1, (176-180), Online publication date: 1-Mar-2002.
- Bryant R and O'Hallaron D Introducing computer systems from a programmer's perspective Proceedings of the thirty-second SIGCSE technical symposium on Computer Science Education, (90-94)
- Bryant R and O'Hallaron D (2001). Introducing computer systems from a programmer's perspective, ACM SIGCSE Bulletin, 33:1, (90-94), Online publication date: 1-Mar-2001.
- Penfold J and Flanagan J A first year computer organization course on the web Proceedings of the 2000 workshop on Computer architecture education, (4-es)
Recommendations
Introduction: Computer Arithmetic
SINCE the inception of electronic computers, much effort has been directed towards the search of faster arithmetic techniques. For all scientific computations, the arithmetic units have always been considered as the heart of a digital computer. In the ...