Tutorial
Tutorial
Q1. A sequential circuit has one input and one output. The output becomes 1 and remains 1
thereafter when at least two 0’s and at least two 1’s have occurred as inputs, regardless of the
order of occurrence. Draw a state graph (Moore type).
Q2. A sequential circuit has an input (X) and an output (Z). The output is the same as the input
was two clock periods previously. For example,
X=0101101011010001
Z=0001011010110100
The first two values of Z are 0. Find a Mealy state graph and table for the circuit.
Q3. Design an asynchronous counter which will divide the clock frequency by 10 i.e. f/10.
Figure 1
Q5. An arbitrary flip flop has two inputs as YZ. The truth table is given as:
Y Z Qn+1
0 0 0
0 1 Qn
1 0 Qn’
1 1 1
Q6. Design a four‐bit shift register with parallel load using D flip‐flops. There are two control
inputs: shift and load. When shift = 1, the content of the register is shifted by one position. New
data are transferred into the register when load = 1 and shift = 0. If both control inputs are equal
to 0, the content of the register does not change.
Q9. A 6-bit DAC has a step size of 100mV. Determine the full-scale output voltage and the
percentage resolution.
Q10. Find the output voltage for the given DAC.