![]() Here's a quick outline of the topics which will be introduced in this tutorial :COMBINATIONAL CIRCUITSA logic circuit whose output depends directly on inputs and no other factor is known as combinational circuit. The most important types of combinational circuit are-- RAM, ROM, Multiplexers, Encoders, Decoders, Demultiplexers.MULTIPLEXERSA multiplexer is a circuit with many inputs but only one output. A multiplexer has some data inputs, control inputs and one output. Depending on the control inputs, one input from the data inputs is sent to the output.DEMULTIPLEXERSDemultiplex means 1 to many. A Demultiplexer is a circuit with one data input, few control inputs and many outputs. A Demultiplexer, depending on the control inputs, transfers the input to a desired output pin. The number of outputs is given by n as n ≤ 2m, where ‘m’ is the number of control inputs.DECODERA decoder is a logic circuit that converts a binary number to its equivalent decimal number. It is much like a Demultiplexer but it does not have any data input. A decoder circuit gives a 1(HIGH) at the output corresponding to the decimal equivalent of the input. For example—if the inputs in the above figure are 010 then a 1(HIGH) will be observed at output ‘x2’. Similarly, if the input is 101, then a 1(HIGH) will be observed at output ‘x5’ and all other outputs will be 0(LOW). MEMORIESThe function of a memory is to store information. A memory is designed for bulk storage of data but that is all it can do. Some types of memories can remember the data even when the power is switched off.
The ability to remember data after the power is switched off is the dividing line between the two main types of memory. If it loses its data when the power is switched off, then we call the memory RAM or volatile memory. If it can hold on to the data without power, we call it ROM or non-volatile memory.
Different Kinds of ROMMasked ROMA masked ROM is manufactured to our specification and cannot be changed. We must be very sure that the information is correct before it is made otherwise it all goes in the waste bin. The initial cost is necessarily high due to the expense of the tooling required.
|
Introduction to the Number System : Part 1 Introducing number systems. Representation of numbers in Decimal, Binary,Octal and Hexadecimal forms. Conversion from one form to the other. |
Number System : Part 2 Binary addition, subtraction and multiplication. Booth's multiplication algorithm. Unsigned and signed numbers. |
Introduction to Boolean Algebra : Part 1 Binary logic: True and false. Logical operators like OR, NOT, AND. Constructing truth tables. Basic postulates of Boolean Algebra. Logical addition, multiplication and complement rules. Principles of duality. Basic theorems of boolean algebra: idempotence, involution, complementary, commutative, associative, distributive and absorption laws. |
Boolean Algebra : Part 2 De-morgan's laws. Logic gates. 2 input and 3 input gates. XOR, XNOR gates. Universality of NAND and NOR gates. Realization of Boolean expressions using NAND and NOR. Replacing gates in a boolean circuit with NAND and NOR. |
Understanding Karnaugh Maps : Part 1 Introducing Karnaugh Maps. Min-terms and Max-terms. Canonical expressions. Sum of products and product of sums forms. Shorthand notations. Expanding expressions in SOP and POS Forms ( Sum of products and Product of sums ). Minimizing boolean expressions via Algebraic methods or map based reduction techniques. Pair, quad and octet in the context of Karnaugh Maps. |
Karnaugh Maps : Part 2 Map rolling. Overlapping and redundant groups. Examples of reducing expressions via K-Map techniques. |
Introduction to Combinational Circuits : Part 1 Combinational circuits: for which logic is entirely dependent of inputs and nothing else. Introduction to Multiplexers, De-multiplexers, encoders and decoders.Memories: RAM and ROM. Different kinds of ROM - Masked ROM, programmable ROM. |
Combinational Circuits : Part 2 Static and Dynamic RAM, Memory organization. |
Introduction to Sequential Circuits : Part 1 Introduction to Sequential circuits. Different kinds of Flip Flops. RS, D, T, JK. Structure of flip flops. Switching example. Counters and Timers. Ripple and Synchronous Counters. |
Sequential Circuits : Part 2 ADC or DAC Converters and conversion processes. Flash Converters, ramp generators. Successive approximation and quantization errors. |