Personnaliser

OK

Digital Logic Design and Computer Organization with Computer Architecture for Security - Faroughi, Nikrouz

Note : 0

0 avis
  • Soyez le premier à donner un avis

Vous en avez un à vendre ?

Vendez-le-vôtre

282,99 €

Occasion · Comme Neuf

  • Ou 70,75 € /mois

  • -5 € avec le code RAKUTEN5
    14,15 € offerts
    • Livraison : 25,00 €
    • Livré entre le 12 et le 22 mai
    Voir les modes de livraison

    USAMedia

    PRO Vendeur favori

    4,6/5 sur + de 1 000 ventes

    Service client à l'écoute et une politique de retour sans tracas - Livraison des USA en 3 a 4 semaines (2 mois si circonstances exceptionnelles) - La plupart de nos titres sont en anglais, sauf indication contraire. N'hésitez pas à nous envoyer un e-... Voir plus
    Publicité
     
    Vous avez choisi le retrait chez le vendeur à
    • Payez directement sur Rakuten (CB, PayPal, 4xCB...)
    • Récupérez le produit directement chez le vendeur
    • Rakuten vous rembourse en cas de problème

    Gratuit et sans engagement

    Félicitations !

    Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !

    En savoir plus

    Retour

    Horaires

        Note :


        Avis sur Digital Logic Design And Computer Organization With Computer Architecture For Security de Faroughi, Nikrouz Format... - Livre Littérature Générale

        Note : 0 0 avis sur Digital Logic Design And Computer Organization With Computer Architecture For Security de Faroughi, Nikrouz Format... - Livre Littérature Générale

        Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.


        Présentation Digital Logic Design And Computer Organization With Computer Architecture For Security de Faroughi, Nikrouz Format...

         - Livre Littérature Générale

        Livre Littérature Générale - Faroughi, Nikrouz - 01/09/2014 - Relié - Langue : Anglais

        . .

      • Auteur(s) : Faroughi, Nikrouz
      • Editeur : Mcgraw-Hill Education
      • Langue : Anglais
      • Parution : 01/09/2014
      • Format : Moyen, de 350g à 1kg
      • Nombre de pages : 574.0
      • Expédition : 1157
      • Dimensions : 23.6 x 19.6 x 35.0
      • ISBN : 9780071836906



      • Résumé :
        A COMPREHENSIVE GUIDE TO THE DESIGN & ORGANIZATION OF MODERN COMPUTING SYSTEMS Digital Logic Design and Computer Organization with Computer Architecture for Security provides practicing engineers and students with a clear understanding of computer hardware technologies. The fundamentals of digital logic design as well as the use of the Verilog hardware description language are discussed. The book covers computer organization and architecture, modern design concepts, and computer security through hardware. Techniques for designing both small and large combinational and sequential circuits are thoroughly explained. This detailed reference addresses memory technologies, CPU design and techniques to increase performance, microcomputer architecture, including plug and play device interface, and memory hierarchy. A chapter on security engineering methodology as it applies to computer architecture concludes the book. Sample problems, design examples, and detailed diagrams are provided throughout this practical resource. COVERAGE INCLUDES: Combinational circuits: small designs Combinational circuits: large designs Sequential circuits: core modules Sequential circuits: small designs Sequential circuits: large designs Memory Instruction set architecture Computer architecture: interconnection Memory system Computer architecture: security...

        Biographie:

        Nikrouz Faroughi, Ph.D., is a professor and graduate coordinator in the Computer Science Department and a faculty member in the Computer Engineering Program at California State University, Sacramento. He has worked at Intel Corporation as a consultant and served as a technical manager.

        ...

        Sommaire:
        1 Introduction
        1.1 Introduction
        1.1.1 Data Representation
        1.1.2 Data Path
        1.1.3 Computer Systems
        1.1.4 Embedded Systems
        1.2 Logic Design
        1.2.1 Circuit Minimization
        1.2.2 Implementation
        1.2.3 Types of Circuits
        1.2.4 Computer-Aided Design Tools
        1.3 Computer Organization
        1.4 Computer Architecture
        1.4.1 Pipelining
        1.4.2 Parallelism
        1.5 Computer Security
        References
        Exercises
        2 Combinational Circuits: Small Designs
        2.1 Introduction
        2.1.1 Signal Naming Standards
        2.2 Logic Expressions
        2.2.1 Sum of Product Expression
        2.2.2 Product of Sum Expression
        2.3 Canonical Expression
        2.3.1 Min-Terms
        2.3.2 Max-Terms
        2.4 Logic Minimization
        2.4.1 Karnaugh Map
        2.4.2 K-Map Minimization
        2.5 Logic Minimization Algorithm
        2.5.1 Minimization Software
        2.6 Circuit Timing Diagram
        2.6.1 Signal Propagation Delay
        2.6.2 Fan-In and Fan-Out
        2.7 Other Gates
        2.7.1 Buffer
        2.7.2 Open Collector Buffer
        2.7.3 Tri-State Buffer
        2.8 Design Examples
        2.8.1 Full Adder
        2.8.2 Multiplexer
        2.8.3 Decoder
        2.8.4 Encoder
        2.9 Implementation
        2.9.1 Programmable Logic Devices
        2.9.2 Design Flow
        2.10 Hardware Description Languages
        2.10.1 Structural Model
        2.10.2 Propagation Delay Simulation
        2.10.3 Behavioral Modeling
        2.10.4 Synthesis and Simulation
        References
        Exercises
        3 Combinational Circuits: Large Designs
        3.1 Introduction
        3.1.1 Top-Down Design Methodology
        3.2 Arithmetic Functions
        3.3 Adder
        3.3.1 Carry Propagate Adder
        3.3.2 Carry Look-Ahead Adder
        3.4 Subtractor
        3.5 2's Complement Adder/Subtractor
        3.6 Arithmetic Logic Unit
        3.6.1 Design Partitioning: Bit-Parallel
        3.6.2 Design Partitioning: Bit-Serial
        3.7 Design Examples
        3.7.1 Multiplier
        3.7.2 Divider
        3.8 Real Number Arithmetic
        3.8.1 Floating-Point Standards
        3.8.2 Floating-Point Data Space
        3.8.3 Floating-Point Arithmetic
        3.8.4 Floating-Point Unit
        References
        Exercises
        4 Sequential Circuits: Core Modules
        4.1 Introduction
        4.2 SR Latch
        4.2.1 Clocked SR Latch
        4.3 D-Latch
        4.4 Disadvantage of Latches
        4.5 D Flip-Flop
        4.5.1 Alternative Circuit
        4.5.2 Operating Conventions
        4.5.3 Setup and Hold Times
        4.6 Clock Frequency Estimation without Clock Skew
        4.7 Flip-Flop with Enable
        4.8 Other Flip-Flops
        4.9 Hardware Description Language Models
        References
        Exercises
        5 Sequential Circuits: Small Designs
        5.1 Introduction
        5.2 Introduction to FSM: Register Design
        5.2.1 Register Model
        5.2.2 Multifunction Registers
        5.3 Finite State Machine Design
        5.3.1 Binary Encoded States
        5.3.2 One-Hot Encoded States
        5.4 Counters
        5.5 Fault-Tolerant Finite State Machine
        5.5.1 Hamming Coding Scheme
        5.6 Sequential Circuit Timing
        5.6.1 Clock Frequency Estimation with Clock Skew
        5.6.2 Asynchronous Interface
        5.7 Hardware Description Language Models
        5.7.1 Synthesis and Simulation
        References
        Exercises
        6 Sequential Circuits: Large Designs
        6.1 Introduction
        6.1.1 Register Transfer Notation
        6.2 Data Path Design
        6.2.1 Single-Cycle
        6.2.2 Multicycle
        6.2.3 Pipelined
        6.3 Control Unit Design Techniques
        6.3.1 Hardwired Control: FSD
        6.3.2 Microprogrammed Control
        6.3.3 Hardwire Control: Pipeline
        6.4 Energy and Power Consumption
        6.5 Design Examples
        6.5.1 Unsigned Sequential Multiplier
        6.5.2 Signed Sequential Multiplier
        6.5.3 Computer Graphics: Rotation
        References
        Exercises
        7 Memory
        7.1 Introduction
        7.2 Memory Technologies
        7.2.1 Read-Only Memories
        7.2.2 Random Access Memories
        7.2.3 Applicat...

        Détails de conformité du produit

        Consulter les détails de conformité de ce produit (

        Personne responsable dans l'UE

        )
        Le choixNeuf et occasion
        Minimum5% remboursés
        La sécuritéSatisfait ou remboursé
        Le service clientsÀ votre écoute
        LinkedinFacebookTwitterInstagramYoutubePinterestTiktok
        visavisa
        mastercardmastercard
        klarnaklarna
        paypalpaypal
        floafloa
        americanexpressamericanexpress
        Rakuten Logo
        • Rakuten Kobo
        • Rakuten TV
        • Rakuten Viber
        • Rakuten Viki
        • Plus de services
        • À propos de Rakuten
        Rakuten.com