answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: 1 Why is an understanding of Boolean algebra important to computer scientists?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


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 boolean operation on triangulated solid?

Boolean operations on traiangulated solids are computer graphic representations of the overlap of two polygons, in this case triangles. They can be created using bitmaps.


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 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 are four Boolean operators?

Depends on the computer language, the Boolean operators may have different looks, but all the basic ones should be in place:Equality (Equals(), ==, IsTrue, IsFalse), to compare 2 boolean valuesNot (~, !, .NOT. ), negation or compliment. That is, !True TrueAnd (&, &&, .AND.), the intersection.Or (|, , .OR.), the union


What term best describes a one bit value in a computer?

bit, boolean, LOGICAL, bool


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)


Importance of boolean algebra?

Boolean algebra is the process of evaluating statements to be either true or false. It is extremely important for inductive and deductive reasoning as well as for all forms of science.


Are computers based on boolean algebra?

Very deep in the computer, yes. The 3rd+ level programming languages, no.


Where does the term boolean origination?

The term originated from George Boole, who was an English mathematician, philosopher, and logician. In terms of computer programming, Boolean means that that data type can only be true or false, using terms such as AND, OR, and NOT.