This document outlines important topics in digital logic design and digital electronics including: number systems and conversions, binary codes, basic logic operations, logic gates and truth tables, Boolean algebra, minimization techniques, combinational logic circuits, programmable logic devices, sequential circuits, flip-flops, counters, registers, and finite state machines.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100%(2)100% found this document useful (2 votes)
668 views1 page
STLD Important Topics
This document outlines important topics in digital logic design and digital electronics including: number systems and conversions, binary codes, basic logic operations, logic gates and truth tables, Boolean algebra, minimization techniques, combinational logic circuits, programmable logic devices, sequential circuits, flip-flops, counters, registers, and finite state machines.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
STLD important topics
1. Number system conversions from one radix to another
2. Complement subtraction 3. 4 bit codes 4. 4-bit codes----BCD, Excess-3, 2421, 8421, 9s complement codes, grey code 5. Basic logic operations on binary numbers( AND operation, OR operation, NOT operation) 6. Logic gate symbols and their truth tables(AND, OR, NOT, EX-OR, NAND, NOR, EX-NOR) 7. Boolean functions in SOP and POS forms 8. Error detection and correction-parity types –hamming code 9. Boolean fuction realization using only NAND gates/ NOR gates( universal gates concept) 10. Boolean theorems -postulates 11. Demorgans laws, 12. Minimization of logic functions using K-map / using Boolean laws/ tabulation method 13. Design of combinational circuits 14. Concepts of half adder, full adder, half subtractor, full subtractor, decoder, multiplexer, encoder, demultiplexer, adder –subtractor circuit, carry look ahead generator, comparator( student has to know these circuit operations ) 15. Realization of functions using Decoders and multiplexers 16. PROM, PAL , PLA concepts – differences and structures 17. Realization of Boolean functions using Programmablee logic devices(PLDs) 18. Differences btween sequential and combinational circuits 19. Basic latch opration, flipflop characteristic tables and excitation tables 20. Conversion from one flip flop to another flipflop 21. Design of synchronous counters 22. Asynchronous counters-ripple counters 23. Ring counter, Johnson counter 24. Register operation-shift registers, serial shifting , parallel shifteing, bidirectional shifting, universal shift register 25. State diagram, state tables, reduction of state tables 26. Meelay vs moore machines-comparison