This code starts at 0000 or 0 and ends at 1001 or 9.
What is the bcd code?
This is the base of the binary system.
What is 2?
This circuit outputs 1 only if both inputs are 1.
What is the AND circuit?
This is the equivalent of A*0.
What is 0?
This is a method that uses a numbers table.
What is the K-Map method?
This binary digit can be 1 or 0.
What is a bit?
This is the smallest digit of the decimal system.
What is 0?
This logic circuit always inverts the input.
What is the NOT circuit?
A+B INVERTED is equal to this by the first De Morgan theorem.
What is A(INVERTED)*B(INVERTED)?
The minimization of Y=A*B+A*B(IN).
What is Y=A?
This code uses 7 bits to represent characters such as letters and numbers.
What is an ASCII code?
What is 16?
Y= (A*B)INVERTED, this mathematical statement is true for this logic circuit.
What is the NAND circuit?
This is the third law of logical algebra.
What is the law of distribution?
This is the sum of minterms for a 2-input EX-OR function.
What is A(IN)*B+A*B(IN)
This number is the equivalent of 1110 in Grey code.
What is 11?
This is the biggest digit of the hexadecimal system.
What is F?
This is the expansion of the IEC abbreviation.
What is the international electronic committee?
This is the simplification of Y=A(INVERTED)*B*C+A*B*C(IN)+B*C(IN)*D.
What is Y=B*C(IN)
The sum of maxterms for a 2-input EX-NOR function
What is (A+B)*(A(IN)+B(IN))?
These two numbers are the first and the last binary numbers in the XS-3 code.
What is 0011 and 1100?
This is the equivalent of 3A7 hexadecimal number by converting each digit to a 4-bit binary number.
What is 0011 1010 0111?
This logic circuit outputs 1 only when both inputs are not different from eachother.
What is the EX-NOR circuit?
This is the simplification of Y=A*(B(IN)+C)+AC+B
What is A+B?
The minimization of Y=A*B+A(IN)*C+A*C(IN).
What is Y=A*(B+C(IN))+A(IN)*C