Teacher: Prof P. M. Sarun • NPHC206 • WINTER - 2025-2026 • Last updated:
Questions
Convert decimal number \(23.1875\) into equivalent binary number upto 4 factional positions.
Convert decimal number \(170.23\) into equivalent hexadecimal number upto 4 factional positions.
Convert decimal number \(81.44\) into equivalent octal number upto 4 factional positions.
Convert Ocal number \((255.71)_8\) to decimal number
Add \(101010101\) and \(1100100\)
Add \(1001010\) and \(1101101\)
Subtract \(11101010\) from \(10011101\)
Subtract \(10101010\) from \(110101\)
Find the complement function of \(Y = \overline{A}B\overline{C} + \overline{A}\overline{B}C\)
Simplify the expression \(Y = \overline{(\overline{A} + C)\cdot (B + \overline{D})}\) to one form having only single variables inverted.
Simplify the expression \(Y = (A + B)(\overline{A}+C)(B+C)\)
Find the truth table of the Boolean expression \(Y = \overline{AB + C + \overline{D}}\)
Find the truth table of the Boolean expression \(Y = \overline{(A + B)CD}\)
Show the Karnaugh map for product-of-sums of the Boolean expression \(Y = A + BC\overline{D}\).
Write the POS form of the Boolean expression \(Y = ACD + \overline{A} BCD\).
Draw Karnaugh map of \(Y = F(A,B,C,D)= \prod M(0,1,3,8,9,10,14,15)\)
Minimize the Boolean expression using Karnaugh map for \(Y = F(A,B,C ) = \overline{A}~\overline{B}\overline{C} + \overline{A}~\overline{B}C + \overline{A}BC + A\overline{B}C\). Verify the correctness using the Boolean Algebra.