Home > Science, Technology & Agriculture > Electronics and communications engineering > Digital Systems: Principles and Applications: International Edition
11%
Digital Systems: Principles and Applications: International Edition

Digital Systems: Principles and Applications: International Edition

          
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

For an introduction to digital systems in two- and four-year programs in technology, engineering, and computer science. While a background in basic electronics is helpful, the majority of the material requires no electronics training. The authors use a block diagram approach to basic logic operations, to enable students to have a firm understanding of logic principles before they study the electrical characteristics of the logic ICs. For each new device or circuit, the authors describe the principle of the operation, give thorough examples, and then show its actual application. Finally, the modern HDL representation is presented.

Table of Contents:
(NOTE: Each chapter concludes with a Chapter Summary, Important Terms, Problems, and Answers to Section Review Questions.) 1. Introductory Concepts. Numerical Representations. Digital and Analog Systems. Digital Number Systems. Representing Binary Quantities. Digital Circuits/Logic Circuits. Parallel and Series Transmission. Memory. Digital Computers. 2. Number Systems and Codes. Binary-to-Decimal Conversions. Decimal-to-Binary Conversions. Octal Number System. Hexadecimal Number System. BCD Code. Putting It All Together. The Byte, Nibble, and Word. Alphanumeric Codes. Parity Method for Error Detection. Applications. 3. Describing Logic Circuits. Boolean Constants and Variables. Truth Tables. OR Operation with OR Gates. AND Operation with AND Gates. NOT Operation. Describing Logic Circuits Algebraically. Evaluating Logic-Circuit Outputs. Implementing Circuits from Boolean Expressions. NOR Gates and NAND Gates. Boolean Theorems. DeMorgan's Theorems. Universality of NAND Gates and NOR Gates. Alternate Logic-Gate Representations. Which Gate Representation to Use. IEEE/ANSI Standard Logic Symbols. Summary of Methods to Describe Logic Circuits. Description Languages Versus Programming Languages. Implementing Logic Circuits with PLDs. HDL Format and Syntax. Intermediate Signals. 4. Combinational Logic Circuits. Sum-of-Products Form. Simplifying Logic Circuits. Algebraic Simplification. Designing Combinational Logic Circuits. Karnaugh Map Method. Exclusive-OR and Exclusive-NOR Circuits. Parity Generator and Checker. Enable/Disable Circuits. Basic Characteristics of Digital ICs. Troubleshooting Digital Systems. Internal Digital IC Faults. External Faults. Troubleshooting Case Study. Programmable Logic Devices. Representing Data in HDL. Truth Tables Using HDL. Decision Control Structures in HDL. 5. Flip-Flops and Related Devices. NAND Gate Latch. NOR Gate Latch. Troubleshooting Case Study. Clock Signals and Clocked Flip-Flops. Clocked S-C Flip-Flop. Clocked J-K Flip-Flop. Clocked D Flip-Flop. D Latch (Transparent Latch). Asynchronous Inputs. IEEE/ANSI Symbols. Flip-Flop Timing Considerations. Potential Timing Problem in FF Circuits. Master/Slave Flip-Flops. Flip-Flop Applications. Flip-Flop Synchronization. Detecting an Input Sequence. Data Storage and Transfer. Serial Data Transfer: Shift Registers. Frequency Division and Counting. Microcomputer Application. Schmitt-Trigger Devices. One-Shot (Monostable Multivibrator). Analyzing Sequential Circuits. Clock Generator Circuits. Troubleshooting Flip-Flop Circuits. Sequential Circuits Using HDL. Edge-Triggered Devices. HDL Circuits with Multiple Components. 6. Digital Arithmetic: Operations and Circuits. Binary Addition. Representing Signed Numbers. Addition in the 2's-Complement System. Subtraction in the 2's-Complement System. Multiplication of Binary Numbers. Binary Division. BCD Addition. Hexadecimal Arithmetic. Arithmetic Circuits. Parallel Binary Adder. Design of a Full Adder. Complete Parallel Adder with Registers. Carry Propagation. Integrated-Circuit Parallel Adder. 2's-Complement System. BCD Adder. ALU Integrated Circuits. IEEE/ANSI Symbols. Troubleshooting Case Study. Using TTL Library Functions with HDL. Logical Operations on Bit Arrays. HDL Adders. Expanding the Bit Capacity of a Circuit. 7. Counters and Registers. Part I. Asynchronous (Ripple) Counters. Counters with MOD Numbers <2 N. IC Asynchronous Counters. Asynchronous Down Counter. Propagation Delay in Ripple Counters. Synchronous (Parallel) Counters. Synchronous Down and Up/Down Counters. Presettable Counters. The 74LS193/HC193. More on the IEEE/ANSI Dependency Notation. Decoding a Counter. Decoding Glitches. Cascading BCD Counters. Synchronous Counter Design. Basic Counters Using HDL. Full–Featured Counters in HDL. LPM Counters. State Machines. Part II. Integrated-Circuit Registers. Parallel In/Parallel Out—The 74ALS174/74HC174. Serial In/Serial Out—The 4731B. Parallel In/Serial Out—The 74ALS165/74HC165. Serial In/Parallel Out—The 74ALS164/74HC164. IEEE/ANSI Register Symbols. Shift Register Counters. Troubleshooting. HDL Registers. HDL Ring Counters. HDL One-Shots. 8. Integrated-Circuit Logic Families. Digital IC Terminology. The TTL Logic Family. TTL Data Sheets. TTL Series Characteristics. TTL Loading and Fan-Out. Other TTL Characteristics. MOS Technology. Digital MOSFET Circuits. Complementary MOS Logic. CMOS Series Characteristics. Low-Voltage Technology. Open- Collector/Open-Drain Outputs. Tristate (Three-State) Logic Outputs. High-Speed Bus Interface Logic. The ECL Digital IC Family. CMOS Transmission Gate (Bilateral Switch). IC Interfacing. TTL Driving CMOS. CMOS Driving TTL. Analog Voltage Comparators. Troubleshooting. 9. MSI Logic Circuits. Decoders. BCD-to-7-Segment Decoder/Drivers. Liquid-Crystal Displays. Encoders. Troubleshooting. Multiplexers (Data Selectors). Multiplexer Applications. Demultiplexers (Data Distributors). More Troubleshooting. Magnitude Comparator. Code Converters. Data Busing. The 74ALS173/HC173 Tristate Register. Data Bus Operation. Decoders Using HDL. The HDL 7-Segment Decoder/Driver. Encoders Using HDL. HDL Multiplexers and Demultiplexers. HDL Magnitude Comparators. HDL Code Converters. 10. Digital System Projects Using HDL. Small Project Management. Stepper Motor Driver Project. Keypad Encoder Project. Digital Clock Project. Frequency Counter Project. 11. Interfacing with the Analog World. Review of Digital Versus Analog. Digital-to-Analog Conversion. D/A-Converter Circuitry. DAC Specifications. An Integrated-Circuit DAC. DAC Applications. Troubleshooting DACs. Analog-to-Digital Conversion. Digital-Ramp ADC. Data Acquisition. Successive-Approximation ADC. Flash ADCs. Other A/D Conversion Methods. Digital Voltmeter. Sample-and-Hold Circuits. Multiplexing. Digital Storage Oscilloscope. Digital Signal Processing (DSP). 12. Memory Devices. Memory Terminology. General Memory Operation. CPU-Memory Connections. Read-Only Memories. ROM Architecture. ROM Timing. Types of ROMs. Flash Memory. ROM Applications. Semiconductor RAM. RAM Architecture. Static RAM (SRAM). Dynamic RAM (DRAM). Dynamic RAM Structure and Operation. DRAM Read/Write Cycles. DRAM Refreshing. DRAM Technology. Expanding Word Size and Capacity. Special Memory Functions. Troubleshooting RAM Systems. Testing ROM. 13. Programmable Logic Device Architectures. Digital Systems Family Tree. Fundamentals of PLD Circuitry. PLD Architectures. The GAL 16V8A (Generic Array Logic). The Altera EPM7128S CPLD. The Altera FLEX10K Family. Glossary. Answers to Selected Problems. Index of ICs. Index.


Best Sellers


Product Details
  • ISBN-13: 9780131219311
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Pearson
  • Height: 275 mm
  • No of Pages: 992
  • Sub Title: Principles and Applications: International Edition
  • Width: 210 mm
  • ISBN-10: 0131219316
  • Publisher Date: 04 Sep 2003
  • Binding: SA
  • Language: English
  • Spine Width: 31 mm
  • Weight: 1960 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
Digital Systems: Principles and Applications: International Edition
Pearson Education (US) -
Digital Systems: Principles and Applications: International Edition
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.

Digital Systems: Principles and Applications: International Edition

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