Definition

logical AND symbol

Part of the Software applications glossary:

For a practical application, see logic gate .

Next Steps

The logical AND symbol is used in Boolean algebra to indicate a conjunction between two statements. A conjunction is true if, but only if, both of its components are true. The most commonly used symbol is an asterisk (*).

The simplest use of the AND symbol is with a sentence consisting of two statements. For example, if A represents the statement 'It is cold' and B represents the statement 'It is rainy', then A * B represents the statement 'It is cold and rainy.'

The AND symbol is often found within complex logical statements along with other symbols. In Boolean algebra, negation (also called the NOT operation) is represented by a dash with a 'tail' (¬). The logical OR operation is represented by a plus sign (+). Certain facts involving negation, the OR operation, and the AND operation have been proven in Boolean algebra, and are known as DeMorgan's Laws. According to these theorems, the following pairs of statements are logically equivalent for all A and for all B:

¬(A + B)
(¬A) * (¬B)

¬(A * B)
(¬A) + (¬B)

Also see Mathematical Symbols .

This was last updated in September 2005
Posted by: Margaret Rouse

Related Terms

Definitions

  • Bayesian filter

    - A Bayesian filter is a program that uses Bayesian logic, also called Bayesian analysis, to evaluate the header and content of an incoming e-mail message and determine the probability that it consti... (WhatIs.com)

Glossaries

  • Software applications

    - Terms related to software applications, including definitions about software programs for vertical industries and words and phrases about software development, use and management.

  • Programming

    - Terms related to software programming, including definitions about programming languages and words and phrases about software design, coding, testing and debugging.

  • Hardware

    - Terms related to computer hardware, including definitions about cables, connectors and power supply units and words and phrases about computing peripheral devices including the keyboard, mouse, au...

Dig Deeper

Fast References

People Who Read This Also Read...

Ask a Question. Find an Answer.Powered by ITKnowledgeExchange.com

Ask An IT Question

Get answers from your peers on your most technical challenges

Ask Question

Tech TalkComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.