Codes
Numbers system
Logic circuits
Logical algebra
Minimization of logic circuits and functions
100

This code starts at 0000 or 0 and ends at 1001 or 9.

What is the bcd code?

100

This is the base of the binary system.

What is 2?

100

This circuit outputs 1 only if both inputs are 1.

What is the AND circuit?

100

This is the equivalent of A*0.

What is 0?

100

This is a method that uses a numbers table.

What is the K-Map method?

200

This binary digit can be 1 or 0.

What is a bit?

200

This is the smallest digit of the decimal system.

What is 0?

200

This logic circuit always inverts the input.

What is the NOT circuit?

200

A+B INVERTED is equal to this by the first De Morgan theorem. 

What is A(INVERTED)*B(INVERTED)?

200

The minimization of Y=A*B+A*B(IN).

What is Y=A?

300

This code uses 7 bits to represent characters such as letters and numbers.

What is an ASCII code?

300
When converting from decimal to the hexadecimal number system we divide the decimal number with this number.

What is 16?

300

Y= (A*B)INVERTED, this mathematical statement is true for this logic circuit. 

What is the NAND circuit?

300

This is the third law of logical algebra.

What is the law of distribution?

300

This is the sum of minterms for a 2-input EX-OR function. 

What is A(IN)*B+A*B(IN)

400

This number is the equivalent of 1110 in Grey code. 

What is 11?

400

This is the biggest digit of the hexadecimal system.

What is F?

400

This is the expansion of the IEC abbreviation.

What is the international electronic committee?

400

This is the simplification of Y=A(INVERTED)*B*C+A*B*C(IN)+B*C(IN)*D.

What is Y=B*C(IN)

400

The sum of maxterms for a 2-input EX-NOR function

What is (A+B)*(A(IN)+B(IN))?

500

These two numbers are the first and the last binary numbers in the XS-3 code.

What is 0011 and 1100?

500

This is the equivalent of 3A7 hexadecimal number by converting each digit to a 4-bit binary number.

What is 0011 1010 0111?

500

This logic circuit outputs 1 only when both inputs are not different from eachother.

What is the EX-NOR circuit?

500

This is the simplification of Y=A*(B(IN)+C)+AC+B

What is A+B?

500

The minimization of Y=A*B+A(IN)*C+A*C(IN).

What is Y=A*(B+C(IN))+A(IN)*C 

M
e
n
u