Essentials of Computer Architecture
Autor Douglas Comeren Limba Engleză Hardback – 20 mai 2024
This third edition is updated in view of advances in the field. Most students only have experience with high-level programming languages, and almost no experience tinkering with electronics and hardware. As such, this text is revised to follow a top-down approach, moving from discussions on how a compiler transforms a source program into binary code and data, to explanations of how a computer represents data and code in binary.
Additional chapters cover parallelism and data pipelining, assessing the performance of computer systems, and the important topic of power and energy consumption. Exclusive to this third edition, a new chapter explains multicore processors and how coherence hardware provides a consistent view of the values in memory even though each core has its own cache.
Suitable for a one-semester undergraduate course, this clear, concise, and easy-to-read textbook offers an ideal introduction to computer architecture for students studying computer programming.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 306.52 lei 3-5 săpt. | +46.80 lei 6-12 zile |
CRC Press – 30 iun 2020 | 306.52 lei 3-5 săpt. | +46.80 lei 6-12 zile |
Hardback (2) | 491.34 lei 6-8 săpt. | +40.80 lei 6-12 zile |
CRC Press – 20 mai 2024 | 543.88 lei 3-5 săpt. | +40.80 lei 6-12 zile |
CRC Press – 17 ian 2017 | 491.34 lei 6-8 săpt. |
Preț: 543.88 lei
Preț vechi: 679.84 lei
-20% Nou
Puncte Express: 816
Preț estimativ în valută:
104.09€ • 107.75$ • 87.98£
104.09€ • 107.75$ • 87.98£
Carte disponibilă
Livrare economică 13-27 februarie
Livrare express 29 ianuarie-04 februarie pentru 50.79 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781032727196
ISBN-10: 1032727195
Pagini: 541
Ilustrații: 478
Dimensiuni: 177 x 228 x 33 mm
Greutate: 1.11 kg
Ediția:3
Editura: CRC Press
Colecția Chapman and Hall/CRC
Locul publicării:Boca Raton, United States
ISBN-10: 1032727195
Pagini: 541
Ilustrații: 478
Dimensiuni: 177 x 228 x 33 mm
Greutate: 1.11 kg
Ediția:3
Editura: CRC Press
Colecția Chapman and Hall/CRC
Locul publicării:Boca Raton, United States
Public țintă
Undergraduate CoreCuprins
Preface
Chapter 1 Introduction and Overview
Chapter 2 Program Interpretation and Transformation
Chapter 3 Data and Program Representation
Chapter 4 A High-Level Overview of Processors
Chapter 5 Instruction Stes and Operands
Chapter 6 Operand Addressing and Operand Types
Chapter 7 Assembly Languages and Programming Paradigm
Chapter 8 Main Memory and Memory Addressing
Chapter 9 Virtual Memory Technologies and Virtual Addressing
Chapter 10 Caches and Caching
Chapter 11 Storage: File Systems, Blocks and SSDs
Chapter 12 A Programmer's View of Devices, I/O, and Buffering
Chapter 13 Buses and Bus Architectures
Chapter 14 Programming Devices and Interrupt-Driven I/O
Chapter 15 Data Paths and Instruction Execution
Chapter 16 CPUs: Micrcode, Protection, and Processor Modes
Chapter 17 Parallelism
Chapter 18 Data Pipelining
Chapter 19 Assessing Performance
Chapter 20 Multicore Processors
Chapter 21 Power and Energy
Chapter 22 Building Blocks: Transistors, Gates and Clocks
Chapter 23 Hardware Modularity
Appendix 1 Rules for Boolean Algebra Simplification
Appendix 2 A Quick Introduction to x86 Assembly Language
Appendix 3 ARM Register Definitions and Calling Sequence
Appendix 4 Lab Exercises for a Computer Architecture Course
Chapter 1 Introduction and Overview
Chapter 2 Program Interpretation and Transformation
Chapter 3 Data and Program Representation
Chapter 4 A High-Level Overview of Processors
Chapter 5 Instruction Stes and Operands
Chapter 6 Operand Addressing and Operand Types
Chapter 7 Assembly Languages and Programming Paradigm
Chapter 8 Main Memory and Memory Addressing
Chapter 9 Virtual Memory Technologies and Virtual Addressing
Chapter 10 Caches and Caching
Chapter 11 Storage: File Systems, Blocks and SSDs
Chapter 12 A Programmer's View of Devices, I/O, and Buffering
Chapter 13 Buses and Bus Architectures
Chapter 14 Programming Devices and Interrupt-Driven I/O
Chapter 15 Data Paths and Instruction Execution
Chapter 16 CPUs: Micrcode, Protection, and Processor Modes
Chapter 17 Parallelism
Chapter 18 Data Pipelining
Chapter 19 Assessing Performance
Chapter 20 Multicore Processors
Chapter 21 Power and Energy
Chapter 22 Building Blocks: Transistors, Gates and Clocks
Chapter 23 Hardware Modularity
Appendix 1 Rules for Boolean Algebra Simplification
Appendix 2 A Quick Introduction to x86 Assembly Language
Appendix 3 ARM Register Definitions and Calling Sequence
Appendix 4 Lab Exercises for a Computer Architecture Course
Notă biografică
Douglas Comer is a Distinguished Professor of Computer Science at Purdue University with a courtesy appointment in Purdue's Electrical and Computer Engineering Department. He has created and taught courses for undergraduate students, graduate students, engineers, and nontechnical audiences, on a variety of topics, including computer architecture, operating systems, computer networks, the Internet, digital literacy, and cloud computing. Comer has authored seventeen textbooks. His books have been translated into sixteen languages, and widely used in industry as well as academia. In addition to teaching at Purdue, Comer continues to lecture at companies and industry conferences. He is the recipient of multiple teaching awards and a Fellow of the ACM. An internationally recognized authority on computer networking, the Internet and the TCP/IP protocols, he is a member of the Internet Hall of Fame.
Descriere
Written from a programmer’s point of view, this book covers the three key aspects of architecture: processors, physical and virtual memories, and input-output (I/O) systems.