1 Crore+ students have signed up on EduRev. Have you? Download the App |
Select the Boolean function(s) equivalent to x + yz, where x, y, and z are Boolean variables, and + denotes logical OR operation.
Concept:
Boolean function:
The variables used in Boolean Algebra only have one of two possible values, a logic “0” and a logic “1” but an expression can have an infinite number of variables all labeled individually to represent inputs to the expression.
For example, variables A, B, C, etc, give us a logical expression of A + B = C, but each variable can ONLY be a 0 or a 1.
The given expression is = x + yz the equivalent expression is,
Option 1: x + z + xy
= x + z + xy
= x(1+y)+ z (∴ 1 + x = x + 1 = x)
= x + z it is not equivalent x + yz.
Option 2: (x + y)(x + z)
= (x + y)(x + z)
= x + xz + yx + yz
= x(1+ z+ y) + yz (∴1 + x = x + 1 = x)
= x + yz it is equivalent x + yz.
Option 3: x + xy + yz
= x + xy + yz
= x(1 + y) +yz
= x + yz it is equivalent x + yz.
Option 4: x + xz + xy
= x + xz + xy
= x(1+z+y) (∴1 + x = x + 1 = x)
= x it is not equivalent x + yz.
Hence the correct answer is option 2 and option 3.
Given below are two statements:
Statement I: A two-input OR gate and a two-input AND gate have similar inputs. but outputs may be the same or different.
Statement II: An AND gate has inputs A and B. The input B is always low, the state of input A can affect the output.
In the light of the above statements, choose the correct answer from the options given below:
Concept:
A two-input OR gate shows the output as:
A two-input AND gate shows the output as:
Circuit symbol of AND gate
Calculations:
Given:
Statement I: A two-input OR gate and a two-input AND gate have similar inputs.
For OR gate output = A + B, AND gate output is = A.B
So, statement 1 is incorrect.
The output of AND gate is shown by its truth table:
According to Statement II: An AND gate has inputs A and B. The input B is always low,
Then, B shows 0 as input then any Value of A can not change the output. So, this statement is incorrect.
Hence, Option (2) is correct that both statements are incorrect.
Four statements are given below. Identify the correct statement.
Write the simplified equation for the given K-Map.
Concept:
K-map:
Calculation:
→ There are no 16 bits group, no 8-bits group, but there are 2-four bits group
→ Eliminate the variables for which the corresponding hit appears within the group as both 0 and 1.
→ Therefore in SOP form (sum of products) output
(A.A̅) + A
= 0 + A = A
All Boolean algebra laws are shown below:
The output Y of the logic circuit given below is:-
XOR GATE
Symbol:
Truth Table:
Output Equation:
Key Points:
1) If B is always High, the output is the inverted value of the other input A, i.e. A̅.
1) The output is low when both the inputs are the same.
2) The output is high when both the inputs are different.
Y = 1
Which one of the following gives the simplified sum of products expression for the Boolean function F = m0 + m2 + m3 + m5, where m0, m2, m3 and m5 are minterms corresponding to the inputs A, B and C and A as the MSB and C as the LSB?
F = ∑m (0, 2, 3, 5)
To find the complement of Y.
Concept:
De Morgan’s law states that:
Application:
This can be written as:
f = A̅ + B̅ + A̅ B̅
f = A̅ (1 + B̅) + B̅
f = A̅ + B̅
Again using De-Morgan's property, we get: