Computer Science
What is the application of boolean algebra in computer science?
Boolean Algebra
3 Likes
Answer
Computers understand machine language which is based on binary logic i.e. 0's and 1's. Their eletrical circuits are a physical manifestation of two-value Boolean logic. The processors of the computer work on boolean algebra.
Answered By
1 Like
Related Questions
Reduce the following to its simplest form using laws of boolean algebra. At each step clearly state the law used for simplification.
A.B' + A'.B.C' + (A.C') + B.CState the dual form of the following boolean expression:
X.Y'(X.Y'.Z + X + X'.Z')Explain the following:
- Canonical sum of product
- Canonical product of sum
Given the boolean function F(x, y, z)=Σ(0, 2, 4, 5, 6). Reduce it using Karnaugh's map.