A combinational circuit has 3 inputs A, B, C and output F. F is true for following input combinations
- A is False,
- B is True A is False,
- C is True A, B, C are False
- A, B, C are True
Write the Truth table for F. Use the convention True=1 and False = 0.
Ans. Making the truth table of given datais given below:
A
|
B
|
C
|
F
|
0
|
0
|
0
|
1
|
0
|
0
|
1
|
1
|
0
|
1
|
0
|
1
|
0
|
1
|
1
|
1
|
1
|
0
|
0
|
0
|
1
|
0
|
1
|
0
|
1
|
1
|
0
|
0
|
1
|
1
|
1
|
1
|
A is false b is true → For both value of c F is true.