edited by
11,933 views
26 votes
26 votes

A circuit outputs a digit in the form of $4$ bits. $0$ is represented by $0000, 1$ by $0001, \ldots, 9$ by $1001$. A combinational circuit is to be designed which takes these $4$ bits as input and outputs $1$ if the digit $\geq$ $5$, and $0$ otherwise. If only $\textsf{AND}, \textsf{OR}$ and $\textsf{NOT}$ gates may be used, what is the minimum number of gates required?

  1. $2$
  2. $3$
  3. $4$
  4. $5$
edited by

5 Answers

–4 votes
–4 votes
answer - B

using K map simplified SOP AC' + B

values 10-15 are treated as dont care
Answer:

Related questions

29 votes
29 votes
5 answers
1
Ishrat Jahan asked Nov 1, 2014
11,284 views
What is the minimum number of $\text{NAND}$ gates required to implement a $2\text{-input EXCLUSIVE-OR}$ function without using any other logic gate?$2$$4$$5$$6$
44 votes
44 votes
5 answers
3
Kathleen asked Sep 18, 2014
19,321 views
Consider the partial implementation of a $2-bit$ counter using $T$ flip-flops following the sequence $0-2-3-1-0,$ as shown below.To complete the circuit, the input $X$ sh...
24 votes
24 votes
2 answers
4