83.5k views
1 vote
A security system is desired that can be used to detect whenever any one of two doors in a house and any one of two windows are open. Derive a boolean expression from this description and draw the corresponding logic network that can be used to solve the problem.

User Sbi
by
6.8k points

1 Answer

13 votes

Answer:

Z = A + B

Step-by-step explanation:

The logic network can be seen attached below. This basically shows that if either of the two inputs are True then the output would apply. In this scenario, the output would be the alarm going off. Since either one of the windows being opened in this scenario would set off the alarm then the logic operator that needs to be used would be OR. In this scenario, the two windows are represented by the variables A and B while the output can be represented by the variable Z. Using these variables, we can apply the following boolean expression.

Z = A + B

A security system is desired that can be used to detect whenever any one of two doors-example-1
User Jimjamslam
by
8.0k points