Boolean Algebra
Test your knowledge on boolean algebra and its basics fundamentals
Questions
Boolean algebra is used to analyse and design _____ circuits.
- analog
- digital
- hybrid
- combined
In Boolean algebra, x. 0 is equal to
- 0
- 1
- x
- y
In Boolean algebra, x (y + z) is equal to
- x
- y
- x.y
- x.y + x.z
(xy)' = x' + y' is commonly referred to as
- Demorgan's theorem
- Karnaugh theorem
- Kelvin theorem
- Commutative property
In Boolean algebra, (xy)' is equal to
- x'
- y'
- x' + y'
- x'y'
A Boolean expression is specified by
- a table
- a truth table
- a false table
- the number of gates
All the basic Boolean laws are proved by means of
- table
- truth table
- false table
- combinational circuits
(x + y)' = x' y' is defined under
- Demorgan's theorem
- Karnaugh theorem
- Kelvin theorem
- Associative property
In boolean algebra, x + 0 = _____
- 0
- 1
- x
- y
An algebra that deals with binary variables and logic operations is
- simple algebra
- complex algebra
- boolean algebra
- none of these
In boolean algebra, x + 1 = _____
- 0
- 1
- x
- y
In boolean algebra, x. x = ______
- 0
- 1
- x
- y
In boolean algebra, x.1 = _____
- 0
- 1
- x
- y
In boolean algebra, x + x = _____
- 0
- 1
- x
- y
In boolean algebra, x + x' = _____
- 0
- 1
- x
- y
In boolean algebra, x. x' = _____
- 0
- 1
- x
- y
In boolean algebra, x. y = _____
- x
- y
- x.y
- y. x
In boolean algebra, x + y = ____
- x
- y
- x + y
- y + x
In boolean algebra, x.(y.z) = _____
- x
- y
- x.y
- (x.y).z
In boolean algebra, x + (y + z) = ______
- x
- y
- x + y
- (x + y) + z
In boolean algebra, x + yz = _____
- x
- y
- x + y
- (x + y) (x + z)
In boolean algebra, (x')' = _____
- x
- y
- 0
- 1
In boolean algebra, (x + y)' = ____
- x
- y
- x'y'
- xy
Boolean algebra is used to ___ boolean expression.
- simplify
- complicate
- divide
- merge
The output of the boolean function can be
- 0
- 1
- either 0 or 1
- none of these