📖 Samacheer Kalvi · 11th TN - English Medium · Computer Science · Page 38question

Part - II - Boolean Algebra

Chapter 2: Chapter 2 · Computer Science

Part - II - Boolean Algebra Chapter Page - - The NOT operator is represented algebraically by the Boolean expression: Y = A Example: Consider the Boolean equation: D = A + ( B . C ) D is equal to (true) if A is or if ( B . C ) is , that is, B = and C = . Otherwise D is equal to (false).

The basic logic functions AND, OR, and NOT can also be combined to make other logic operators such as NAND and NOR . . NAND operator The NAND is the combination of NOT and AND. The NAND is generated by inverting the output of an AND operator.

The algebraic expression of the NAND function is: Y = A . B The NAND function truth table is shown below: A B Y A NAND B = NOT (A AND B) . . NOR operator The NOR is the combination of NOT and OR.

The NOR is generated by inverting the output of an OR operator. The algebraic expression of the NOR function is: Y = A . B A B Y The above -input AND operation is expressed as: Y = A . B .

. OR operator The plus sign is used to indicate the OR operator. The OR operator combines two or more input variables so that the output is true if at least one input is true. The truth table for a -input OR operator is shown as follows: A B Y The above -input OR operation is expressed as: Y = A + B .

. NOT operator The NOT operator has one input and one output. The input is either true or false, and the output is always the opposite, that is, the NOT operator inverts the input. The truth table for a NOT operator where A is the input variable and Y is the output is shown below: A Y Chapter Page - - The NOR function truth table is shown below: A B Y A NOR B =

Related topics

Have a question about this topic?

Get an AI answer grounded in your actual textbook — with the exact page reference.

Ask AI about this topic →