Webster's Online Dictionary
with Multilingual Thesaurus Translation

 
Earth's largest dictionary with more than 1226 modern languages and Eve!

Definition: Boolean

Part of Speech Definition
Adjective 1. Of or relating to a combinatorial system devised by George Boole that combines propositions with the logical operators AND and OR and IF THEN and EXCEPT and NOT.[Wordnet]
2. Being logical or logistic. [Eve - graph theoretic]
3. Adjective base of the adverb booleanly.[Eve - graph theoretic]
Adverb Form
(booleanly)
1. Virtually never used adverbial inflection of the adjective boolean.[Eve - graph theoretic]

Sources: compiled from various sources, (under license) copyright 2008. WordNet 3.0 Copyright © 2006 by Princeton University. All rights reserved.

Top

"Boolean" is a common misspelling or typo for: booleans.

Date "Boolean" was first used in popular English literature: sometime before 1920. (references)

Specialty Definition: Boolean

Domain Definition
Computing Boolean 1. Boolean algebra. 2. (bool) The type of an expression with two possible values, "true" and "false". Also, a variable of Boolean type or a function with Boolean arguments or result. The most common Boolean functions are AND, OR and NOT. (1997-12-01) Source: The Free On-line Dictionary of Computing.
Aerospace Usually written with a capital B, after the logician George Boole. Refers to a variable which has either a true or false value, associated with AND, OR, NOT Boolean operators. For example, instead of expressing a wish to find out about wooden or fiberglass boats, you could describe this using Boolean operators: wooden AND boats OR plastic AND boats. (references)
Health Pertaining to the principles of mathematical logic developed by George Boole, a nineteenth century mathematician. Boolean algebra is the study of operations carried out on variables that can have only one of two possible values; i.e., 1 (true) and 0 (false). As ADD, SUBTRACT, MULTIPLY, and DIVIDE are the primary operations of arithmetic, AND, OR, and NOT are the primary operations of Boolean Logic. In Pascal a boolean variable is a variable that can have one of two possible values, true or false. (references)
Math (1) In computer science, entities having just two values: 1 or 0, true or false, on or off, etc.along with the operations and, or, and not. (2) In mathematics, entities from an algebra equivalent to intersection, union, and complement over subsets of a given set. (references)
Technology A system of logic developed by the English mathematician George Boole (1815-1864) which allows the user to combine words or phrases representing significant concepts in a keywords search of an online catalog or bibliographic database. Three logical commands (sometimes called "operators") are available in most search software: 1] The OR command is used to expand retrieval by including synonyms and related terms in the query. See also: logical sum. Search statement: "violence or conflict or aggression"; 2] The AND command is used to narrow search results. Each time another concept is added using "and" the search becomes more specific. In some online catalogs and databases, the "and" command is implicit (no need to type it in a keywords search). In other interfaces, terms will be searched as a phrase if not separated by "and." See also: Search statement: "violence and television and children"; 3] The NOT command is used to exclude unwanted records from search results. See also: logical difference. Search statement: "television not cartoon*"; and 4] When two different Boolean commands are used in the same search statement, parentheses must be included to indicate the sequence in which they are to be executed (syntax). This technique is called nesting. Search statement: "television and (violence or aggression) and children". For a detailed discussion of Boolean logic, please see the entry by Gwyneth Tseng in the International Encyclopedia of Information and Library Science (Routledge: 1997). See also: proximity, truncation, and Venn diagram. (references)

Source: compiled by the editor from various references; see credits.

Top

Common Expressions: Boolean

Expressions Definition
Boolean algebra A system of symbolic logic devised by George Boole; used in computers. Source: Wordnet 3.0 Copyright © 2006 by Princeton University. All rights reserved.
Boolean datatype In computer science, the boolean datatype, sometimes called the logical datatype is a primitive datatype having two values, one and zero (in English: true and false). (references)
Boolean function Of a number n of Boolean variables bi from the two-element Boolean algebra {0,1}, and such that F also takes values in {0, 1}. A function on a general domain of a function taking values in {0, 1} would be called a Boolean-valued function, so that Boolean functions are a special case. Such a function with domain {1, 2, 3, ... } is commonly called a binary sequence, i.e. an infinite sequence of 0's and 1's; by restricting to { 1, 2, 3, ..., n } a Boolean function is in a natural way coded by a sequence of length n. (references)
Boolean logic A system of symbolic logic devised by George Boole; used in computers. Source: Wordnet 3.0 Copyright © 2006 by Princeton University. All rights reserved.
Boolean logic Boolean logic is named after George Boole, an English mathematician at University College Cork, who first defined an algebraic system of logic in the mid 19th century. Today, Boolean logic has many applications in electronics, computer hardware and software. In 1937, Claude Shannon showed how Boolean logic could be used in electronics. (references)
Boolean operation An operation that follows the rules of Boolean algebra; each operand and the result take one of two values. Source: Wordnet 3.0 Copyright © 2006 by Princeton University. All rights reserved.
Boolean prime ideal theorem In mathematics, a number of prime ideal theorems for guaranteeing the existence of certain subsets of an abstract algebra can be stated. Among the most popular statements of this form is the Boolean prime ideal theorem, which states that ideals in a Boolean algebra can be extended to prime ideals. A variation of this statement for filters on sets is known as the ultrafilter lemma. Other theorems are obtained by considering different mathematical structures with appropriate notions of ideals, e.g. rings and prime ideals (of ring theory), or distributive lattices and maximal ideals (of order theory). This article currently focuses on prime ideal theorems from order theory. (references)
Complete Boolean algebra In mathematics, a complete Boolean algebra is a Boolean algebra in which every subset has a supremum. Complete Boolean algebras are important in the theory of forcing. For every Boolean algebra A there is a smallest complete Boolean algebra of which A is a subalgebra. As a partially ordered set, this completion of A is the Dedekind completion. (references)
Complete Boolean algebra (computer science) In computer science, a complete Boolean algebra is a collection of Boolean operators that permits the realisation of any possible truth table. (references)
Euler boolean operation In constructive solid geometry, a Euler boolean operation is a series of modifications to solid modelling which preserves the Euler characteristic in the boundary representation at every stage. One or more of these Euler boolean operations is stored in a change state, so as to only represent models which are physically realizable. (references)
Faceted boolean query A faceted Boolean query is a query of parenthetical OR statements linked together by AND Boolean operators. (references)
Quantified boolean formula problem In computational complexity theory, the quantified boolean formula problem (QBF) is a generalization of the boolean satisfiability problem in which both existential quantifiers and universal quantifiers can be applied to each variable. Put another way, it asks whether a first-order logic sentential form over a set of boolean variables is true or false. (references)
Stone's representation theorem for Boolean algebras In mathematics, Stone's representation theorem for Boolean algebras, named in honor of Marshall H. Stone, is the duality between the category of Boolean algebras and the category of Stone spaces, i.e., totally disconnected compact Hausdorff topological spaces. It is a special case of Stone duality, a general framework for dualities between topological spaces and partially ordered sets. In the category of Boolean algebras, the morphisms are Boolean homomorphisms. In the category of Stone spaces, the morphisms are continuous functions. Stone's duality generalises to infinite sets of propositions the use of truth tables to characterise elements of finite Boolean algebras. It employs systematically the two-element Boolean algebra {0,1} or {F,T} of truth-values, as the target of homomorphisms; this algebra may be written simply as 2. (references)
True quantified boolean formula The language TQBF is a formal language in computer science that contains True Quantified Boolean Formulas. A fully quantified boolean formula is a formula in first-order logic where every variable is quantified (or bound), using either existential or universal quantifiers, at the beginning of the sentence. Any such formula is always either true or false (since there are no free variables). If such a formula evaluates to true, then that formula is in the language TQBF. (references)

Source: compiled by the editor from various references; see credits.

Top

Specialty Expressions: Boolean

Expressions Domain Definition
Boolean algebra Aerospace The study of the manipulation of Symbols representing operations according to the rules of logic. Boolean algebra corresponds to an algebra using only the numbers 0 and 1, therefore can be used in programming digital computers which operate on the binary principle. (references)
Boolean algebra Computing (After the logician George Boole) 1. Commonly, and especially in computer science and digital electronics, this term is used to mean two-valued logic. 2. This is in stark contrast with the definition used by pure mathematicians who in the 1960s introduced "Boolean-valued models" into logic precisely because a "Boolean-valued model" is an interpretation of a theory that allows more than two possible truth values! Strangely, a Boolean algebra (in the mathematical sense) is not strictly an algebra, but is in fact a lattice. A Boolean algebra is sometimes defined as a "complemented distributive lattice". Boole's work which inspired the mathematical definition concerned algebras of sets, involving the operations of intersection, union and complement on sets. Such algebras obey the following identities where the operators ^, V, - and constants 1 and 0 can be thought of either as set intersection, union, complement, universal, empty; or as two-valued logic AND, OR, NOT, TRUE, FALSE; or any other conforming system. a ^ b = b ^ a a V b = b V a (commutative laws) (a ^ b) ^ c = a ^ (b ^ c) (a V b) V c = a V (b V c) (associative laws) a ^ (b V c) = (a ^ b) V (a ^ c) a V (b ^ c) = (a V b) ^ (a V c) (distributive laws) a ^ a = a a V a = a (idempotence laws) --a = a -(a ^ b) = (-a) V (-b) -(a V b) = (-a) ^ (-b) (de Morgan's laws) a ^ -a = 0 a V -a = 1 a ^ 1 = a a V 0 = a a ^ 0 = 0 a V 1 = 1 -1 = 0 -0 = 1 There are several common alternative notations for the "-" or logical complement operator. If a and b are elements of a Boolean algebra, we define a <= b to mean that a ^ b = a, or equivalently a V b = b. Thus, for example, if ^, V and - denote set intersection, union and complement then <= is the inclusive subset relation. The relation <= is a partial ordering, though it is not necessarily a linear ordering since some Boolean algebras contain incomparable values. Note that these laws only refer explicitly to the two distinguished constants 1 and 0 (sometimes written as LaTeX \top and \bot), and in two-valued logic there are no others, but according to the more general mathematical definition, in some systems variables a, b and c may take on other values as well. (1997-02-27). Source: The Free On-line Dictionary of Computing..
Boolean constraint propagation Aerospace The same as Unit Propagation. See Unit Propagation. (references)
Boolean expression Math An expression consisting solely of boolean variables and values and boolean operations, such as and, or, not, implies, etc. (references)
Boolean function Business 1) A mathematical function that describes Boolean operations. 2) A switching function in which the number of possible values of the function and each of its independent variables is two. (references)
Boolean function Math A function whose range is {0, 1}. It can be understood to evaluate the truth or falsity of each element of its domain. (references)
Boolean Logic Electrical Engineering A mathematical analysis of logic. Source: European Union. (references)
Boolean logic Computing Boolean logic A logic based on Boolean algebra. (1995-03-25). Source: The Free On-line Dictionary of Computing..
Boolean logical function Meteorology & Standards A switching function in which the number of possible values of the function and each of its independent variables is two. Source: European Union. (references)
Boolean operation Business 1) Any operation in which each of the operands and the result take one of two values. Note: Typical states are "0 or 1," "on or off," "open or closed," or "present or absent." 2) An operation that follows the rules of Boolean Algebra. (references)
Boolean operation table Meteorology & Standards An operation table in which one can verify complex Boolean expressions and in which each of the operands and the result take one of two values. Source: European Union. (references)
Boolean search Computing Boolean search (Or "Boolean query") A query using the Boolean operators, AND, OR, and NOT, and parentheses to construct a complex condition from simpler criteria. A typical example is searching for combinations of keywords on a World-Wide Web search engine. Examples: car or automobile "New York" and not "New York state" The term is sometimes stretched to include searches using other operators, e.g. "near". Not to be confused with binary search. See also: weighted search. (1999-10-23). Source: The Free On-line Dictionary of Computing..
Boolean Searching/Boolean Query Agriculture Refers to how multiple terms or phrases are combined in a search query. The Boolean query uses "operators" such as AND, NOT and OR to include or exclude records that contain specified words and phrases. 1) AND (+) between words and phrases requires that the terms on both sides of the operator be matched; each resulting hit will contain both terms). Example: "sustainable AND agriculture" retrieves only pages or records where both terms appear; 2) OR between words or phrases requires that at least one term on both sides of the operator be matched; resulting hits will contain one or both of the terms). Example: "sustainable OR regenerative" retrieves records where either or both terms appear; and 3) NOT (AND NOT, -) between words and phrases requires that the first term match and the second term not match, any record containing the second term will be excluded. Example: "biocontrol NOT insecticides" retrieves all records with the first term and then removes all records where the second, insecticides, appears. Use the NOT operator with care. For instance, even articles that may be about biocontrol in the above example will be removed if the taboo term appears somewhere in the article record, e.g. the abstract reads, "this article emphasizes research about alternatives to insecticides..." To search on several terms or concepts at one time, words and phrases can be "nested" in a query using Boolean operators and parentheses (). Examples: "(sustainable OR organic) AND (farms OR ranches)" retrieves records where farms or ranches appears with sustainable or organic; "(weed management) NOT (herbicides OR pesticides)" removes all records where the term herbicides or pesticides appears. Without parentheses, the Boolean operator affects only the first word following it in the query. Some search engines require that Boolean operators appear in capital letters, others do not. This is to avoid confusion with stopwords. When used for AND and NOT, + and - should be placed directly in front of affected term. You can determine how to use a search engine's or database's Boolean operators by reading its "Help" or "About" files. See also: Proximity Searching. (references)

Source: compiled by the editor from various references; see credits.

Top

Extended Definition: Boolean


Boolean

Boolean (after George Boole), as a noun or an adjective, may refer to:

  • Boolean algebra (logic), a logical calculus of truth values or set membership
  • Boolean algebra (structure), a set with operations resembling logical ones
  • Boolean datatype, a certain datatype in computer science
  • Boolean network, a certain network consisting of a set of Boolean variables whose state is determined by other variables in the network
  • Boolean function, a function which determines Boolean values or operators
  • Boolean logic, an introductory article with general applications such as computer science

See also

  • Boolean algebra, another disambiguation page
  • George Boole
  • Boolean satisfiability problem

Source: adapted by the editor from Wikipedia, the free encyclopedia; from the article "Boolean". Image Credit.



Topics by Level of Interest: Boolean

Topics sorted by level of Interest Level (1=low, 600=high)     Topics sorted Alphabetically Level (1=low, 600=high)
Boolean 89     Advanced Boolean Expression Language 4
Boolean algebra 86     BeBop to the Boolean Boogie 3
Boolean algebras canonically defined 74     Boolean 89
Boolean satisfiability problem 50     Boolean algebra 86
Boolean algebra (logic) 48     Boolean algebra (logic) 48
Boolean datatype 37     Boolean algebra (structure) 35
Boolean algebra (structure) 35     Boolean algebras canonically defined 74
Boolean logic 30     Boolean circuit 5
Quantified Boolean formula problem 24     Boolean conjunctive query 4
True quantified Boolean formula 24     Boolean datatype 37
Boolean function 22     Boolean delay equation 5
Finitary boolean function 16     Boolean domain 3
Boolean prime ideal theorem 16     Boolean expression 3
Complete Boolean algebra 15     Boolean function 22
Residuated Boolean algebra 13     Boolean grammar 6
Two-element Boolean algebra 11     Boolean logic 30
Boolean ring 10     Boolean minimization 2
Free Boolean algebra 8     Boolean network 8
Boolean network 8     Boolean operations on polygons 5
List of Boolean algebra topics 7     Boolean prime ideal theorem 16
Stone's representation theorem for Boolean algebras 6     Boolean ring 10
Monadic Boolean algebra 6     Boolean satisfiability problem 50
Standard Boolean model 6     Complete Boolean algebra 15
Boolean grammar 6     Euler boolean operation 2
Boolean delay equation 5     Faceted boolean query 3
Boolean operations on polygons 5     Finitary boolean function 16
Boolean circuit 5     Free Boolean algebra 8
Boolean conjunctive query 4     List of Boolean algebra topics 7
Advanced Boolean Expression Language 4     Monadic Boolean algebra 6
Scannerless Boolean Parser 4     Quantified Boolean formula problem 24
Boolean domain 3     Residuated Boolean algebra 13
Faceted boolean query 3     Scannerless Boolean Parser 4
BeBop to the Boolean Boogie 3     Standard Boolean model 6
Boolean expression 3     Stone's representation theorem for Boolean algebras 6
Euler boolean operation 2     Topological Boolean algebra 2
Topological Boolean algebra 2     True quantified Boolean formula 24
Boolean minimization 2     Two-element Boolean algebra 11

Source: the editor, created by/for EVE to gauge likely levels of human interest in linguistically triggered topics (compiled across various sources, such as Wikipedia and specialty expression glosses).

Translations: Boolean

Language Translations (or nearest inflections or synonyms, in parentheses)
Al Arabiya منطقي (logical, rational, discursive, legitimate, logician), عوامل تشغيل منطقية (Boolean operators). Additional references: Al Arabiya, Saudi Arabia, Algeria, Boolean. (volunteer & more translations)
Al Fus-Ha منطقي (logical, rational, discursive, legitimate, logician), عوامل تشغيل منطقية (Boolean operators). Additional references: Al Fus-Ha, Saudi Arabia, Algeria, Boolean. (volunteer & more translations)
Arabic منطقي (logical, rational, discursive, legitimate, logician), عوامل تشغيل منطقية (Boolean operators). Additional references: Arabic, Saudi Arabia, Algeria, Boolean. (volunteer & more translations)
Bahasa Indonesia Aljabar Boolean (Boolean algebra). Additional references: Bahasa Indonesia, Indonesia, Java, Boolean. (volunteer & more translations)
Balgarski Булева алгебра (Boolean algebra). Additional references: Balgarski, Bulgaria, Greece, Boolean. (volunteer & more translations)
Balgarski (transliteration) buleva algebra (Boolean algebra). Additional references: Balgarski, Bulgaria, Greece, Boolean. (volunteer & more translations)
Banga-Bhasa বুলিয়ান বীজগণিত (Boolean algebra). Additional references: Banga-Bhasa, Bangladesh, India, Boolean. (volunteer & more translations)
Bangala বুলিয়ান বীজগণিত (Boolean algebra). Additional references: Bangala, Bangladesh, India, Boolean. (volunteer & more translations)
Bangla বুলিয়ান বীজগণিত (Boolean algebra). Additional references: Bangla, Bangladesh, India, Boolean. (volunteer & more translations)
Bengali বুলিয়ান বীজগণিত (Boolean algebra). Additional references: Bengali, Bangladesh, India, Boolean. (volunteer & more translations)
Bohemian boolovský (Boolean), booleovský (Boolean, logical), bulovski (boolean), Booleův (Boolean), Booleuv (Boolean). Additional references: Bohemian, Czech Republic, Boolean. (volunteer & more translations)
Brazilian Portuguese Booleano (Boolean). Additional references: Brazilian Portuguese, Portugal, Angola, Boolean. (volunteer & more translations)
Bulgarian Булева алгебра (Boolean algebra). Additional references: Bulgarian, Bulgaria, Greece, Boolean. (volunteer & more translations)
Bulgarian (transliteration) buleva algebra (Boolean algebra). Additional references: Bulgarian, Bulgaria, Greece, Boolean. (volunteer & more translations)
Central Danish boolsk (Boolean), Boolesk (Boolean). Additional references: Central Danish, Denmark, Germany, Boolean. (volunteer & more translations)
Central Tai ปัญหาความสอดคล้องแบบบูล (Boolean satisfiability problem), พีชคณิตแบบบูล (Boolean algebra). Additional references: Central Tai, Thailand, Boolean. (volunteer & more translations)
Cestina boolovský (Boolean), booleovský (Boolean, logical), bulovski (boolean), Booleův (Boolean), Booleuv (Boolean). Additional references: Cestina, Czech Republic, Boolean. (volunteer & more translations)
Chinese Simplified 布尔 (Boolean), 布尔数学体系的 (Boolean), 布林 (Boolean), 布尔值 (Boolean), 自由布尔代数 (free Boolean algebra), 完全布尔代数 (complete boolean algebra), boolean 搜寻 (boolean search), 布尔数学体系的逻辑 (boolean logic), 布林代数 (Boolean algebra), 布尔运算 (Boolean operation). Additional references: Chinese Simplified, China, Brunei, Boolean. (volunteer & more translations)
Chinese Traditional 布爾數學體系的 (Boolean), 布耳 (Boolean), 布爾值 (Boolean), 完全布爾代數 (complete boolean algebra), boolean 搜尋 (boolean search), 布爾數學體系的邏輯 (boolean logic), 自由布爾代數 (free Boolean algebra), 布爾邏輯 (Boolean logic), 布林標誌 (Boolean denotation), 布爾代數 (Boolean algebra). Additional references: Chinese Traditional, China, Brunei, Boolean. (volunteer & more translations)
Chtimi Nin (negation, Boolean complementation, denial, inversion, not operation). Additional references: Chtimi, Belgium, Boolean. (volunteer & more translations)
Corse Nigazione (negation, Boolean complementation, denial, inversion, not operation), Nigà (refuse, deny, to deny, negation, reject), Negazione (negation, Boolean complementation, denial, inversion, not operation). Additional references: Corse, France, Italy, Boolean. (volunteer & more translations)
Corsi Nigazione (negation, Boolean complementation, denial, inversion, not operation), Nigà (refuse, deny, to deny, negation, reject), Negazione (negation, Boolean complementation, denial, inversion, not operation). Additional references: Corsi, France, Italy, Boolean. (volunteer & more translations)
Corsican Nigazione (negation, Boolean complementation, denial, inversion, not operation), Nigà (refuse, deny, to deny, negation, reject), Negazione (negation, Boolean complementation, denial, inversion, not operation). Additional references: Corsican, France, Italy, Boolean. (volunteer & more translations)
Corso Nigazione (negation, Boolean complementation, denial, inversion, not operation), Nigà (refuse, deny, to deny, negation, reject), Negazione (negation, Boolean complementation, denial, inversion, not operation). Additional references: Corso, France, Italy, Boolean. (volunteer & more translations)
Corsu Nigazione (negation, Boolean complementation, denial, inversion, not operation), Nigà (refuse, deny, to deny, negation, reject), Negazione (negation, Boolean complementation, denial, inversion, not operation). Additional references: Corsu, France, Italy, Boolean. (volunteer & more translations)
Croatian bulovski (Boolean). Additional references: Croatian, Croatia, Boolean. (volunteer & more translations)
Czech boolovský (Boolean), booleovský (Boolean, logical), bulovski (boolean), Booleův (Boolean), Booleuv (Boolean). Additional references: Czech, Czech Republic, Boolean. (volunteer & more translations)
Danish boolsk (Boolean), Boolesk (Boolean). Additional references: Danish, Denmark, Germany, Boolean. (volunteer & more translations)
Dansk boolsk (Boolean), Boolesk (Boolean). Additional references: Dansk, Denmark, Germany, Boolean. (volunteer & more translations)
Dari بولي (urinary, Boolean), ماتريس بولی (Boolean matrix), تابع بولی (Boolean function), حساب بولي (Boolean calculus), حساب بولی (Boolean calculus), جبر بول (Boolean algebra). Additional references: Dari, Iran, Indo-European, Boolean. (volunteer & more translations)
Deutsch Boolesch (Boolean), Boolesche Rechnung (Boolean), Boolesche Variable (Boolean). Additional references: Deutsch, Germany, Austria, Boolean. (volunteer & more translations)
Dutch Booleaans (Boolean), Booleaanse waarde (Boolean), Booleaanse (Boolean). Additional references: Dutch, Netherlands, Aruba, Boolean. (volunteer & more translations)
Finnish Boolen (Boolean). Additional references: Finnish, Finland, Russia (Europe), Boolean. (volunteer & more translations)
Français booléen (Boolean, booleans, logical), Booléens (Boolean), booléan (Boolean), Boole (Boolean). Additional references: Français, France, Algeria, Boolean. (volunteer & more translations)
French booléen (Boolean, booleans, logical), Booléens (Boolean), booléan (Boolean), Boole (Boolean). Additional references: French, France, Algeria, Boolean. (volunteer & more translations)
German Boolesch (Boolean), Boolesche Rechnung (Boolean), Boolesche Variable (Boolean). Additional references: German, Germany, Austria, Boolean. (volunteer & more translations)
Hanguk Mal 울림 (peal, ring, sonance, blasting, grumble), 부울 논리연산 (Boolean operation), 부울 대수 (Boolean algebra). Additional references: Hanguk Mal, Korea, South, Korea, Boolean. (volunteer & more translations)
Hanguohua 울림 (peal, ring, sonance, blasting, grumble), 부울 논리연산 (Boolean operation), 부울 대수 (Boolean algebra). Additional references: Hanguohua, Korea, South, Korea, Boolean. (volunteer & more translations)
Hebrew שקשור בלוגיקה (Boolean, logical), בּוּלְיָאנִי (Boolean), אלגברה בוליאנית (Boolean algebra). Additional references: Hebrew, Israel, Boolean. (volunteer & more translations)
High Arabic منطقي (logical, rational, discursive, legitimate, logician), عوامل تشغيل منطقية (Boolean operators). Additional references: High Arabic, Saudi Arabia, Algeria, Boolean. (volunteer & more translations)
High German Boolesch (Boolean), Boolesche Rechnung (Boolean), Boolesche Variable (Boolean). Additional references: High German, Germany, Austria, Boolean. (volunteer & more translations)
Hochdeutsch Boolesch (Boolean), Boolesche Rechnung (Boolean), Boolesche Variable (Boolean). Additional references: Hochdeutsch, Germany, Austria, Boolean. (volunteer & more translations)
Indonesian Aljabar Boolean (Boolean algebra). Additional references: Indonesian, Indonesia, Java, Boolean. (volunteer & more translations)
Italian booleano (Boolean), algebra di boole (Boolean algebra), Elenco di articoli di algebra booleana (List of Boolean algebra topics), Anello booleano (Boolean ring), seleziona booleano (pick Boolean), algebra di boole non atomica (nonatomic Boolean algebra), booleano non valido (invalid Boolean), valore logico (Boolean value), test booleani (Boolean tests), operatore logico booleano (Boolean logic operator). Additional references: Italian, Italy, Croatia, Boolean. (volunteer & more translations)
Ivrit שקשור בלוגיקה (Boolean, logical), בּוּלְיָאנִי (Boolean), אלגברה בוליאנית (Boolean algebra). Additional references: Ivrit, Israel, Boolean. (volunteer & more translations)
Japanese ブーリアン (Boolean), ブールの (Boolean), ブールだ (Boolean), ブール (Boole, boule, Boolean), ブーリアン関数 (Boolean function, Boolean), ブール代数 (Boolean algebra), ブーリアンかんすう (boolean function), ブール演算子 (Boolean operator), 論理型 (Boolean type). Additional references: Japanese, Japan, Taiwan, Boolean. (volunteer & more translations)
Korean 울림 (peal, ring, sonance, blasting, grumble), 부울 논리연산 (Boolean operation), 부울 대수 (Boolean algebra). Additional references: Korean, Korea, South, Korea, Boolean. (volunteer & more translations)
Langadoc de Boole (Boolean), Bolean (Boolean). Additional references: Langadoc, France, Boolean. (volunteer & more translations)
Languedoc de Boole (Boolean), Bolean (Boolean). Additional references: Languedoc, France, Boolean. (volunteer & more translations)
Languedocien de Boole (Boolean), Bolean (Boolean). Additional references: Languedocien, France, Boolean. (volunteer & more translations)
Lengadoucian de Boole (Boolean), Bolean (Boolean). Additional references: Lengadoucian, France, Boolean. (volunteer & more translations)
Norwegian Boolsk (Boolean). Additional references: Norwegian, Norway, Boolean. (volunteer & more translations)
Occitani de Boole (Boolean), Bolean (Boolean). Additional references: Occitani, France, Boolean. (volunteer & more translations)
Parsi بولي (urinary, Boolean), ماتريس بولی (Boolean matrix), تابع بولی (Boolean function), حساب بولي (Boolean calculus), حساب بولی (Boolean calculus), جبر بول (Boolean algebra). Additional references: Parsi, Iran, Indo-European, Boolean. (volunteer & more translations)
Persian بولي (urinary, Boolean), ماتريس بولی (Boolean matrix), تابع بولی (Boolean function), حساب بولي (Boolean calculus), حساب بولی (Boolean calculus), جبر بول (Boolean algebra). Additional references: Persian, Iran, Indo-European, Boolean. (volunteer & more translations)
Persian (Farsi) بولي (urinary, Boolean), ماتريس بولی (Boolean matrix), تابع بولی (Boolean function), حساب بولي (Boolean calculus), حساب بولی (Boolean calculus), جبر بول (Boolean algebra). Additional references: Persian (Farsi), Iran, Indo-European, Boolean. (volunteer & more translations)
Picard Nin (negation, Boolean complementation, denial, inversion, not operation). Additional references: Picard, Belgium, Boolean. (volunteer & more translations)
Polish logiczny (logical, consistent, logic, logistic, sound), boole'owski (Boolean), Boole'a (Boolean). Additional references: Polish, Poland, Czech Republic, Boolean. (volunteer & more translations)
Polnisch logiczny (logical, consistent, logic, logistic, sound), boole'owski (Boolean), Boole'a (Boolean). Additional references: Polnisch, Poland, Czech Republic, Boolean. (volunteer & more translations)
Polski logiczny (logical, consistent, logic, logistic, sound), boole'owski (Boolean), Boole'a (Boolean). Additional references: Polski, Poland, Czech Republic, Boolean. (volunteer & more translations)
Portuguese Booleano (Boolean). Additional references: Portuguese, Portugal, Angola, Boolean. (volunteer & more translations)
Rouchi Nin (negation, Boolean complementation, denial, inversion, not operation). Additional references: Rouchi, Belgium, Boolean. (volunteer & more translations)
Ruotsi Boolesk (Boolean). Additional references: Ruotsi, Sweden, Finland, Boolean. (volunteer & more translations)
Russian булиев (Boolean), булева алгебра (Boolean algebra), булева матрица (Boolean matrix), логическая функция (Boolean function, logic function, logical function), булева функция (Boolean function, logic function, logical function), булево выражение (Boolean expression), булево значение (Boolean value, logical value), булев оператор (Boolean operator), алгебра логики (Boolean algebra), логическое значение (logical value, Boolean value). Additional references: Russian, Russia, China, Boolean. (volunteer & more translations)
Russian (transliteration) buliev (Boolean), buleva algebra (Boolean algebra), buleva matritsa (Boolean matrix), logicheskaya funktsiya (Boolean function, logic function, logical function), buleva funktsiya (Boolean function, logic function, logical function), bulevo vyrazhenie (Boolean expression), bulevo znachenie (Boolean value, logical value), bulev operator (Boolean operator), algebra logiki (Boolean algebra), logicheskoe znachenie (logical value, Boolean value). Additional references: Russian, Russia, China, Boolean. (volunteer & more translations)
Russki булиев (Boolean), булева алгебра (Boolean algebra), булева матрица (Boolean matrix), логическая функция (Boolean function, logic function, logical function), булева функция (Boolean function, logic function, logical function), булево выражение (Boolean expression), булево значение (Boolean value, logical value), булев оператор (Boolean operator), алгебра логики (Boolean algebra), логическое значение (logical value, Boolean value). Additional references: Russki, Russia, China, Boolean. (volunteer & more translations)
Russki (transliteration) buliev (Boolean), buleva algebra (Boolean algebra), buleva matritsa (Boolean matrix), logicheskaya funktsiya (Boolean function, logic function, logical function), buleva funktsiya (Boolean function, logic function, logical function), bulevo vyrazhenie (Boolean expression), bulevo znachenie (Boolean value, logical value), bulev operator (Boolean operator), algebra logiki (Boolean algebra), logicheskoe znachenie (logical value, Boolean value). Additional references: Russki, Russia, China, Boolean. (volunteer & more translations)
Serbian (transliteration) preklopni (Boolean, dipped, is switched, tip up), pregibni (Boolean), nagibni (Boolean), logički operator (Boolean operator), bulov operator (Boolean operator), bulova algebra (Boolean algebra, Boolean mathematics), booleova algebra (Boolean mathematics), logički izraz (Boolean expression), booleov izraz (Boolean expression). Additional references: Serbian (transliteration), Boolean. (volunteer & more translations)
Siamese ปัญหาความสอดคล้องแบบบูล (Boolean satisfiability problem), พีชคณิตแบบบูล (Boolean algebra). Additional references: Siamese, Thailand, Boolean. (volunteer & more translations)
Sjaelland boolsk (Boolean), Boolesk (Boolean). Additional references: Sjaelland, Denmark, Germany, Boolean. (volunteer & more translations)
Slovak boolovský (Boolean, logical). Additional references: Slovak, Slovakia, Hungary, Boolean. (volunteer & more translations)
Slovakian boolovský (Boolean, logical). Additional references: Slovakian, Slovakia, Hungary, Boolean. (volunteer & more translations)
Spanish booleano (Boolean), boleano (Boolean). Additional references: Spanish, Spain, Mexico, Boolean. (volunteer & more translations)
Standard Thai ปัญหาความสอดคล้องแบบบูล (Boolean satisfiability problem), พีชคณิตแบบบูล (Boolean algebra). Additional references: Standard Thai, Thailand, Boolean. (volunteer & more translations)
Suomea Boolen (Boolean). Additional references: Suomea, Finland, Russia (Europe), Boolean. (volunteer & more translations)
Suomi Boolen (Boolean). Additional references: Suomi, Finland, Russia (Europe), Boolean. (volunteer & more translations)
Svenska Boolesk (Boolean). Additional references: Svenska, Sweden, Finland, Boolean. (volunteer & more translations)
Swedish Boolesk (Boolean). Additional references: Swedish, Sweden, Finland, Boolean. (volunteer & more translations)
Thai ปัญหาความสอดคล้องแบบบูล (Boolean satisfiability problem), พีชคณิตแบบบูล (Boolean algebra). Additional references: Thai, Thailand, Boolean. (volunteer & more translations)
Thaiklang ปัญหาความสอดคล้องแบบบูล (Boolean satisfiability problem), พีชคณิตแบบบูล (Boolean algebra). Additional references: Thaiklang, Thailand, Boolean. (volunteer & more translations)
Turkish Boole (Boolean), Boolean (Boolean), Boole işleci (Boolean operator, logical operator), Boole komutları (Boolean instructions), Boole cebri (Boolean algebra), Boole cebiri (Boolean algebra), Boole damgası (Boolean character), ana Boole işlevleri (primary Boolean function, primary Boolean functions), çifteş Boole işlemi (dual Boolean operation). Additional references: Turkish, Turkey, Bulgaria, Boolean. (volunteer & more translations)
Ukrainian Булева алгебра (Boolean algebra). Additional references: Ukrainian, Boolean. (volunteer & more translations)
Ukrainian (transliteration) buleva algebra (Boolean algebra). Additional references: Ukrainian, Boolean. (volunteer & more translations)
Source: Eve, based on a combination of meta analysis and graph theory (for near and back translations). Top

Constructed Language Translations: Boolean

Language Translations for “Boolean” or closest synonym(s); back translations in parentheses.
Athag Bathagoolathageathagan (Boolean). Additional references: Athag, Boolean. (volunteer)
Double Dutch Bagoolageagan (Boolean). Additional references: Double Dutch, Boolean. (volunteer)
Leet |3()()|&/-\[\] (Boolean). Additional references: Leet, Boolean. (volunteer)
Oppish Bopoolopeopan (Boolean). Additional references: Oppish, Boolean. (volunteer)
Pig Latin Ooleanbay (Boolean). Additional references: Pig Latin, Boolean. (volunteer)
Terran B Boolean (Boolean). Additional references: Terran B, Boolean. (volunteer)
Ubbi Dubbi Buboolubeuban (Boolean). Additional references: Ubbi Dubbi, Boolean. (volunteer)
Source: compiled by the editor. Top