Short Question Answers
Short Question Answers
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.
625 = 600 + 20 + 5
That means,
6×100 + 2×10 + 5
In this 625 consist of three bits, we start writing the numbers from the rightmost bit power as 0 then
the second bit as power 1 and the last as power 2. So, we can represent a decimal number as
1.The complement of a product of two numbers is the sum of the complements of those numbers.
2. The complement of the sum of two numbers is equal to the product of the complement of two
numbers.
(A + B)' = A'B'
Digital systems are the system that processes a discrete or digital signal.
Keystone School of Engineering, Near Handewadi Chowk, Urali Devachi, Shewalewadi, Pune– 412308
www.keystoneschoolofengineering.com
SHAKALA FOUDATION’S
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.
AND gate.
OR gate.
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.
Keystone School of Engineering, Near Handewadi Chowk, Urali Devachi, Shewalewadi, Pune– 412308
www.keystoneschoolofengineering.com
SHAKALA FOUDATION’S
Commutative Property.
Associative Property.
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.
Propagation delay.
Power Dissipation.
Fan-in.
Fan-out.
Noise Margin.
It is limited to six variable maps which means more than six variable involving expressions are not
reduced.
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?
Keystone School of Engineering, Near Handewadi Chowk, Urali Devachi, Shewalewadi, Pune– 412308
www.keystoneschoolofengineering.com
SHAKALA FOUDATION’S
It is not suitable when the number of variables exceeds more than four.
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:
Changing OR operation (+ Sign) to AND operation (. Dot Sign) and vice versa.
Keystone School of Engineering, Near Handewadi Chowk, Urali Devachi, Shewalewadi, Pune– 412308
www.keystoneschoolofengineering.com
SHAKALA FOUDATION’S
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.
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.
Keystone School of Engineering, Near Handewadi Chowk, Urali Devachi, Shewalewadi, Pune– 412308
www.keystoneschoolofengineering.com
SHAKALA FOUDATION’S
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 the previous values of inputs.
5. Example: Mux, Demux, encoder, decoder, adders, subtractors. Example: Shift registers,
counters.
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.
2. The Flip flops of these counters are not clocked simultaneously. In these counters, the flip-
flops are clocked simultaneously.
Keystone School of Engineering, Near Handewadi Chowk, Urali Devachi, Shewalewadi, Pune– 412308
www.keystoneschoolofengineering.com
SHAKALA FOUDATION’S
3. Simple logic circuits are there for more number of states. Complex logic circuits are
there when the number of states increases.
D-latch is level sensitive whereas flip-flop is edge sensitive. Flip-flops are made up of latches.
Keystone School of Engineering, Near Handewadi Chowk, Urali Devachi, Shewalewadi, Pune– 412308
www.keystoneschoolofengineering.com