Sponsor Area
TextBook Solutions for Punjab School Education Board Class 12 Computer And Communication Technology Computer Science With C++ Chapter 12 Boolean Algebra
Question 1
Verify the following using truth table:
- X’=0
- X+1=1
Solution
|
X |
X’ |
X.X’ |
X+1 |
|
0 |
1 |
0 |
1 |
|
0 |
1 |
0 |
1 |
|
1 |
0 |
0 |
1 |
|
1 |
0 |
0 |
1 |
Question 3
Write the SOP form of a Boolean Function F, which is represented in a truth table as follows:
|
X |
Y |
Z |
F |
|
0 |
0 |
0 |
1 |
|
0 |
0 |
1 |
0 |
|
0 |
1 |
0 |
1 |
|
0 |
1 |
1 |
0 |
|
1 |
0 |
0 |
1 |
|
1 |
0 |
1 |
0 |
|
1 |
1 |
0 |
0 |
|
1 |
1 |
1 |
1 |
Easy
Sponsor Area
Sponsor Area
Mock Test Series
Mock Test Series




