Questions
_______ can be used to control the order in which logical operators will be evaluated.
- Quotation marks
- Parenthesis
- Commas
- Relational operators
When the logical operator(s) _______ is/are used, only one expression must evaluate as true in order for the entire expression to be true.
- AND
- OR
- Either AND or OR
- NOT
Which of the following expressions is true?
- (10 > 14) AND ("ABLE" > "BEE")
- (10 > 14) OR ("ABLE" > "BEE")
- NOT ("X" > "M") OR (14 = 10)
- NOT (15 > 15)
The output of EX-NOR gate is 1, when
- A = 1 and B = 0
- A = 0 and B = 0
- A = 1 and B = 1
- Both 2 and 3
If the logic function F = (AB + B') 'A', then what is the value of A?
- A' . B'
- A' . B
- AB
- A' B' + A
- None of the above
Which of the following is not a combinational circuit?
- NAND gate
- Multiplexer
- Encoder
- Binary counter
When AND gate is used to combine two Boolean expressions, _______.
- both the expressions must be true for the entire expression to be true
- at least one of the expressions must be true for the entire expression to be true
- neither expression should be true for the entire expression to be true
- the program stops executing
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