answersLogoWhite

0

Boolean logic can be thought of as "0 and 1" logic, or "True or False" logic.

Boolean math started out as "True or False" expressions.

In computers, the bits stored in memory are interpreted as either a '0' or a '1' (binary numbers).

Computer scientists (usually, though you can prove out the concept either way) map '0' = FALSE and '1' = 'TRUE', and thus the operations and decisions made in a computer can be expressed/evaluated as Boolean logic/math expressions.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

Which form of logic did George Boole introduce in the 19th century?

George Boole saw logic as a discipline of mathematics, not as a philosophy. He authored The Laws of Thought and is the inventor of Boolean Logic. Boolean logic was later used in the development of the structure for computer science and how the digital computer came to be formed. Boolean Logic is different from Algebra because it uses true and false variables as opposed to number variables.


Boolean algebra was named after who?

George Boole (2 November 1815 - 8 December 1864) was an English mathematician and philosopher.As the inventor of Boolean logic - the basis of modern digital computer logic - Boole is regarded inhindsight as a founder of the field of computer science.(Wikipedia)


When did george boole invent boolean algebra?

George Boole introduced Boolean algebra in his work titled "The Laws of Thought," published in 1854. This mathematical framework laid the foundation for modern logic and has had a profound impact on computer science and digital circuit design. Boolean algebra formalizes the operations of logic and is fundamental to various fields including mathematics, computer science, and electrical engineering.


What is a boolen algebra?

Boolean algebra is a mathematical structure that deals with binary variables and logic operations. It is used to represent and manipulate logical expressions and truth values. Boolean algebra is especially important in computer science and digital logic design, where it is used for constructing circuits, Boolean functions, and making logical decisions.


Uses of Boolean Algebra?

Boolean Algebra is a type of math in which the values of the variables are true and false. The algebra is the basis for digital logic, computer programming and mathematical logic.

Related Questions

Which form of logic did George Boole introduce in the 19th century?

George Boole saw logic as a discipline of mathematics, not as a philosophy. He authored The Laws of Thought and is the inventor of Boolean Logic. Boolean logic was later used in the development of the structure for computer science and how the digital computer came to be formed. Boolean Logic is different from Algebra because it uses true and false variables as opposed to number variables.


Boolean algebra was named after who?

George Boole (2 November 1815 - 8 December 1864) was an English mathematician and philosopher.As the inventor of Boolean logic - the basis of modern digital computer logic - Boole is regarded inhindsight as a founder of the field of computer science.(Wikipedia)


When did george boole invent boolean algebra?

George Boole introduced Boolean algebra in his work titled "The Laws of Thought," published in 1854. This mathematical framework laid the foundation for modern logic and has had a profound impact on computer science and digital circuit design. Boolean algebra formalizes the operations of logic and is fundamental to various fields including mathematics, computer science, and electrical engineering.


How is boolean logic and computer hardware related?

ok


What is a boolen algebra?

Boolean algebra is a mathematical structure that deals with binary variables and logic operations. It is used to represent and manipulate logical expressions and truth values. Boolean algebra is especially important in computer science and digital logic design, where it is used for constructing circuits, Boolean functions, and making logical decisions.


What is the syllabus for ssc exams for computer science?

Subject-wise: C, C++, DBMS, Networking, Number Systems, Boolean Algebra, Logic Gates.


Who is the father of symbolic logic?

George Boole is often considered the father of symbolic logic for his work in developing Boolean algebra, which laid the foundations for modern symbolic logic. His ideas were instrumental in the development of computer science and information technology.


Uses of Boolean Algebra?

Boolean Algebra is a type of math in which the values of the variables are true and false. The algebra is the basis for digital logic, computer programming and mathematical logic.


What did George Boole invent?

George Boole invented the digital computer logic also known as Boolean logic.


How are computers used in Computer Science?

computer can be a pretty general term but I would say the use of a PC in computer science would be to test Boolean logic before implementation. The science behind computers is nothing more than the study of the electronic use of Boolean logic, binary mathematics and in recent years the idea of human interface along side these.


George boole contribution?

George Boole (1815â??1864) was an English mathematician and a founder of the algebraic tradition in logic, the prototype of what is now called Boolean logic. Boolean logic is now the basis of the modern digital computer.


What is boolean constant?

A boolean constant is a fixed value that represents one of the two possible truth values in boolean logic: true or false. In programming and mathematics, these constants are typically denoted as true and false. They are used in conditional statements, logical operations, and control flow to determine the outcome of various expressions. Boolean constants are fundamental in computer science, enabling decision-making processes in algorithms and programming logic.