Tribhuvan University
Institute of Science and Technology
2075
Bachelor Level / first-semester / Science
Computer Science and Information Technology( CSC116 )
Digital Logic
Full Marks: 60 + 20 + 20
Pass Marks: 24 + 8 + 8
Time: 3 Hours
Candidates are required to give their answers in their own words as far as practicable.
The figures in the margin indicate full marks.
Group A
Attempts any two Questions (2 x 10 = 20)
Implement the following function F = Σ(1, 2, 3, 4, 8) using
Design clocked sequential circuit of the following state diagram by using JK flip-flop
The following is a truth table of a 3-input,4 output combinational circuit. Tabulate the PAL programming table for the circuit and mark for the circuit and mark the fuses to be blown in a PAL diagram.
Input | Output | |||||
X | Y | Z | A | B | C | D |
0 | 0 | 0 | 0 | 0 | 0 | 0 |
0 | 0 | 1 | 1 | 1 | 1 | 1 |
0 | 1 | 0 | 1 | 0 | 1 | 1 |
0 | 1 | 1 | 0 | 1 | 0 | 1 |
1 | 0 | 0 | 1 | 0 | 1 | 0 |
1 | 0 | 1 | 0 | 0 | 0 | 1 |
1 | 1 | 0 | 1 | 1 | 1 | 0 |
1 | 1 | 1 | 0 | 1 | 1 | 1 |
Group B
Attempts any eight question (8 x 5 = 40)
Convert the following decimal numbers to the indicated bases.
Express the Boolean Function F = A + B’ C in a sum of min terms .
Reduce the following function using k-map F = B’D + A’BC’ + AB’C + ABC’
Design a combinational circuit with three inputs, x, y, and z, and three outputs, A, B, and C. When the binary input is 0, 1, 2, or 3, the binary output is one greater than the input. When the binary input is 4, 5, 6, or 7, the binary output is one less than the input.
Implement half adder using 2-4 decoder.
What is the difference between a serial and parallel transfer? Explain how to convert serial data to parallel and parallel data to serial. What type of register is needed?
Design 4-bit even parity generator.
Design a 4-bit binary ripple counter with D flip-flops.
Write short notes on any two: