Digital Logic Design Problem with Solution, Assignments of Digital Logic Design and Programming

Design a home security system that has a master switch, which is used to enable an alarm, light, video cameras, and a call to local police in the event of one or more of six sets of sensors detecting an intrusion. In addition, there are separate switches to enable and disable the alarm, lights, and the call to local police. The inputs, outputs, and operation of enabling logic are specified as follows:

Typology: Assignments

2020/2021

Available from 02/24/2022

sadia-afrin-engineer
sadia-afrin-engineer šŸ‡§šŸ‡©

5 documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Course Name: Digital Logic Design
Course Code: EEE 205
Time: 1 hour 20 minutes
SET-A
Marks
30
1. CO1/Cognitive/Create
Design a home security system that has a master switch, which is used to enable
an alarm, light, video cameras, and a call to local police in the event of one or
more of six sets of sensors detecting an intrusion. In addition, there are separate
switches to enable and disable the alarm, lights, and the call to local police. The
inputs, outputs, and operation of enabling logic are specified as follows:
Inputs:
Outputs:
A0: alarm (0 = alarm off, 1 = alarm on)
L0: light (0 = light off, 1 = light on)
P0: police call (0 = police call off, 1 = police call on)
V: video camera (0 = cameras off, 1 = cameras on)
Si, i=0,1, 2, 3, 4, 5: signals from six sensors sets (0 = no intrusion detected, 1
= intrusion detected)
M = master switch (0 = security system disabled, 1 = security system enabled)
A = alarm switch (0 = alarm disabled, 1 = alarm enabled)
L = light switch (0 = light disabled, 1 = light enabled)
P = police switch (0 = police call disabled, 1 = police call enabled)
Operations:
i) If only one sensor detects an intrusion and the security system (M)
as well as L are enabled, then L0 and V will be on, and all other
outputs will be off.
ii)
iii)
If two sensors detect intrusion and the security system (M) as well
as A, L are enabled, then A0, L0, and V will be on but P0 will be off.
If three or more sensors detect intrusion and the security system (M)
as well as A, L, P are enabled, then all the outputs will be on.
pf3
pf4

Partial preview of the text

Download Digital Logic Design Problem with Solution and more Assignments Digital Logic Design and Programming in PDF only on Docsity!

Course Name: Digital Logic Design

Course Code: EEE 205

Time: 1 hour 20 minutes SET-A Marks 30

  1. CO1/Cognitive/Create Design a home security system that has a master switch, which is used to enable an alarm, light, video cameras, and a call to local police in the event of one or more of six sets of sensors detecting an intrusion. In addition, there are separate switches to enable and disable the alarm, lights, and the call to local police. The inputs, outputs, and operation of enabling logic are specified as follows: Inputs: Outputs: A 0 : alarm ( 0 = alarm off, 1 = alarm on) L 0 : light ( 0 = light off, 1 = light on) P 0 : police call ( 0 = police call off, 1 = police call on) V: video camera ( 0 = cameras off, 1 = cameras on) Si, i=0,1, 2, 3, 4, 5: signals from six sensors sets ( 0 = no intrusion detected, 1 = intrusion detected) M = master switch ( 0 = security system disabled, 1 = security system enabled) A = alarm switch ( 0 = alarm disabled, 1 = alarm enabled) L = light switch ( 0 = light disabled, 1 = light enabled) P = police switch ( 0 = police call disabled, 1 = police call enabled) Operations : i) If only one sensor detects an intrusion and the security system (M) as well as L are enabled, then L 0 and V will be on, and all other outputs will be off. ii) iii) If two sensors detect intrusion and the security system (M) as well as A, L are enabled, then A 0 , L 0 , and V will be on but P 0 will be off. If three or more sensors detect intrusion and the security system (M) as well as A, L, P are enabled, then all the outputs will be on.

i) S S 1 S 2 S 3 S 4 S 5 M A L P V A L P 1 Sensor Input S0 1 S1 0 S2 0 S3 0 S4 0 S5 0 0 1 1 1 0 0 1 Switch Input M 1 A 0 L 1 P 0 Note: 1 = ON 0 = OFF ! olution

iii) S S 1 S 2 S 3 S 4 S 5 M A L P V A L P 1 Sensor Input S0 1 S1 1 S2 1 S3 0 S4 0 S5 0 1 1 1 1 1 1 1 Switch Input M 1 A 1 L 1 P 1 Note: More than 3 sensors detection will give same result. Note: 1 = ON 0 = OFF