3 answers
2
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...
3 answers
3
3 answers
4
1 answer
5
how to find / what will be the DNF(Disjunctive normal form) of :
2 answers
6
how to solve this using rules of boolean algebra:
1 answer
8
Design a turing machine that accept the language of odd integer written in binary
1 answer
9
If $n$ number of variables how many 'dual' expression is possible?
4 answers
11
If L1 is Recursive language and L2 is RE. Then L1 ⋂ L2 is RE? Since every Recursive language is RE, then how intersection of the Recursive and RE is RE?