Java Games: Flashcards, matching, concentration, and word search.

Unit 2.1 Vocab DE

AB
Associative PropertyA mathematical function is associative if its operands can be grouped in any order without affecting the result. For example, addition is associative ((a+b) + c = a + (b+c)), but subtraction is not ((a-b) –c ? a-(b-c)).
Binary Number SystemA number system used extensively in digital systems, based on the number 2. It uses two digits to write any number.
Boolean AlgebraAlgebraic process used as a tool in the design and analysis of digital systems.  In Boolean algebra only two values are possible, 0 and 1.
Boolean ExpressionAn algebraic expression made up of Boolean variables and operators, such as AND (–), OR (+), or NOT (-). Also referred to as Boolean function or a logic function.
Boolean TheoremsRules that can be applied to Boolean algebra to simplify logic expressions.
Boolean VariableA variable having only two possible values, such as HIGH/LOW, 1/0, On/Off, or True/False.
Combinational LogicDigital circuitry in which an output is derived from the combination of inputs, independent of the order in which they are applied.
Commutative PropertyA mathematical operation is commutative if it can be applied to its operands in any order without affecting the result. For example, addition is commutative (a+b=b+a), but subtraction is not (a-b?b-a).
Decimal SystemNumber system that uses 10 different digits or symbols to represent a quantity.
DeMorgan’s Theorems1)    Theorem stating that the complement of a sum (OR operation) equals the product (AND operation) of the complements, and
Distributive PropertyFull name: distributive property of multiplication over addition. The property that allows us to distribute (“multiply through”) an AND across several OR functions. For example, a(b+c)=ab+ac.
Least Significant Bit (LSB)The rightmost bit of a binary num ber.  This bit has the number’s smallest positional multiplier.
Logic CircuitAny circuit that behaves according to a set of logic rules.
Logic DiagramA diagram, similar to a schematic, showing the connection of logic gates.
MaxtermA sum term in a Boolean expression where all possible variables appear once in true or complement form.
MintermA product term in a Boolean expression where all possible variables appear once in true or complement form.
Most Significant Bit (MSB)The leftmost bit in a binary number. This bit has the number’s loargest positional multiplier.
Product-of-Sums (POS)A type of Boolean expression where several sum terms are multiplied (ANDed) together.
Product TermA term in a Boolean expression where one or more true or complement variables are ANDed.
Sum-of-Products (SOP)A type of Boolean expression where several product terms are summed (ORed) together.
Sum TermA term in a Boolean expression where one or more true or complement variables are ORed.
Truth TableA list of all possible input values to a digital circuit, listed in ascending binary order, and the output response for each input combination.



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities