dpsd-2 Mark QB
dpsd-2 Mark QB
When T=1 the output switch to the complement state (i.e.) the output
toggles.
7. Define race around condition.
In JK flip-flop output is fed back to the input. Therefore change in the
output results change in the input. Due to this in the positive half of the
clock pulse if both J and K are high then output toggles continuously. This
condition is called race around condition.
8. What is edge-triggered flip-flop?
The problem of race around condition can solved by edge triggering flip
flop. The term edge triggering means that the flip-flop changes state
either at the positive edge or negative edge of the clock pulse and it is
sensitive to its inputs only at this transition of the clock.
9. What is a master-slave flip-flop?
A master-slave flip-flop consists of two flip-flops where one circuit serves
as a master and the other as a slave.
10. Define rise time.
The time required to change the voltage level from 10% to 90% is known
as rise time (tr).
11. Define fall time.
The time required to change the voltage level from 90% to 10% is known
as fall time (tf).
12. Define skew and clock skew.
The phase shift between the rectangular clock waveforms is referred to as
skew and
the time delay between the two clock pulses is called clock skew.
13. Define setup time.
The setup time is the minimum time required to maintain a constant
voltage levels at the excitation inputs of the flip-flop device prior to the
triggering edge of the clock pulse in order for the levels to be reliably
clocked into the flip flop. It is denoted as tsetup.
14. Define hold time.
The hold time is the minimum time for which the voltage levels at the
excitation inputs must remain constant after the triggering edge of the
clock pulse in order for the levels to be reliably clocked into the flip flop. It
is denoted as thold
15. Define propagation delay.
A propagation delay is the time required to change the output after the
application of the input.
16. Define registers.
A register is a group of flip-flops can store one bit information. So an n-bit
register has a group of n flip-flops and is capable of storing any binary
information/number containing n-bits.
17. Define shift registers.
The binary information in a register can be moved from stage to stage
within the register or into or out of the register upon application of clock
pulses. This type of bit movement or shifting is essential for certain
arithmetic and logic operations used in microprocessors. This gives rise to
group of registers called shift registers.
Asynchronous
sequential circuits.
1.Memory elements
are either unlocked flip
-
2.Easier to design
allows selective erasing at the register level rather than erasing all the
information since the information can be changed by using electrical
signals.
13. What is RAM?
Random Access Memory-Read and write operations can be carried out.
14. What is mask - programmable?
With a mask programmable PLA, the user must submit a PLA program
table to the manufacturer.
15. What is field programmable logic array?
The second type of PLA is called a field programmable logic array. The
user by means of certain recommended procedures can program the
EPLA.
16. List the major differences between PLA and PAL
PLA:
Both AND and OR arrays are programmable and Complex
Costlier than PAL
PAL
AND arrays are programmable OR arrays are fixed
Cheaper and Simpler
17. Define PLD.
Programmable Logic Devices consist of a large array of AND gates and OR
gates that can be programmed to achieve specific logic functions.
18. Give the classification of PLDs.
PLDs are classified as PROM (Programmable Read Only Memory),
Programmable
Logic Array (PLA), Programmable Array Logic (PAL), and Generic Array
Logic (GAL)
19. Define PROM.
PROM is Programmable Read Only Memory. It consists of a set of fixed
AND gates connected to a decoder and a programmable OR array.
20. Define PLA
PLA is Programmable Logic Array(PLA). The PLA is a PLD that consists of a
programmable AND array and a programmable OR array.
21. Define PAL
PAL is Programmable Array Logic. PAL consists of a programmable AND
array and
a fixed OR array with output logic.
22. Why was PLD developed?
PLD is developed to overcome certain disadvantages of PLA, such as
longer delays due to additional fusible links that result from using two
programmable arrays and more circuit complexity.
23. Why the input variables to a PAL are buffered
The input variables to a PAL are buffered to prevent loading by the large
number of
AND gate inputs to which available or its complement can be connected.
24. What does PAL 10L8 specify?
PAL - Programmable Logic Array
10 - Ten inputs
i) Generally it is limited to six variable map (i.e.) more than six variable
involving expression are not reduced.
ii) The map method is restricted in its capability since they are useful
for simplifying only Boolean expression represented in canonical form.
19. What are called dont care conditions?
In some logic circuits certain input conditions never occur, therefore
the corresponding output never appears. In such cases the output level
is not defined, it can be either high or low. These output levels are
indicated by x or d in the truth tables and are called dont care
conditions or incompletely specified functions.
20. What is prime implicant?
A prime implicant is a product term obtained by combining the
maximum possible adjacent squares in a map.
21. What is an essential implicant?
If a minterm is covered by only one prime implicant, then the prime
implicant is said to be essential.
22. Simplify using K-map f(x,y,z)=(1,3,4,5,6,7)
yz 00 01 11
0 |1 1| 0
|1 |1 1| 1
|
10
F=x+z
23. Draw the truth table for odd and even function.[using 3 bit]
Inputs
x
Outputs
Od Eve
d
n
0
1
1
0
1
0
0
1
1
0
0
1
0
1
1
0
0
0
0
0
0
1
0
1
0
0
1
1
1
0
0
1
0
1
1
1
0
1
1
1
24. Define binary logic?
Binary logic consists of binary variables and logical operations. The
variables are designated by the alphabets such as A, B, C, x, y, z, etc.,
with each variable having only two distinct values: 1 and 0. There are
three basic logic operations: AND, OR, and NOT.
25. What are the basic digital logic gates?
The three basic logic gates are
AND gate, OR gate and NOT gate
26. What is a Logic gate?
Logic gates are the basic elements that make up a digital system. The
electronic gate is a circuit that is able to operate on a number of binary
inputs in order to perform a particular logical function.