Encyclopedia

AND

Also found in: Dictionary, Medical, Legal, Financial, Idioms.
(redirected from and then some)

And

(astronomy)
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.

AND

(logic)
(Or "conjunction") The Boolean function which is true only if all its arguments are true. The truth table for the two argument AND function is:

A | B | A AND B --+---+--------- F | F | F F | T | F T | F | F T | T | T

AND is often written as an inverted "V" in texts on logic. In the C programming language it is represented by the && (logical and) operator.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)

AND

A Boolean logic operation that is true if both inputs are true. See AND-OR-NOT.
Copyright © 1981-2025 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.
Mentioned in
Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.