Live Classes: Upskill your knowledge Now!
Chat NowPublished - Tue, 06 Dec 2022
A list of top frequently asked Digital Electronics Interview Questions and answers are given below.
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.
Latches are fast whereas flip-flop is slow.
The system which has a base 2 is known as the binary system and it consists of only two digits 0 and 1.
For Example: Take decimal number 625
625 = 600 + 20 + 5
That means,
6×100 + 2×10 + 5
6 ×102 + 2×101 + 5×100
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
∑digit × 10corresponding position or bit
Here 10 is the total number of digits from 0 to 9.
De Morgan's Theorem stated two theorems:
1.The complement of a product of two numbers is the sum of the complements of those numbers.
(A. B)' = A' + B'
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:
Digital systems are the system that processes a discrete or digital signal.
Bits are the binary digits like 0 and 1.
Digital Computer.
There are four types of number system:
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.
There are three basic logic gates-
The Universal gates are NAND and NOR. The advantages of these gates are that they can be used for any logic calculation.
The applications of the octal number system are as follows:
The basic properties of Boolean algebra are:
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.
The two forms of Boolean expression are:
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.
The characteristics of digital ICs are -
The limitations of Karnaugh Map are as follows:
The advantages of the K-Map method are as follows-
The disadvantages of the K-Map method are as follows:
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:
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.
Truth Table of Half adder:
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.
Truth Table of Full-Adder
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 applications of the multiplexer are as follows:
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.
The applications of the demultiplexer are as follows:
The differences between combinational and sequential circuits are as follows:
S.No | Combinational Circuits | Sequential Circuits |
---|---|---|
1. | These are faster in speed. | These are slower. |
2. | These are easy to design. | These are difficult to design. |
3. | The clock input is not required. | The clock input is required. |
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.
The difference between Synchronous and Asynchronous Counters are as follows:
S.No | Asynchronous Counters | Synchronous Counters |
---|---|---|
1. | These are low-speed Counters. | These are high-speed Counters. |
2. | The Flip flops of these counters are not clocked simultaneously. | In these counters, the flip-flops are clocked simultaneously. |
3. | Simple logic circuits are there for more number of states. | Complex logic circuits are there when the number of states increases. |
The applications of flip-flops are:
D-latch is level sensitive whereas flip-flop is edge sensitive. Flip-flops are made up of latches.
Applications of buffer are as follows:
Fri, 16 Jun 2023
Fri, 16 Jun 2023
Fri, 16 Jun 2023
Write a public review