answersLogoWhite

0


Best Answer

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

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why is Boolean logic important in computer science?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic
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)


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.


How is boolean logic and computer hardware related?

ok


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 does boolean logic do?

boolean logic is a system for logical operations. These operations uses terms who can only have two states : TRUE or FALSE this logic as often used in computer and electronic sciences. You can answer closed questions with this logic (YES or NO) but you can't solve open questions.


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.