CIA 1-Dpco Answer
CIA 1-Dpco Answer
17. List the types of operations supported by MIPS instruction set architecture.
12-Marks
2. Express the following function in sum of min-terms and product of max-terms F(x,y,z) = x+yz.
3. Simplify the following Boolean function F together with don’t care condition using Karnaugh map
method.
i) F(A,B,C,D) = Σ (0,6,8,13,14), d(A,B,C,D) = Σ (2,4,10)
ii) F(A,B,C,D) = Σ (0,2,4,5,8,14,15), d(A,B,C,D) = Σ (7,10,13)
iii) F(A,B,C,D) = Σ (4,6,7,8,12,15), d(A,B,C,D) = Σ (2,3,5,10,11,14)
4. Analyze the given logic diagram.
6. Simplify F(A,B,C,D) = Σ (0,1,2,5,8,9,10) in sum of products and product of sums using k-map.
7. Design a full adder and implement with two half adders and an OR gate.
8. What is BCD adder? Design an adder to perform arithmetic addition of two decimal digits in BCD.
9. Design 2-bit Magnitude comparator using gates.
10. Implement the following multiple output combinational logic circuit using a 4 line to 16 line decoder
f1 = Σ (1,2,4,7,8,11,12,13), f2 = Σ (2,3,9,11), f3 = Σ (10,12,13,14,), f4 = Σ (2,4,8)
16. A sequential circuit with 2 D flip-flops A & B and 2 inputs x and y and output z is specified by the
following input equations:
A(t+1) = x’y+xA, B(t+1) = x’B+xA, z = B
Draw the logic diagram of the circuit. Derive the state table and state diagram and state whether it is
a Melay or Moore machine.
17. Design a sequential circuit with JK flip-flops to satisfy the following state equations: A(t+1) =
A’B’CD+A’B’C+ACD+AC’D’, B(t+1) = A’C+CD’+A’BC’, C(t+1) = B, D(t+1) =D’.
18. Draw a six stage ring counter and explain its operation. Mention about the use of presetting the
counter.
19. Design a 3-bit asynchronous ripple counter using T-flipflop and explain its operation.
20. Illustrate a four bit parallel in serial out shift registers.
21. Explain in detail about SIPO and PIPO shift registers.
22. Describe in detail about 4-bit Johnson counter.
23. Design a MOD-5 synchronous counter using JK flip-flops and implement it.
24. Design a synchronous decade counter using D flip-flop.
25. Illustrate the functional units of digital computer.
26. Describe about the Von Neumann architecture with neat diagram.