What Is The Difference Between Latch and Flip
What Is The Difference Between Latch and Flip
What Is The Difference Between Latch and Flip
The difference between latches and Flip-flop is that the latches are level triggered and flip-
flops are edge triggered. In latches level triggered means that the output of the latches
changes as we change the input and edge triggered means that control signal only changes
its state when goes from low to high or high to low.
The system which has a base 2 is known as the binary system and it consists of only two
digits 0 and 1.
1.The complement of a product of two numbers is the sum of the complements of those
numbers.
Truth Table:
2. The complement of the sum of two numbers is equal to the product of the complement
of two numbers.
(A + B)' = A'B'
Truth Table:
4) Define Digital System?
Digital systems are the system that processes a discrete or digital signal.
Digital Computer.
The basic gates that make up the digital system are called a logic gate. The circuit that can
operate on many binary inputs to perform a particular logic function is called an electronic
circuit.
1. AND gate.
2. OR gate.
3. NOT gate.
10) Which gates are called as Universal gate and what are its advantages?
The Universal gates are NAND and NOR. The advantages of these gates are that they can be
used for any logic calculation.
1. Commutative Property.
2. Associative Property.
3. Distributive Property.
K-Map is a pictorial representation of truth table in which the map is made up of cells, and
each term in this represents the min term or max term of the function. By this method, we
can directly minimize the Boolean function without following various steps.
A minterm is called Product of sum because they are the logical AND of the set of variables
and Maxterm are called sum of product because they are the logical OR of the set of
variables.
1. Propagation delay.
2. Power Dissipation.
3. Fan-in.
4. Fan-out.
5. Noise Margin.
1. It is limited to six variable maps which means more than six variable involving
expressions are not reduced.
2. These are useful for only simplifying Boolean expression which is represented I
standard form.
19) What are the advantages and disadvantages of the K-Map Method?
1. It is not suitable when the number of variables exceeds more than four.
2. For Computer reduction, it is not suitable.
3. We have to take while entering the numbers in the cell-like 0, 1 and don't care
terms.
20) What are the advantages and disadvantages of Quine-MC Cluskey method?
Pair: Two adjacent cell of karnaugh map is called as Pair. It cancels one variable in a K-Map
simplification.
Quad: A Pair of Four adjacent pairs in a karnaugh map is called a quad. It cancels two
variables in a K-Map simplification.
Octet: A Pair of eight adjacent pair in a karnaugh map is called an octet. It cancels four
variables in a K-map simplification.
Fan-in- The Fan-in of the gate means that the number of inputs that are connected to the
gate without the degradation of the voltage level of the system.
Fan-out- The Fan-out is the maximum number of same inputs of the same IC family that a
gate can drive maintaining its output levels within the specified limits.
Duality Theorem states that we can derive another Boolean expression with the existing
Boolean expression by:
1. Changing OR operation (+ Sign) to AND operation (. Dot Sign) and vice versa.
2. Complimenting 0 and 1 in the expression by changing 0 to 1 and 1 to 0 respectively.
Half-adder is the circuits that perform the addition of two bits. It has two inputs A and B and
two outputs S (sum) and C (carry). It is represented by XOR logic gate and an AND logic gate.
Full-adder is the circuits that perform the addition of three bits. It has three inputs A, B and
a carry bit. Full adders are represented with AND, OR and XOR logic gate.
Period time is the electrical energy used by the logic circuits. It is expressed in milliwatts or
nanowatts.
Power dissipation = Supply voltage * mean current taken from the supply.
The multiplexer is a digital switch which combines all the digital information from several
sources and gives one output.
28) What are the applications of Multiplexer (MUX)?
The demultiplexer is a circuit that receives the input on a single line and transmits this onto
2n possible output line. A Demultiplexer of 2n outputs has n select lines, which are used to
select which output line is to be sent to the input. The demultiplexer is also called as Data
Distributor.
31) What are the differences between Combinational Circuits and Sequential Circuits?
4. In this, the memory units are not required. In this, the memory units are required to store
previous values of inputs.
Rise time is the time that is required to change the voltage level from 10% to 90%.
Fall time is the time that is required to change the voltage level from 90% to 10%.
The minimum time that is required to maintain the constant voltage levels at the excitation
inputs of the flip-flop device before the triggering edge of the clock pulse for the levels to be
reliably clocked in the flip flop is called the Setup time. It is denoted as tsetup.
The minimum time at which the voltage level becomes constant after triggering the clock
pulse in order to reliably clock into the flip flop is called the Hold time. It is denoted by
thold.
36) What is the difference between Synchronous and Asynchronous Counters?
2. The Flip flops of these counters are not clocked In these counters, the flip-flops are clocked
simultaneously. simultaneously.
3. Simple logic circuits are there for more number Complex logic circuits are there when the number
of states. of states increases.
D-latch is level sensitive whereas flip-flop is edge sensitive. Flip-flops are made up of latches.