Aufgrund von US-Zollbestimmungen muss der Käufer dieses Artikels vor der Lieferung Einfuhrgebühren an den Versanddienstleister entrichten. Mehr erfahren

Computer Systems: A Programmer's Perspective by Randal Bryant (English) Hardcove

thenilestore
(1251314)
Angemeldet als gewerblicher Verkäufer
AU $492,57
Ca.EUR 277,36
Artikelzustand:
Neu
Ganz entspannt. Rückgaben akzeptiert.
Versand:
Kostenlos International Standard : tracked-no signature (7 to 15 business days).
Standort: Melbourne, Australien
Lieferung:
Lieferung zwischen Mi, 29. Okt und Fr, 7. Nov bei heutigem Zahlungseingang
Liefertermine - wird in neuem Fenster oder Tab geöffnet berücksichtigen die Bearbeitungszeit des Verkäufers, die PLZ des Artikelstandorts und des Zielorts sowie den Annahmezeitpunkt und sind abhängig vom gewählten Versandservice und dem ZahlungseingangZahlungseingang - wird ein neuem Fenster oder Tab geöffnet. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Verkäufer verschickt innerhalb von 6 Tagen nach Zahlungseingang.
Rücknahme:
Keine Rücknahme.
Zahlungen:
   Diners Club 

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

  • Gratis Rückversand im Inland
  • Punkte für jeden Kauf und Verkauf
  • Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:157021273245
Zuletzt aktualisiert am 02. Okt. 2025 07:11:30 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Neu: Neues, ungelesenes, ungebrauchtes Buch in makellosem Zustand ohne fehlende oder beschädigte ...
ISBN-13
9780134092669
Book Title
Computer Systems
ISBN
9780134092669
Kategorie

Über dieses Produkt

Product Information

&>standalone product; MasteringEngineering(R) does t come packaged with this content. If you would like to purchase both the physical text and MasteringEngineering search for 0134123832 / 9780134123837 Computer Systems: A Programmer's Perspective plus MasteringEngineering with Pearson eText - Access Card Package, 3/e Package consists of: *013409266X/9780134092669 Computer Systems: A Programmer's Perspective, 3/e *0134071921/9780134071923 MasteringEngineering with Pearson eText -- Standalone Access Card -- for Computer Systems: A Programmer's Perspective, 3/e MasteringEngineering should only be purchased when required by an instructor. For courses in Computer Science and Programming Computer systems: A Programmer's Perspective explains the underlying elements common among all computer systems and how they affect general application performance. Written from the programmer's perspective, this book strives to teach readers how understanding basic elements of computer systems and executing real practice can lead them to create better programs. Spanning across computer science themes such as hardware architecture, the operating system, and systems software, the Third Edition serves as a comprehensive introduction to programming. This book strives to create programmers who understand all elements of computer systems and will be able to engage in any application of the field--from fixing faulty software, to writing more capable programs, to avoiding common flaws. It lays the groundwork for readers to delve into more intensive topics such as computer architecture, embedded systems, and cybersecurity. This book focuses on systems that execute an x86-64 machine code, and recommends that programmers have access to a Linux system for this course. Programmers should have basic familiarity with C or C++. Also available with MasteringEngineering MasteringEngineering is an online homework, tutorial, and assessment system, designed to improve results through personalized learning. This invative online program emulates the instructor's office hour environment, engaging and guiding students through engineering concepts with self-paced individualized coaching With a wide range of activities available, students can actively learn, understand, and retain even the most difficult concepts. Students, if interested in purchasing this title with MasteringEngineering, ask your instructor for the correct package ISBN and Course ID. Instructors, contact your Pearson representative for more information.

Product Identifiers

Publisher
Pearson Education (Us)
ISBN-10
013409266x
ISBN-13
9780134092669
eBay Product ID (ePID)
209244806

Product Key Features

Number of Pages
1128 Pages
Publication Name
Computer Systems : a Programmer's Perspective
Language
English
Publication Year
2015
Subject
Computing: Textbooks & Study Guides
Type
Textbook
Subject Area
Computers, Technology & Engineering
Author
Randal Bryant, David O'hallaron
Format
Hardcover

Dimensions

Item Height
1.7 in
Item Weight
64.3 Oz
Item Length
9.4 in
Item Width
7.8 in
Height
232mm
Width
187mm
Weight
1670g

Additional Product Features

Edition Number
3
Intended Audience
College Audience
Date of Publication
02/03/2015
Place of Publication
New Jersey
Spine
41mm
Country of Publication
United States
Genre
Computing: Textbooks & Study Guides
Author Biography
Randal E. Bryant received his bachelor's degree from the University of Michigan in 1973 and then attended graduate school at the Massachusetts Institute of Technology, receiving his PhD degree in computer science in 1981. He spent three years as an assistant professor at the California Institute of Technology, and has been on the faculty at Carnegie Mellon since 1984. For five of those years he served as head of the Computer Science Department, and for ten of them he served as Dean of the School of Computer Science. He is currently a university professor of computer science. He also holds a courtesy appointment with the Department of Electrical and Computer Engineering. Professor Bryant has taught courses in computer systems at both the undergraduate and graduate level for around 40 years. Over many years of teaching computer architecture courses, he began shifting the focus from how computers are designed to how programmers can write more efficient and reliable programs if they understand the system better. Together with Professor O'Hallaron, he developed the course 15-213, Introduction to Computer Systems, at Carnegie Mellon that is the basis for this book. He has also taught courses in algorithms, programming, computer networking, distributed systems, and VLSI design. Most of Professor Bryant's research concerns the design of software tools to help software and hardware designers verify the correctness of their systems. These include several types of simulators, as well as formal verification tools that prove the correctness of a design using mathematical methods. He has published over 150 technical papers. His research results are used by major computer manufacturers, including Intel, IBM, Fujitsu, and Microsoft. He has won several major awards for his research. These include two inventor recognition awards and a technical achievement award from the Semiconductor Research Corporation, the Kanellakis Theory and Practice Award from the Association for Computer Machinery (ACM), and the W. R. G. Baker Award, the Emmanuel Piore Award, the Phil Kaufman Award, and the A. Richard Newton Award from the Institute of Electrical and Electronics Engineers (IEEE). He is a fellow of both the ACM and the IEEE and a member of both the US National Academy of Engineering and the American Academy of Arts and Sciences. David R. O'Hallaron is a professor of computer science and electrical and computer engineering at Carnegie Mellon University. He received his PhD from the University of Virginia. He served as the director of Intel Labs, Pittsburgh, from 2007 to 2010. He has taught computer systems courses at the undergraduate and graduate levels for 20 years on such topics as computer architecture, introductory computer systems, parallel processor design, and Internet services. Together with Professor Bryant, he developed the course at Carnegie Mellon that led to this book. In 2004, he was awarded the Herbert Simon Award for Teaching Excellence by the CMU School of Computer Science, an award for which the winner is chosen based on a poll of the students. Professor O'Hallaron works in the area of computer systems, with specific interests in software systems for scientific computing, data-intensive computing, and virtualization. The best-known example of his work is the Quake project, an endeavor involving a group of computer scientists, civil engineers, and seismologists who have developed the ability to predict the motion of the ground during strong earthquakes. In 2003, Professor O'Hallaron and the other members of the Quake team won the Gordon Bell Prize, the top international prize in high-performance computing. His current work focuses on the notion of autograding, that is, programs that evaluate the quality of other programs.
Content Note
Illustrations
Edition Statement
3rd Revised Edition
Imprint
Addison-Wesley Educational Publishers Inc

Artikelbeschreibung des Verkäufers

Rechtliche Informationen des Verkäufers

Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.
USt-IdNr.: AU 82107909133, GB 293967539
Info zu diesem Verkäufer

thenilestore

99% positive Bewertungen3,4 Mio. Artikel verkauft

Mitglied seit Apr 2004
Antwortet meist innerhalb 12 Stunden
Angemeldet als gewerblicher Verkäufer
Great pricing and fantastic customer support. The Nile has you covered.
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
4.8
Lieferzeit
5.0
Kommunikation
5.0

Verkäuferbewertungen (1.474.556)

Alle Bewertungenselected
Positiv
Neutral
Negativ
  • a***n (1199)- Bewertung vom Käufer.
    Letzter Monat
    Bestätigter Kauf
    Shipping is really slow, which is ok if you're happy to wait a month after the advertised estimated arrival date, which I usually am. Communication from seller is poor, the only updates are from Ebay (once the item is finally shipped). Other than that, items arrive well packaged, undamaged and as per the description. 5 stars for product, quality and value but only given 1 star for shipping time and seller communication.
  • e***e (702)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Condition: The book is in excellent condition and just as described. Both the cover and pages have neither marks nor creases - each page is in perfect condition. Postage: The book arrived much quicker than anticipated. Packing: The book was solidly packed in a large cardboard-type envelope and securely sealed. Communication: I was sent several updates in regard to the postage, which was great. Overall: I highly recommend this seller and would definitely purchase from them again.
  • 3***e (233)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Item arrived as described, in perfect condition and in about a week. Well packaged in a large envelope and I thought it was well priced ... until I saw it elsewhere for half as much. Never mind, for a relatively low-priced item, I'm not too sore about paying more for this highly regarded tome. Good seller. Can recommended.