0% found this document useful (0 votes)
23 views2 pages

Definition: AND Operator ( ) / Boolean Multiplication ( )

The document defines basic Boolean operations - AND, OR, and NOT - and how they are symbolically represented. It also defines AND and NOT operations, stating that AND requires all inputs to be ON for the output to be ON, while NOT simply inverts the input state. Finally, it defines a truth table as showing a circuit's output responses to different input combinations using 1s and 0s, with more variables requiring more rows.

Uploaded by

Muhammadh Sameer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views2 pages

Definition: AND Operator ( ) / Boolean Multiplication ( )

The document defines basic Boolean operations - AND, OR, and NOT - and how they are symbolically represented. It also defines AND and NOT operations, stating that AND requires all inputs to be ON for the output to be ON, while NOT simply inverts the input state. Finally, it defines a truth table as showing a circuit's output responses to different input combinations using 1s and 0s, with more variables requiring more rows.

Uploaded by

Muhammadh Sameer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

The basic Boolean/logical operations used in Boolean Algebra are AND, OR and NOT, which are symbolically represented

by dot (.), plus (+) and over the bar:

A AND B = A.B = AB = A & B

A OR B = A+B = A | B

NOT A = = A

Definition: AND operator () / Boolean Multiplication ()

AND operation says if and only if all inputs are ON (1), the output will be ON (1).

The output will be OFF (0) if any of the inputs are OFF (0).

Definition: NOT operator () / Boolean Complementation


()

NOT operation says that the output will be opposite in state to the input.

It obviously has only one input and one output.

Definition

A Truth Table shows how a logic circuits output responds to various combinations of the inputs,
using logic 1 for TRUE and logic 0 for FALSE.
n

n variable requires a table with 2 rows.

The term Gate is used to describe the members of a set of basic electronic components which, when combined with each
other, are able to perform complex logical and arithmetic operations.

You might also like