|
Computer Organization and Design, Fourth Edition, Fourth Edition: The Hardware/Software Interface (The Morgan Kaufmann Series in Computer Architecture and Design) |  | Authors: David A. Patterson, John L. Hennessy Publisher: Morgan Kaufmann Category: Book
List Price: $89.95 Buy New: $48.79 as of 7/30/2010 13:33 CDT details You Save: $41.16 (46%)
New (60) Used (157) from $45.00
Seller: doraemoni Rating: 96 reviews
Media: Paperback Edition: 4 Pages: 912 Number Of Items: 1 Shipping Weight (lbs): 3.5 Dimensions (in): 9 x 7.5 x 1.7
ISBN: 0123744938 Dewey Decimal Number: 004.6 EAN: 9780123744937
Availability: Usually ships in 1-2 business days
| |
| Also Available In:
|
| Similar Items:
| |
| Editorial Reviews:
Amazon.com Review This textbook provides a basic introduction to the fundamentals of current computer designs. As the title suggests, the text skirts the border between hardware and software. After an overview of the subject and a discussion of performance, the book launches into technical matter such as instruction sets, how they are constrained by the underlying processor hardware, the constraints on their design, and more. An excellent critique of computer arithmetic methods leads to a high-level discussion on processor design. Following is a great introduction to pipelining, nice coverage of memory issues, and solid attention to peripherals. The book concludes with a brief discussion of the additional issues inherent in multiprocessing machines. The extremely lucid description is grounded in real-world examples. Interesting exercises help reinforce the material, and each section contains a write-up of the historical background of each idea. Computer Organization and Design is accessible to the beginner, but also offers plenty of valuable knowledge for experienced engineers.
Product Description The classic textbook for computer systems analysis and design, Computer Organization and Design, has been thoroughly updated to provide a new focus on the revolutionary change taking place in industry today: the switch from uniprocessor to multicore microprocessors. This new emphasis on parallelism is supported by updates reflecting the newest technologies with examples highlighting the latest processor designs, benchmarking standards, languages and tools. As with previous editions, a MIPS processor is the core used to present the fundamentals of hardware technologies, assembly language, computer arithmetic, pipelining, memory hierarchies and I/O. Along with its increased coverage of parallelism, this new edition offers new content on Flash memory and virtual machines as well as a new and important appendix written by industry experts covering the emergence and importance of the modern GPU (graphics processing unit), the highly parallel, highly multithreaded multiprocessor optimized for visual computing.
Instructors looking for 3rd edition teaching materials should e-mail textbook@elsevier.com.
A new exercise paradigm allows instructors to reconfigure the 600 exercises included in the book to easily generate new exercises and solutions of their own.
A CD provides a toolkit of simulators and compilers along with tutorials for using them as well as additional problems and solutions, and references.
|
| Customer Reviews:
Showing reviews 1-5 of 96
Excellent introduction October 1, 2002 Jo Totland (Oslo, Oslo Norway) 10 out of 11 found this review helpful
If you want to understand how modern computers really work, this book is an excellent choice. The book focuses on the MIPS architecture. This is unusual, in this Intel-oriented world, but in the end, the Pentium is nothing but a RISC-computer with a complicated instruction decoder. And with the understanding you get, it will be easy to transfer your knowledge to other architectures and computers.The book makes a fantastic job of explaining how micro-processors work, how virtual memory, cache-hierarchies, and pipelining affect your programs performance, how to optimize assembly code, how circuits combine to build the arithmetical logic units inside the CPU, and the issues involved in designing and programming for multiprocessor computers and clusters. If you are a computer programmer, or beginning hardware engineer student, this book is for you. A basic course in programming would be advantageous.
Difficult read, but worth the effort. November 18, 1999 Chris (cr@cse.buffalo.edu) (Buffalo,New York) 12 out of 14 found this review helpful
This book was not an easy read for me, but if enough time is spent this book is written well enough for an assembly/hardware beginner to grasp it. I had no assembly experience and very little hardware design experience comming into this class, and using this book I was able to do very well in the class, and most importantly understand these concepts. Many people struggled(this is a CS class not EE), but most of these people simply did not put the time into reading the 100+ page chapters. Simply put the book does what its supposed to do very well if you put in the time.
Good technical introduction to computer organization topics March 16, 2005 Jose Portillo (Caracas, Venezuela) 8 out of 9 found this review helpful
I use this book as a reference in my technical writing.
I recommend this book to everyone who have a basic Assembly Language programming background and want to understand everything behind the Machine Language Operation Codes decoding process.
The authors build from scratch (and you learn from scratch):
* How to build a complete Arithmetic and Logic (ALU) Unit
- Basic Logic Gates processing
- more advanced topics as Ripple Carry
* How to build a complete Control Unit to guide the ALU Operation
- Microprogramming vs. Hardwired Control Implementation
* Assembly language examples for programming the Control Unit
It is a good Technical Book in this area.
Complement the study of this book with the Assembly Language Programming presented in the book "The Art of Computing Programming", Volume 1 by Donald Knuth (also, if you need more application examples of low level programming, review Volume 3 "Sorting and Searching"). This is a very good study track.
A great book for many audiences December 8, 2008 John Mashey (Portola Valley, CA United States) 10 out of 12 found this review helpful
Iown all 4 editions of this book, plus the 4 published editions (and one preliminary edition) of the related "Computer Architecture - A Quantitative Approach".
Why?
Because, every time one of these comes out, they become clear standards. The last 20 years have been a period of rapid changes in computing. Fortunately Patterson and Hennessy somehow find time to update their books about every 5 years, not only adding new material, but also improving the pedagogy and readability for different audiences.
This book offers a thoughtful combination of printed and electronic information that potential authors should study, as this combination has evolved across the various iterations.
I especially appreciate the reader's guide (page xvii), which highlights different paths through the book for different audiences. This is very important in books that cover material comprehensively, as not everyone needs to read everything, especially the first time through.
This edition is well worth having, even if one already has the earlier ones. The additional material on multiprocessors is especially crucial, given that uniprocessor performance growth has slowed, and multiprocessor software remains challenging.
I spent many years trying to get people to write software at the highest level possible, but the otherwise-desirable trend in that direction can have one unfortunate side-effect. Some younger software designers have little or no experience with computer architecture and hardware/software interface, and it is all too easy to create performance and scalability surprises that could easily be avoided.
I'd strongly recommend this book to avoid such surprises. Even if a programmer writes in very high level languages, some knowledge of the lower levels and their pitfalls goes a long way.
I used to recommend the other book to people like technology journalists, venture capitalists, and financial analysts, i.e., people who are rarely computer professionals, but need to understand computer technology and its trends. Many such have been surprised to find the book was useful to them.
However, as Patterson and Hennessy have reworked the balance of material between the two books, the more introductory material is located here, whereas the other book is more appropriate for computer designers or software people working close to the hardware.
Hence, the next time someone needs to understand computer technology, well-explained by experts, this is the book I'd recommend.
Best Book Out there! January 11, 2005 Erhan Senlik (Stony Brook University, NY USA) 9 out of 11 found this review helpful
If you are a computer scientist or engineer, you must have this book. This book introduces the basic and advanced principles of computing. It gives a good background on computer systems, how it works, how it performs and how to design a system. It teaches the relationship between hardware and low level sofware.
You might need to have a little background in digital design and little assembly knowlegde.
It is well organized and maintains the reader's attention. It starts with simple and advances through out the chapter. Arithmetic, performance, processor design, pipelining, memory and more advanced topics are covered and explained really well. Especially if you are missing some background in any topic, you can look in to the cd that comes with the book and it has more than enough tutorial. (MIPS, Verilog, Risc architectures etc..).
I can say that, its one of the best textbook I have ever had. If you want to advance yourself to next level after reading this book and understanding the concepts, then you should move on to "Computer Architecture: A Quantitative Approach" book by the same authors. It covers topics much more in depth.
Showing reviews 1-5 of 96
|
|
|
|
| | Our Partner |
Custom Essay
Essaywritingblog.com offers the service of Essay Help. This website also deals with helps for thesis or else.
Find a better writing help with Custom Essay through customessayblog.com. Find also helps with other writings
Interior Design Colleges
Trade Schools
The service of Custom Essay is available in masterpapers.com. It can also help you with other types of writings
For your research Paper, essaycapital.com is ready to help you. They are ready with Custom Term Paper
Make a deal with ma-dissertations.com to write your Dissertation
|
|
|
|