Tuesday, February 22, 2022

Combinational circuits Design Questions and Answers

ICT Questions and Answers

Question 1
A digital circuit takes four digits as an input, and produce 'X' as its output. If the decimal value represented by the four binary digit is a prime number. If it is prime output is 1 otherwise 0. Assume that all four binary digit represent positive decimal values.

i) Draw a truth table for the above problem.
ii) Write the Boolean expression in the sum of product form.
iii) Design a logic circuit for the Boolean expression, which is obtained above.
iv) Simplify the expression using Boolean algebra/ Karnaugh map.

Answer
i) Truth Table

ABCDX
00000
00010
00101
00111
01000
01011
01100
01111
10000
10010
10100
10111
11000
11011
11100
11110


ii) X= A'B'CD' + A'B'CD + A'BC'D + A'BCD + AB'CD + ABC'D

iii)
Combinational Circuit to detect prime numbers


iv)
Combinational Circuit Questions and Answers



Question 2
Consider the logic circuit shown here to answer the below questions.

Combinational Circuit Design ICT A/L

i) Write and simplify the Boolean expression for the above circuit using Boolean algebra . Show all the workings and algebraic rules used for the simplification.

ii) Construct the logic circuit using combination of only AND, OR and NOT gates for the simplified Boolean expression obtained above.

Answer
i)
ABC + A'BC + ABC'
BC(A+A') + ABC'
BC + ABC'
B(C+AC')
B(A+C)

ii)

Combinational Past Paper ICT Answer


No comments:

Post a Comment