You are on page 1of 4

Baby Incubator Alarm Circuit

Copper Task

Sometimes when a baby is born they need to be kept in an incubator for a period of time.  A
manufacturer would like to design a new baby alarm to be used in the incubator.  

This alarm should only sound if it is switched on AND when the temperature becomes too cold OR the
baby starts crying.

Using the following:

S = alarm switch
T = temperature
C = baby crying
A = alarm

a) Draw a truth table from these conditions to show when the alarm sounds.  

b) From your table produce a Boolean expression to represent the baby alarm

c) Build a logic circuit that is capable of carrying out the expression.  Screen shot the final circuit.
Truth Table

Answer:

S T C A
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 0
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 1

Solution:

This alarm should only sound if it is switched on AND when the temperature
becomes too cold OR the baby starts crying.

Design should be

S T C A
1 0 1 1
1 1 0 1
1 1 1 1
LEGEND :

S = alarm switch, T = temperature, C = baby crying, A = alarm

Since the temperature and crying of baby can either be one or zero, we will need to use
inverter gates for those two aspects ONLY.

−¿ −¿ −¿ −¿
S T C T C STC STC STC
0 0 0 1 1 0 0 0
0 0 1 1 0 0 0 0
0 1 0 0 1 0 0 0
0 1 1 0 0 0 0 0
1 0 0 1 1 0 0 0
1 0 1 1 0 0 1 1
1 1 0 0 1 1 0 1
1 1 1 0 0 1 1 1
Boolean Algebra

Since the design specification says the alarm switch must be on AND either the temperature
becomes too cold OR the baby starts crying, appropriate gates can easily be established from the
context of the plan.

A (STC) = (S.T.C) + (S.T.C) + (STC)

Circuit

Attendance:

GROUP 7

Ilao, Jennielyn M.

Jader, Elmer B.

Dinglasan, Renz Adrian

Hernandez, Paul

You might also like