STLD
STLD
STLD
in JNTU World
ld
or
W
TU
1|P a g e
ld
6 How combinatorial circuits differ from sequential circuits? Remember 6
7 What are the IC components used to design combinatorial circuits with MSI and Understand 6
LSI?
or
Remember 5
10 Simplify the Boolean function x′yz + x′yz′ + xy′z′ + xy′z without using K-map Apply 5
UNIT-III
SEQUENTIAL MACHINES FUNDAMENTALS
1. What do you mean a stable state? Remember 7
2. What is a Flip-Flop? Understand 7
3.
W
What are the applications of Flip-Flops? Remember 7
4. Express your view about synchronous latch? Understand 7
5. How do you build a latch using universal gates? Apply 7
6. What is the flip-flop memory characteristic? Understand 7
7. Distinguish between synchronous and asynchronous latch? Remember 7
8 What is meant by clocked flip-flop? Remember 7
TU
2|P a g e
ld
6. State „state equivalence theorem‟. Understand 9
7. Tell about distinguishing sequence? Remember 9
8. Define state compatibility? Understand 9
9. Describe a merger graph? Understand 9
or
10. State FSM compatibles? Remember 9
code
Write short notes on binary number systems.
2. (a) Perform arithmetic operation indicated below. Follow signed bit notation: Understand 1
i. 001110 + 110010 ii. 101011 - 100110.
(b) Explain the importance of gray code
3. Find (3250 - 72532)10 using 10's complement Understand 1
4. As part of an aircraft's functional monitoring system, a circuit is required to Apply 1
indicate the status of the landing gears prior to landing. Green LED display
JN
turns on if all three gears are properly extended when the \gear down" switch
has been activated in preparation for landing. Red LED display turns on if any
of the gears fail to extend properly prior to landing. When a landing gear is
extended, its sensor produces a LOW voltage. When a landing gear is
retracted, its sensor produces a HIGH voltage. Implement a circuit to meet
this requirement
5. (a) Divide 01100100 by 00011001 Understand 1
(b) Given that (292)10 =(1204)b determine `b'
6. (a) What is the gray code equivalent of the Hex Number 3A7 Understand 1
(b) Find the biquinary of number code for the decimal numbers from 0 to 9
3|P a g e
ld
A from planet VENUS possessing 8 fingers
B from planet MARS possessing 6 fingers
C from planet JUPITER possessing 14 fingers
D from planet MOON possessing 16 fingers
9. State and prove any 4 Boolean theorems with examples Remember 2
or
10. (a) Simplify to a sum of 3 terms: A'C'D' +AC' +BCD + A'CD' + A'BC + Apply 3
AB'C'
(b) Given AB' + AB = C, Show that AC' + A'C = B
UNIT-II
MINIMIZATION AND DESIGN OF COMBINATIONAL CIRCUITS
1. A combinational circuit has 4 inputs(A,B,C,D) and three outputs(X,Y,Z)XYZ Apply 5
W
represents a binary number whose value equals the number of 1's at the input
i Find the minterm expansion for the X,Y,Z
ii. Find the maxterm expansion for the Y and Z
2. A combinational circuit has four inputs (A,B,C,D), which represent a binary- Apply 5&6
coded-decimal digit. The circuit has two groups of four outputs - S,T,U,V
(MSB digit) and W,X,Y,Z.(LSB digit)Each group represents a BCD digit.
The output digits represent a decimal number which is five times the input
number. Write down the minimum expression for all the outputs.
TU
3. Simplify the following Boolean expressions using K-map and implement Understand 5
them using NOR gates:
(a) F (A, B, C, D) = AB‟C‟ + AC + A‟CD‟
(b) F (W, X, Y, Z) = W‟X‟Y‟Z‟ + WXY‟Z‟ + W‟X‟YZ + WXYZ.
4. Design BCD to Gray code converter and realize using logic gates Understand 6
5. Design 2*4 decoder using NAND gates Understand 6
6. Reduce the following expression using Karnaugh map (B „A + A‟B + AB‟ ) Understand 5
7. Design a circuit with three inputs(A,B,C) and two outputs(X,Y) where the Apply 6
JN
outputs are the binary count of the number of “ON" (HIGH) inputs
8. A certain 4 input gate called LEMON gate realizes the switching function Apply 6
LEMON (A,B,C,D) = BC(A+D). Assuming that the input variables are
available in both primed and unprimed form:
show a realization of the function f(w,x,y,z)=∑(0,1,6,9,10,11,14,15) with
only three LEMON gates and one OR gate.
Can all switching functions be realized with LEMON/OR logic
9. Design a circuit with four inputs and one output where the output is 1 if the Apply 6
input is divisible by 3 or 7.
4|P a g e
ld
4. Describe about T – Flip-flop with the help of a logic diagram and Understand 7
characteristic table. Derive a T-flip-flop from JK and D flip-flops.
5. Define Latch. Explain about Different types of Latches in detail Remember 7
6. Explain about all flip flops in detail with diagram Remember 7
7. Derive the characteristic equations for all Flip-Flops. Remember 7
or
8. Memorize about basic macro cell logic diagram and explain. Remember 7
9. Differentiate combinational and sequential circuits Understand 7
10. Explain the working principle of JK Flip-Flop in detail. Understand 7
UNIT-IV
SEQUENTIAL CIRCUIT DESIGN AND ANALYSIS
1.
W
Explain the design of Sequential circuit with an example. Show the state
reduction, state assignment
Remember 8
6. Design a sequential circuit with two D flip-ops A and B. and one input x. Apply 8
when x=0, the state of the circuit remains the same. When x=1,the circuit
goes through the state transition from 00 to 11 to 11 to 10 back to 00.and
repeats
7. Design a Modulo-12 up Synchronous counter Using T-Flip Flops and draw Apply 8
the Circuit diagram
8. Explain the Ripple counter design. Also a decade counter design Remember 8
9. Write short notes on shift register? Mention its application Remember 8
JN
10. Design a left shift and right shift for the following data 10110101 Apply 8
UNIT-V
SEQUENTIAL CIRCUITS & ALGORTHMIC STATE MACHINES
1. Differentiate between Race free and Latch free design? Understand 9
2. Draw the ASM chart to count the number of ones in a register? Apply 9
3. Draw the ASM chart for a binary multiplier? Apply 9
4. Explain the concept of ASM chart? Understand 9
5. Obtain the primitive flow table for the circuit with two inputs, x1 and x2, and Apply 9
5|P a g e
ld
a. Draw the logic diagram of the circuit.
b. Derive the transition table and output map.
c. Obtain a two state flow table.
7. Find the circuit that has no static hazards and implements the Boolean Apply 9
function F(A, B, C, D) =Σ(0, 2, 6, 7, 8, 10, 12).
or
8. Draw the ASM chart for adding or subtracting the two signed magnitude Remember 9
numbers A and B?
9. Write the differences between Mealy and Moore type machines. Understand 9
10. A sequential circuit has 2 inputs w1=w2 and an output z. It‟s function is to Apply 9
compare the i/p sequence on the two i/p‟s. If w1=w2 during any four
consecutive clock cycles, the circuit produces z=1 otherwise z=0
w1= 0110111000110
w2= 1110101000111
z=0000100001110
W
3. Group - III (Analytical Questions)
S.No QUESTIONS
Level Outcome
UNIT-I
NUMBER SYSTEMS AND BOOLEAN ALGEBRA AND SWITCHING FUNCTIONS
1. Convert (4085)9 into base-5? Apply 1
2. Write the first 20 decimal digits in base 3? Understand 1
3. Write the steps involved in unsigned binary subtraction using complements Remember 1
with examples
JN
4. How do you perform addition of two signed binary number? Explain with Remember 1
examples.
5. Differentiate between binary code and BCD code? Understand 1
6. How binary values are stored in memory? Explain Understand 1
7. Write the Axiomatic Definitions of Boolean Algebra. Remember 2
8. Write a table stating all the postulates and theorems of Boolean Algebra that Remember 2
are required for Logic minimization
9. Convert f(x)= x + y'z into canonical form Understand 3
10 Differentiate between positive and negative logic. Understand 4
6|P a g e
ld
5. Use a multiplexer having three data select inputs to implement the logic for Apply 6
the function F = Σ (0, 1, 2, 3, 4, 10, 11, 14, 15)
6. Identify all the prime implicants and essential prime implicants of the Apply 5
following functions Using karnaugh map. F(A,B,C,D) =
Σ(0,1,2,5,6,7,8,9,10,13,14,15).
7. Construct a 4 to 16 line decoder using 2 to 4 line decoders Apply 6
or
8. Design a 4-bit Combinational circuit which generates the output as 2‟s Apply 6
complement of input binary number. Show that the circuit can be constructed
with EX-OR gates
9. Design a combinatorial circuit that converts a decimal digit from 2,4,2,1 code Understand 6
to the 8,4,-2,-1 code?
10 Design a combinatorial circuit that accepts a three bit number and generates Understand 6
an output Binary number equal to the square of the input number?
W UNIT-III
SEQUENTIAL MACHINES FUNDAMENTALS
1. Explain the operation of SR Flip-Flop using asynchronous inputs with truth Remember 7
table.
2. Explain the Flip-Flop operating characteristics in detail Remember 7
3. Draw the schematic circuit of an edge triggered flip-flop with “active low Understand 7
preset” and “active low clear” using NAND gats and explain its operation
TU
UNIT-IV
SEQUENTIAL CIRCUIT DESIGN AND ANALYSIS
1. How many decade counters are required to convert a clock of 10 MHz to 100 Understand 8
Hz?
2. What do you mean by presetting the counter? Remember 8
3. Assume that a 4-bit ripple counter is holding the count 0100.What will be the Understand 8
count after 29 pulses?
4. What do you mean by resetting the counter? Understand 8
5. Compare state diagram and state table? Remember 8
7|P a g e
ld
10 Design a 3bit up/down counter which counts up when control signal M=1 and Apply 8
counts down when M=0.
UNIT-V
SEQUENTIAL CIRCUITS & ALGORTHMIC STATE MACHINES
1. Explain the operations in microwave oven and construct the ASM chart for Apply 9
them.
or
2. Design a synchronous state machine to generate following sequence of states. Apply 9
Represent the machine by a state diagram /ASM chart and display the onset
of state 7(111) with the help of LED(use jk flip-flops).
3. Draw an ASM chart for a 2 bit binary counter having one enable line E such Apply 9
that E=1(counting enabled) E=0(Counting disabled).
4. Show that 8 exit paths in an ASM block emanating from the decision boxes Apply 9
that check the eight possible binary value of three control variables x,y,z.
5.
W
Draw the ASM chart of binary multiplier and design the control circuit using Apply 9
each of the following methods
a)JK FF and gates.
b)D FF and decoder
6. Design control logic circuit using multiplexers. Understand 9
7. Draw the ASM chart for a 3 bit up-down counter. Understand 9
TU
8|P a g e