Computer Science, asked by subrotoc21, 11 months ago

!
(a)
The Planning Committee of a particular town consists of a President, Secretary and
a Treasurer. Any decision taken on development plans of the town can be
implemented only if :
The President and cither Secretary or Treasurer agrees
OR
All three agree
The inputs are:
-
-
-
0
=
INPUTS
р
Denotes the President's vote
Denotes the Secretary's vote
Denotes the Treasurer's vote
--
LE
Output: X - Denotes development plan [1 indicates agreed and 0 indicates refused in all
cases)
Draw the truth table for the inputs and outputs. Also, write the Boolean expression with
conjunctive operators for each of the true values (l's) from the output column of the
truth table​

Answers

Answered by tanushpradhan82
4

Answer:

Output: X - Denotes development plan [1 indicates agreed and 0 indicates refused in all

cases)

Draw the truth table for the inputs and outputs. Also, write the Boolean expression with

conjunctive operators for each of the true values (l's) from the output column of the

truth table

Answered by ichhadwivedi2004
7

Answer:

The Truth Table will be:-

P     S     T   final

1      0     0     0

1      0      1     1

1      1       1     1

0     1       1     0

0     1       0    0

0     0      1     0

0     0      0    0

HOPE IT HELPS YOU...

Similar questions