Computer Science

Draw the truth table for the following boolean function:
F (A, B, C)=(A'+B).(B'+C)

Boolean Algebra

20 Likes

Answer

ABCA'B'A'+BB'+C(A'+B).(B'+C)
00011111
00111111
01010100
01110111
10001010
10101010
11000100
11100111

Answered By

10 Likes


Related Questions