3%
Computer Systems Design and Architecture

Computer Systems Design and Architecture

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

This new text makes the design and implementation of computer systems accessible and understandable for the beginning engineering or computer science student. The authors take a "No Mysteries" approach to computer systems. They interrelate three different viewpoints to provide a unique understanding of the subject:the perspective of the logic designer, the assembly language programmer, and the computer architect. The text has up-to-the-minute coverage of the latest developments in microprocessors, including ALU, pipelining, memory hierarchy, networks and the Internet. And, rather than focusing on a single type of architecture, Heuring and Jordan examine both CISC and RISC models at the ISA level using the unambiguous language of RTN (Register Transfer Notation), allowing for a more in-depth appreciation of different machine structures and functions.

Table of Contents:
1. The General Purpose Machine. The General Purpose Machine. Some Definitions and Conventions. Views of the Computer. The User's View. The Machine/Assembly Language Programmer's View. The Stored Program Concept. The Programmer's Model -- Instruction Set Architecture. Machine Instructions and Data Typing. Tools of the Trade. Why Assembly Language Programming? The Computer Architect's View. The Big Picture. Tools of the Trade. The Computer System Logic Designer's View. The Implementation Domain. Importance of the Implementation Domain. The Distinction Between Classical Logic Design and Computer Logic Design. The CPU -- A Close-Up View. Historical Perspective. Early Work. The Relay Computer: The 1930s. Generations. Trends and Research. Approach of the Text. Chapter Summary. 2. Machines, Machine Languages, and Digital Logic. Classification of Computers and Their Instructions. Computer Instruction Sets. Data Movement Instructions. ALU Instructions. Branch Instructions. 4- 3- 2- 1- and 0-Address and General Register. Machine Classes. Access Paths to Operands: Addressing Modes. Informal Description of the Simple RISC Computer, SRC. Register and Memory Structure. Instruction Formats. Accessing Memory: the Load and Store Instructions. Arithmetic and Logic Instructions. Branch Instructions. Miscellaneous Instructions. Formal Description of SRC Using Register Transfer Notation, RTN. An RTN Description of the Simple RISC Computer, SRC. Formal versus Informal Descriptions. Describing Addressing Modes with RTN. Register Transfers and Logic Circuits: from Behavior to Hardware. Logic Circuits to Implement Register Transfers. The Bus as Data Highway. Register Transfer Operations and Data Path. Chapter Summary. References. 3. Some Real Machines. Machine Characteristics and Performance. Economics Is the Driving Force. Upward Compatibility. Machine Performance. RISC versus CISC. CISC Designs. The Bridge from CISC to RISC. RISC Design Philosophy. A CISC Microprocessor: the Motorola 68000. CPU and Memory Architecture. Operand and Instruction Formats and Their Interpretation. The MC68000 Instruction Set. Program Examples and the MC68000 Assembler. Exception Processing. Input/Output In the MC68000. A RISC Architecture: the SPARC. SPARC Processor and Memory Architecture. Operand and Instruction Formats and Interpretation. The SPARC Instruction Set. The SPARC Assembler and Example Programs. Interrupts and Traps In SPARC. Pipelining In the SPARC MB86900. Advanced SPARC Implementations. Summary. References. 4. Processor Design. The Design Process. A 1-Bus Microarchitecture for the SRC. The Abstract and Concrete RTN for the SRC Add Instruction. The Concrete RTN for Some Typical SRC Instructions. Data Path Implementation. Logic Design for the 1-Bus SRC. Overview of the Design of the 1-Bus SRC. Gate-Level Design of SRC. The SRC 1-Bus Control Sequences. Review of the Design Process. The Control Unit. Clocking and Timing. The 1-Bus SRC Hardwired Control Unit. 2- And 3-Bus Processor Designs. A 2-Bus SRC. A 3-Bus SRC. The Machine Reset. Possible Reset Operations. Adding an Initialization and Reset Capability to the SRC. Machine Exceptions. The Exception Process. Kinds of Exceptions. Exception Processing In the SRC. Further Complications. Summary. References. 5. Processor Design-Advanced Topics. Pipelining. Overview. Basic Assumptions In Pipeline Design. Design Technique. Designing the Pipelined Data Path. Propagating an Instruction Sequence Through the Pipeline. Pipeline Hazards. Instruction-Level Parallelism. Superscalar Architectures. VLIW Architectures. Microprogramming. General Approach. Example: a Microcoded 1-Bus SRC Design. Alternative Approaches to Microcoding . Summary. 6. Computer Arithmetic and the Arithmetic Unit. Number Systems and Radix Conversion. Digital Number Representation. Representing Negative Integer Numbers. Fixed Point Arithmetic. Fixed Point Addition and Subtraction. Multiplication Algorithms and Hardware. Digital Division. Semi-Numeric Aspects of ALU Design. Branching Conditions. ALU Logical, Shift, and Rotate Instructions. Floating Point Arithmetic. Floating Point Representations. Floating Point Addition and Subtraction. Floating Point Multiplication and Division. Summary. 7. Memory System Design. Introduction: The Components of the Memory System. Main Memory Size and Organization. Memory Performance Parameters. The Memory Hierarchy. RAM Structure: The Logic Designer's Perspective. Memory Cells and Cell Arrays. Advanced Topic: RAM Chip Costs; Matrix Decoders. Static RAM Cell Design. Static RAM Timing. Dynamic RAM. Read-Only and Read-Mostly Memory. Memory Boards and Modules. Arrays of Memory Chips. Increasing the Number of Words-Address Space Expansion. Advanced Topic: The Memory Module. Performance Tradeoffs In Memory System Design. Two Level Memory Hierarchy. General Properties of a Two Level Hierarchy. The Cache. Virtual Memory. Memory Management and Address Translation. Putting It All Together: TLB, Cache, Primary and Secondary Memory. The Memory Subsystem In the Computer. Chapter Summary. References. 8. Input and Output. The I/O Subsystem. Programmed I/O. Programmed I/O Hardware. Software for Programmed I/O. I/O Interrupts. Interrupt Hardware. Interrupt Handler Software. Interrupt Priority and Nested Interrupts. Direct Memory Access (DMA). I/O Data Format Change and Error Control. Reformatting Data: Parallel/Serial Conversion. Error Control Codes. Chapter Summary. 9. Peripheral Devices. Magnetic Disk Drives. Hard Disk Drive Organization. Disk Drive Static Properties. Disk Drive Dynamic Properties. Other Mass Storage Devices. Display Devices. Video Monitors. Video Display Terminals and Memory Mapped Video. Flat-Panel Displays. Printers. Printer Characteristics. Kinds of Printers. Input Devices. Interfacing to the Analog World. Digital to Analog Conversion. Analog to Digital Conversion. Accuracy and Errors In DACs and ADCs. Summary. References. 10. Communications, Networking and the Internet. Computer to Computer Data Communications. Network Structures and Communications Channels. Tasks, Roles, and Levels In the Communications System. Communication Layer Models. Serial Data Communications Protocols. The EIA RS-232 Protocol. Modems. ASCII Data Link Control. Local Area Networks. The Ethernet LAN. The Internet. The TCP/IP Protocol Suite. Packet Routing. IP Addresses. Subnets. Trends and Research: Internet Futures. Chapter Summary. References. Appendix A: Digital Logic Appendix Topics. Combinational Logic. Truth Tables. Logic Gates. Properties of Boolean Algebra. The Sum-of-Products Form, and Logic Diagrams. The Product-of-Sums Form. Positive versus Negative Logic. The Data Sheet. Digital Components. Reduction of Two-Level Expressions. Speed and Performance. Sequential Logic. J-K and T Flip-Flops. Design of Finite State Machines. Mealy versus Moore Machines. Registers. Counters. Appendix B: RTN Description of SRC. Appendix C: Assembly and Assemblers. Index.


Best Sellers


Product Details
  • ISBN-13: 9780805343304
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Pearson Education (US)
  • Edition: 1
  • Language: English
  • Returnable: Y
  • Spine Width: 26 mm
  • Width: 193 mm
  • ISBN-10: 080534330X
  • Publisher Date: 15 Jan 1997
  • Binding: Hardback
  • Height: 239 mm
  • No of Pages: 600
  • Series Title: English
  • Weight: 1043 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Computer Systems Design and Architecture
Pearson Education (US) -
Computer Systems Design and Architecture
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Computer Systems Design and Architecture

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA