Digital Electronics (BTES301-18) - Theory
Detailed Contents
Module 1
- NUMBER SYSTEMS: Binary, Octal, Decimal, Hexadecimal. Number base conversions, 1’s, 2’s complements, signed Binary numbers. Binary Arithmetic, Binary codes: Weighted BCD, Gray code, Excess 3 code, ASCII.
- LOGIC GATES: AND, OR, NOT, NAND, NOR, Exclusive-OR and Exclusive-NOR. Implementations of Logic Functions using gates, NAND-NOR implementations.
Module 2
- BOOLEAN ALGEBRA: Boolean postulates and laws – De-Morgan’s Theorem, Principle of Duality, Boolean expression – Boolean function, Minimization of Boolean expressions – Sum of Products (SOP), Product of Sums (POS), Minterm, Maxterm, Canonical forms, Conversion between canonical forms, Karnaugh map Minimization, Don’t care conditions, Quine-McCluskey method.
Module 3
- COMBINATIONAL CIRCUITS: Design procedure – Adders, Subtractors, BCD adder, Magnitude Comparator, Multiplexer/Demultiplexer, encoder/decoder, parity checker, code converters. Implementation of combinational logic using MUX, BCD to 7 segment decoder.
- SEQUENTIAL CIRCUITS: Flip flops SR, JK, T, D and Master slave, Excitation table, Edge triggering, Level Triggering, Realization of one flip flop using other flip flops. Asynchronous/Ripple counters, Synchronous counters, Modulo-n counter, Ring Counters. Design of Synchronous counters: state diagram, Circuit implementation. Shift registers.
Module 4
- MEMORY DEVICES: Classification of memories, RAM organization, Write operation, Read operation, Memory cycle. ROM organization, PROM, EPROM, EEPROM, Programmable logic array, Programmable array logic, complex Programmable logic devices (CPLDS), Field Programmable Gate Array (FPGA).
- A/D & D/A CONVERTORS: Analog & Digital signals. sample and hold circuit, A/D and D/A conversion techniques (Weighted type, R-2R Ladder type, Counter Type, Dual Slope type, Successive Approximation type).
Course Outcomes
- Demonstrate the operation of simple digital gates, identify the symbols, develop the truth table for those gates; combine simple gates into more complex circuits; change binary, hexadecimal, octal numbers to their decimal equivalent an vice versa.
- Demonstrate the operation of a flip-flop. Design counters and clear the concept of shift registers.
- Study different types of memories and their applications. Convert digital signal into analog and vice versa.
Suggested Readings/Books
- Morris Mano, Digital Design, Prentice Hall of India Pvt. Ltd
- Donald P.Leach and Albert Paul Malvino, Digital Principles and Applications, 5 ed., Tata McGraw HillPublishing CompanyLimited, New Delhi, 2003.
- R.P.Jain, Modern Digital Electronics, 3 ed., Tata McGraw–Hill publishing company limited, New Delhi, 2003.
- Thomas L. Floyd, Digital Fundamentals, Pearson Education, Inc, New Delhi, 2003
- Ronald J. Tocci, Neal S. Widmer, Gregory L. Moss, Digital System - Principles and Applications, PearsonEducation.
- Ghosal ,Digital Electronics, Cengage Learning.
Digital Electronics Lab (BTES302-18)
List of Experiments
- To verify the Truth-tables of all logic gates.
- To realize and verify the Half & full adder circuits using logic gates.
- To realize Half & full subtractor circuits using logic gates.
- To realize Encoder and Decoder circuits
- To realize Multiplexer circuits
- To realize 4-bit binary-gray & gray-binary converters.
- To realize comparator circuit for two binary numbers of 2-bit each.
- To realize Full adder & full subtractor circuits using encoder.
- To design Full adder & full subtractor circuits using multiplexer.
- To design and verify the Truth tables of all flip-flops.
- To design Mod-6/Mod-9 synchronous up-down counter.
Course Outcomes
- Realize combinational circuits using logic gates.
- Realize sequential circuits using logic gates.
- Realize various types of Flip-flops and counters