answersLogoWhite

0


Best Answer

Boole

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who developed the binary algebra and became known as boolean algebra?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

What is a boolean theorem?

In The Middle Of 19th Century ,an English mathematician George Boole developed rules for manipulations of binary variables, known as Boolean Algebra. This is the basis of all digital systems like computers, calculators etc. 0and 0=0 0 and 1=0 1 and 0=0 1 and 1=1. He did not develop his Boolean Algebra until he became a professor in Ireland. (Cork I think.) There is a well developed article in wikipedia.org.


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 name of algebra that deals with logical propositions which are either true or false?

The name of algebra that deals with logical propositions which are either true or false is Boolean algebra. It was developed by mathematician George Boole and is widely used in computer science and digital electronics for designing and analyzing logic circuits.


What is the importance of boolean algebra to computer students?

Boolean algebra is the very basis for all of computing. Boolean algebra results in only 2 answers, true or false. To computers, these are represented by 0 and 1. This creates the binary system, which is how all computers operate.


What is the connection of boolean algebra into computers?

The connection stems from the fact that in Boolean logic binary numbers are used and these are used in computers as well. That reminds of a joke you may have heard. There are only 10 kinds of people: -those who understand binary; -those who don't

Related questions

What are the importance of boolean algebra?

Boolean algebra is an area of algebra in which variables are replaced with 1 or 0 to indicate true or false. This form of algebra became the basis for binary computer programming used in digital electronic development.


Define Boolean Algebra?

Boolean algebra is a division of mathematics that deals with operations on logical values and incorporates binary variables.


What is a boolean theorem?

In The Middle Of 19th Century ,an English mathematician George Boole developed rules for manipulations of binary variables, known as Boolean Algebra. This is the basis of all digital systems like computers, calculators etc. 0and 0=0 0 and 1=0 1 and 0=0 1 and 1=1. He did not develop his Boolean Algebra until he became a professor in Ireland. (Cork I think.) There is a well developed article in wikipedia.org.


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 name of algebra that deals with logical propositions which are either true or false?

The name of algebra that deals with logical propositions which are either true or false is Boolean algebra. It was developed by mathematician George Boole and is widely used in computer science and digital electronics for designing and analyzing logic circuits.


What is the importance of boolean algebra to computer students?

Boolean algebra is the very basis for all of computing. Boolean algebra results in only 2 answers, true or false. To computers, these are represented by 0 and 1. This creates the binary system, which is how all computers operate.


What is the connection of boolean algebra into computers?

The connection stems from the fact that in Boolean logic binary numbers are used and these are used in computers as well. That reminds of a joke you may have heard. There are only 10 kinds of people: -those who understand binary; -those who don't


Differentiate between ordinary algebra and boolean algebra?

ordinary:-it base all types of laws required for arthmetic operators all outputs are real numbers boolean:- it involves only binary inputs and outs in binary consists only 1,0 as ouputs it involves only two types of laws mostly commutative and associative laws


Who developed the binary number system?

'Yes/No' type systems have been used for millennia eg in India, China. I think Leibniz was the first modern mathematician to write explicitly about '1-0' in the 18th Century, followed by George Boole's paper on logic systems (1854?) which eventually became known as Boolean algebra. "There are 10 types of people in the world - those who understand binary and those who don't"


How do you convert binary to hexadecimal using assembly language?

In order to convert binary to hexadecimal using assembly language, the programmer must possess an understanding on boolean algebra or binary system in other words. A compiler is also needed to complete the program.


How is Boolean algebra related to computer language?

Its main utility is in representing the truth value statements, rather than the numeric quantities of ordinary algebra. It is used in the binary system in digital computers. The only truth values, true and false can be represented by the binary digits 1 and 0. The fundamental operators (Boolean logic) are "and,' "or," and "not." Thirteen other operators can be made up using a combination of these operators.


What is logic 0 and logic 1?

Logic 0 and logic 1 are the two states in digital (or binary) logic. A binary numbering system has but two numbers: 0 and 1. In contrast, we use a decimal system with 10 numbers: 0 to 9. The area of algebra that addresses binary (2-state) logic is called Boolean. In Boolean a logic 0 may be refered to as 'low', 'off' or 'false'; a logic 1 as 'high', 'on' or 'true'. Boolean logic is the foundation of digital electronics.