Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

17BCE0764 SUMANTO PAL

DIGITAL ASSIGNMENT-2 17BCE0764 SUMANTO PAL

QUES 1.) A bank wants to install an alarm system with 3 movement


sensors. To prevent false alarms produced by a single sensor activation,
the alarm will be triggered only when at least two sensors activate
simultaneously. Express the digital circuits by Logic gates using Boolean
function.
ANS.
A-sensor 1
B-sensor 2
C-sensor 3
According to question alarm rings only when 2 sensors gets activated simultaneously.
We will take logic 1 as active sensor and 0 as inactive sensor.

A B C F
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 1

Therefore,
F=A’BC+AB’C+ABC’+ABC
K-MAP
17BCE0764 SUMANTO PAL

LOGIC CIRCUIT

You might also like