Cantitate/Preț
Produs

The Elements of Computing Systems

Autor Noam Nisan, Shimon Schocken
en Limba Engleză Paperback – 15 iun 2021
A new and extensively revised edition of a popular textbook used in universities, coding boot camps, hacker clubs, and online courses. The best way to understand how computers work is to build one from scratch, and this textbook leads learners through twelve chapters and projects that gradually build the hardware platform and software hierarchy for a simple but powerful computer system. In the process, learners gain hands-on knowledge of hardware, architecture, operating systems, programming languages, compilers, data structures and algorithms, and software engineering. Using this constructive approach, the book introduces readers to a significant body of computer science knowledge and synthesizes key theoretical and applied techniques into one constructive framework.The outcome is known known as Nand to Tetris: a journey that starts with the most elementary logic gate, called Nand, and ends, twelve projects later, with a general-purpose computer system capable of running Tetris and any other program that comes to your mind.
The first edition of this popular textbook inspired Nand to Tetris classes in many universities, coding boot camps, hacker clubs, and online course platforms. This second edition has been extensively revised. It has been restructured into two distinct parts--Part I, hardware, and Part II, software--with six projects in each part. All chapters and projects have been rewritten, with an emphasis on separating abstraction from implementation, and many new sections, figures, and examples have been added. Substantial new appendixes offer focused presentation on technical and theoretical topics.
Citește tot Restrânge

Preț: 23398 lei

Preț vechi: 29248 lei
-20%

Puncte Express: 351

Preț estimativ în valută:
4483 4856$ 3844£

Carte disponibilă

Livrare economică 18 aprilie-02 mai
Livrare express 04-10 aprilie pentru 3227 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780262539807
ISBN-10: 0262539802
Pagini: 325
Ilustrații: 116 b&w illus.
Dimensiuni: 204 x 225 x 22 mm
Greutate: 0.75 kg
Ediția:2 Revised edition
Editura: The MIT Press

Cuprins

Preface ix
I Hardware
1 Boolean Logic 9
2 Boolean Arithmetic 31
3 Memory 45
4 Machine Language 61
5 Computer Architecture 83
6 Assembler 103
II Software 
7 Virtual Machine I: Processing 125
8 Virtual Machine II: Control 147
9 High-Level Language 171
10 Compiler I: Syntax Analysis 191
11 Complier II: Code Generation 211
12 Operating System 245
13 More Fun to Go 273
Appendices 277
1 Boolean Function Synthesis 277
2 Hardware Description Language 283
3 Test Description Language 299
4 The Hack Chip Set 313
5 The Hack Character Set 315
6 The Jack OS API 317
Index 321