You are on page 1of 3

1. a. Convert 233.56 10 to other number systems.

Derive the Boolean expression for


b.
F(A,B,C,D) = ∑(0,1,2,3,4,6,8,11,12,14,15) and draw the circuit.

c. Using NAND Gates realize F= BC+BD.

2. a. Implement a 2 bit Magnitude comparator using decoder with truth table and its
justifications.
b. Realize EXOR Function using 2 : 1 MUX
3. The state diagram for the sequential circuit appears in the figure below

i. Find the State Table for the above diagram.


ii. Draw the sequential circuit using negative triggered T Flip Flop

4. Design a digital circuit that takes two 2-bit numbers A and B as input and generates
output Z as follows:
• If A and B are odd numbers then Z=A - B
• If A and B are even numbers then Z=B -A
• If A is an even number and B is an odd number then Z=A+B
• If A is an odd number and B is an even number then Z=A – B - 1
Assume that you have access to 4 * 1 MUX.
5. a. “Program counter and the stack pointer are 16 bit registers” – Justify.
Analyze the Internal Functioning of 8085 microprocessor with a neat architecture
b. and pin diagram.

6. a. Write an assembly program in 8086 for finding the LCM of two numbers.
b. Discuss in detail the Control and Transfer instructions of 8086.
7. Elaborate the 8254 Timer with the help of block diagram and pin diagram.
8. a. Elaborate the various applications of Combinational Circuits in Industrial
Applications.

Determine the output states for this S-R flip-flop, given the pulse inputs shown:
b.

9. Design a combinational circuit which gets two 2-bit binary numbers A and B (A1A0
and B1B0) as input, the output of the circuit is based on the following.
1. If A<B, the is the sum of A and B
2. If A=B, the output is square of A
3. If A>B, the output is difference of A and B.
10. Write an assembly program in 8086 for finding the cube of a byte.
11. A Sequential circuit has one flip flop Q, two inputs X and Y and one output S. It
consists of a full adder circuit connected to a D-Flip flop as shown in the figure.
Derive the state table and state diagram of the sequential circuit.

You might also like