Recent questions tagged min-no-gates

315
views
1 answers
1 votes
How many minimum number of $\text{NOR}$ gates are required to implement the function $F=A^{\prime} B^{\prime} C^{\prime}+A B C^{\prime}$
402
views
1 answers
0 votes
How many $m-$ input NAND gates are needed to construct a $n-$ input NAND gate, where $m \leq n$ Examples: constructing $3-$input NAND gate using $2-$input NAND gate const...
693
views
0 answers
0 votes
The boolean functions for the input of SR latch are as follows. Obtain the circuit diagram using a minimum number of NAND gates.$S = x _1’x _2’x _3 + x _1x _2x _3$.$R...
4.4k
views
1 answers
0 votes
What is the minimum number of NOR gates required to implement this boolean function?A'B + A'CDB + AC'B + ABCAlso how many NAND gates required?Confirm answer am getting ze...
9.2k
views
4 answers
9 votes
What is the minimum number of two-input $\text{NAND}$ gates used to perform the function of two-input $\text{OR}$ gate?OneTwoThreeFour
34.5k
views
3 answers
14 votes
Is there any systematic approach to find the minimum number of two input NAND gates and two input NOR gates to be used to impelement a binary expression?If there then ple...
8.6k
views
2 answers
1 votes
F= PQ+ QR+ RS+ST.i) What is the minimum number of NAND gates required to implement F?ii) What is the minimum number of NOR gates required to implement F?
9.7k
views
3 answers
6 votes
The truth table for the combinational circuit is shown below:What is the minimum number of two input NAND gates required to realize this logic circuit?
558
views
1 answers
3 votes
Q the minimum number of 2 input NAND gates required to realize the bollean function f(A,B,C)= AB'C Plz how to appraoch this type of question so it will use minimum no of...
275
views
2 answers
0 votes
The minimum number of gates required to implement the Boolean function $(AB+C)$ if we have to use only 2-input NOR gate?
189
views
1 answers
0 votes
What is minimum number of NAND gates required to implement a 2 input EX-OR gate without using any other logic gates?
7.3k
views
2 answers
9 votes
The minimum number of $\text{NAND}$ gates required to implement the Boolean function $A + A\overline{B} + A\overline{B}C$ is equal to$0$ (Zero)$1$$4$$7$
3.0k
views
1 answers
1 votes
Consider the Boolean function $f(A,B,C,D)= \Pi (0,1,2,4,5,6,8,10).$ Determine the minimum number of NOR gates required to implement the function $f$. Assume both primed a...
82.9k
views
4 answers
68 votes
Minimum No of Gates NAND/NOR Ex-OREx-NorHalf AdderHalf SubtractorFull AdderFull SubtractorNAND??????NOR??????
11.4k
views
5 answers
29 votes
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$
20.6k
views
6 answers
44 votes
What is the minimum number of gates required to implement the Boolean function $\text{(AB+C)}$ if we have to use only $2\text{-input NOR}$ gates?$2$$3$$4$$5$
12.1k
views
5 answers
27 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 t...
3.0k
views
3 answers
19 votes
Design a logic circuit to convert a single digit BCD number to the number modulo six as follows (Do not detect illegal input):Write the truth table for all bits. Label th...
To see more, click for the full list of questions or popular tags.