Browse papers
A

Section A: Long Answer Questions

Attempt any TWO questions.

3 questions·10 marks each
1long10 marks

Explain the signed magnitude, 1's complement and 2's complement number representations with examples. Perform (-25) + (15) using 8-bit 2's complement.

binary-arithmetic
2long10 marks

Simplify F(A,B,C,D) = Sum(1,3,7,11,15) + d(0,2,5) using a K-map and implement using NOR gates.

k-map
3long10 marks

Explain the working of a 4-bit universal shift register with a neat block diagram.

registers
B

Section B: Short Answer Questions

Attempt any EIGHT questions.

9 questions·5 marks each
4short5 marks

Convert (101101.101)2 into decimal and octal.

number-system
5short5 marks

State and prove the consensus theorem.

boolean-algebra
6short5 marks

Explain the working of a 2-to-4 line decoder.

decoder
7short5 marks

Implement a 4-to-1 multiplexer using logic gates.

multiplexer
8short5 marks

Differentiate between Moore and Mealy machines.

sequential
9short5 marks

Explain the operation of a T flip-flop with its excitation table.

flip-flops
10short5 marks

What is a BCD adder? Explain its working.

combinational
11short5 marks

Design a mod-5 counter using JK flip-flops.

counters
12short5 marks

Write short notes on race-around condition.

flip-flops