About 1,800,000 results
Open links in new tab
  1. Boolean Algebra | GeeksforGeeks

    Apr 15, 2025 · Boolean Algebra is a branch of algebra that deals with boolean values—true and false. It is fundamental to digital logic design and computer science, providing a mathematical framework for describing logical operations and expressions. Various operations are used in Boolean algebra but the basic operations that form the base of Boolean Algebra are.

  2. Boolean function - Wikipedia

    In mathematics, a Boolean function is a function whose arguments and result assume values from a two-element set (usually {true, false}, {0,1} or {−1,1}). [1] [2] Alternative names are switching function, used especially in older computer science literature, [3] [4] and truth function (or logical function), used in logic.

  3. Logic OR Function - Digital Logic Gates - Basic Electronics Tutorials ...

    The Logic OR Function function states that an output action will become TRUE if either one “OR” more events are TRUE, but the order at which they occur is unimportant as it does not affect the final result. For example, A + B = B + A.

  4. 7.1 Boolean Logic - Princeton University

    Jul 25, 2016 · A boolean function is a mathematical function that maps arguments to a value, where the allowable values of range (the function arguments) and domain (the function value) are just one of two values— true and false (or 0 and 1).

  5. 5.8. Bool Functions — How to Think Like a Computer Scientist - C++

    It is common to give boolean functions names that sound like yes/no questions. The return type is bool, which means that every return statement has to provide a bool expression. The code itself is straightforward, although it is a bit longer than it needs to be.

  6. Boolean Expressions and Functions - Online Tutorials Library

    A Boolean expression is composed of a combination of the Boolean constants (True or False), Boolean variables and logical connectives. Each Boolean expression represents a Boolean function. Example − $ABC$ is a Boolean expression.

  7. A Boolean function is a function that takes some fixed number of arguments, each of which may be 0 or 1, and returns a 0 or a 1 as its value. For concreteness, we consider Boolean functions of two arguments.

  8. Boolean Functions For ML - Medium

    Nov 12, 2022 · Boolean functions can be easily represented by borrowing notations of boolean algebra. Boolean algebra uses three connectives: . (AND),+ (OR), — (NOT). Usually the “ AND ” or “.” connective is...

  9. Boolean Functions | GATE Notes - BYJU'S

    In this article, we will take a look at Boolean Functions according to the GATE Syllabus for CSE (Computer Science Engineering). Read ahead to learn more. Table of Contents. What are Boolean Functions? In Boolean algebra, we deal with …

  10. Boolean functions - CircuitVerse

    The following is a list of definitions for fundamental concepts used in Boolean functions: Literal: A logic variable or its complement (x, x ―, y 0, …). Product term: An expression where literals are combined by the logical AND operator (x y ― z, …). Sum term: An expression where literals are combined by the logical OR operator (y + z ―, …).