answersLogoWhite

0


Best Answer

Because computers uses binary as its language.

And programs are representation of logic.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Explain why Boolean logic is so important for computers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

Why is Boolean logic important in computer science?

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.


What type of logic did George Boole invent in the 19th century?

He invented what is now simply known as Boolean logic. It is what is used in modern computers.


What is the difference between Boolean algebra and mathematical logic?

Boolean Algebra is the study of the algebra of logic whilst Mathematical logic is a way of applying Boolean algebra. Other applications include set theory, digital logic and probability.


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


Why do you need to express logic functions using Boolean descriptions?

Boolean algebra is a mathematical method used to describe the behavior and operation of digital logic. Boolean descriptions and relationships can help us design logic and predict the behavior of more complex digital systems.

Related questions

Was anybody involved in the Boolean algebra?

George Boole, the creator of Boolean Algebra, the creators of computers, and all of us that have even once used computers; computers use Boolean Algebra for truth values, making logic circuits.


Why is Boolean logic important in computer science?

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.


What has the author Chris A Theodore written?

Chris A. Theodore has written: 'Boolean algebra and digital computers' -- subject(s): Algebra, Boolean, Boolean Algebra, Logic circuits


What type of logic did George Boole invent in the 19th century?

He invented what is now simply known as Boolean logic. It is what is used in modern computers.


Boolean logic gates are combined what type of packages?

All packages. Everything digital is boolean logic.


What is the difference between Boolean algebra and mathematical logic?

Boolean Algebra is the study of the algebra of logic whilst Mathematical logic is a way of applying Boolean algebra. Other applications include set theory, digital logic and probability.


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


When was boolean logic invented?

I believe it was in the 1840's but George Boole the inventor of Boolean Logic lived from1815 - 1864


1 Why is an understanding of Boolean algebra important to computer scientists?

Boolean algebra generally deals with design of h/w circuits forms a basis of the computer scientists,since computers can understand only machine level language which is of zeros and one so understanding of boolean algebra is important i think.more over boolean algebra also deals with minimalization of the logic design which has considerably reduced the size of hardware so according to me each and every computer scientist shouldhave a basic understanding of boolean algebra.


What are the basic logic operators in Boolean algebra?

AND, OR, and NOT are the basic operators in Boolean Algebra.


What is an AND gate?

An AND gate is a logic gate performing a Boolean logic AND operation.


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.