0% found this document useful (0 votes)
6 views5 pages

Logic Gate Exe

The document outlines a series of logic circuit designs and truth tables for various systems, including water control, manufacturing alarms, and greenhouse monitoring. Each system is described with specific conditions that trigger an output, requiring the use of logic gates with a maximum of two inputs. Additionally, it includes a set of logic expressions for different scenarios involving variables A, B, and C.

Uploaded by

chaw su
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views5 pages

Logic Gate Exe

The document outlines a series of logic circuit designs and truth tables for various systems, including water control, manufacturing alarms, and greenhouse monitoring. Each system is described with specific conditions that trigger an output, requiring the use of logic gates with a maximum of two inputs. Additionally, it includes a set of logic expressions for different scenarios involving variables A, B, and C.

Uploaded by

chaw su
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Draw the Logic Circuits and Truth tables.

(1) X = ((A OR B) XOR (B NAND C)) OR C


(2) X = (NOT(NOT A) AND (A OR B)) NOR (A OR B)
(3) X = ((A XOR B) NAND (A OR C)) XOR C
(4) X = (NOT(A OR B) XOR (B NOR C)) XOR C
(5) X= 1 if ((A is 1 AND B is 1) AND (A is 1 OR C is NOT 1)) OR (B is 1 AND C is Not 1)
(6) X=1 if (A is Not 1) OR ((B is 1 OR C is 1) AND (B is NOT 1 OR A is NOT 1))
(7) X=1 if ((A is NOT 1 Or B is 1) NOR C is 1) NAND ((A is 1 AND C is 1) NOR B is 1)
(8) X=1 if ((A is 1 AND B is NOT 1) NAND C is 1) XOR ((A is 1 AND C is 1) OR B is 1)
(9) X=1 if((A is 1 NAND C is 1) NOR A is NOT 1) OR (B is 1 AND C is NOT 1)
(10) X=(NOT A NOR B) NAND (B XOR C)
(11) X=1 if ((A is 1 NOR C is 1) AND (B is NOT 1 NOR C is 1)) OR (A is 1 AND B is 1)
(12) X=1 if ((A is NOT 1 AND B is 1) AND (A is NOT 1 AND C is NOT 1)) OR (B is 1 AND C is 1)
(13) X = ( A AND B ) OR ( B AND NOT C )

1. A water control system uses a switch and two pressure sensors.


The outputs of the switch and sensors are shown in the table.
Create a logic circuit that will produce an output (X) of 1 when:

The switch S1 is on
and
either P1 is less than 3 or P2 is less than 3, but not both.
All logic gates used must have a maximum of two inputs.

1
2. Plastic pipes of various sizes are manufactured by heating the plastic and using pressure.
The manufacturing system uses sensors to measure the pressure (P), temperature (T) and
speed (S) of production.
The inputs to the manufacturing system are:

The system will sound an alarm (X) when certain conditions are detected.
The alarm will sound when:
Temperature is > 200 degrees Celsius and the pressure is <= 5 bar
or
Speed is > 1 metre per second and Temperature is <= 200 degrees Celsius
Draw a logic circuit to represent the above alarm system.
Logic gates used must have a maximum of two inputs.
3. A factory that manufactures cleaning products has a system that monitors conditions
throughout the manufacturing process.
The inputs to the system are:

2
The system will sound an alarm (X) when certain conditions are detected.
The alarm will sound when:
• The pressure > = 80 % and the temperature > = 35 °C
or
• The temperature < 35 °C and the pH > 7
Draw a logic circuit to represent the alarm system in the factory. Each logic gate must have a
maximum of two inputs.
4. A greenhouse uses a system to monitor the conditions that plants need to grow.
The inputs to the system are:

The system will sound an alarm when certain conditions are detected.
Alarm (X) will sound (=1) when:
window is closed and temperature >=26 °C
or
temperature <26 °C and humidity >=50%
Draw a logic circuit to represent the system.
5. X = (((A AND B) OR (NOT (B OR C))) NAND C)
6. X = (((A OR B) OR (NOT (B XOR C))) AND C)
7. X = (((A OR B) AND (NOT(B XOR C))) OR NOT C)
8. X = ((((NOT A AND B) OR C) AND B) NOR (B OR C))

3
9. An aeroplane has a warning system that monitors the height of the aeroplane above the
ground, whether the aeroplane is ascending or descending, and the speed of the aeroplane.

The warning system will produce an output of 1 that will sound an alarm (W) when either of
these conditions apply:
Height is less than 500 metres and the aeroplane is descending
or
The aeroplane is descending and speed is greater than 470 knots
Draw a logic circuit to represent the warning system.
10. X = ((NOT (A NAND B)) OR (B NOR C))
11. X = (((A NAND B) NOR (B AND C)) OR C)
12. X = ((B AND NOT A) XOR (A OR C))
13. X = (A OR NOT B) AND (B AND NOT C)

4
14. Consider the truth table:

(a) Draw a logic circuit to represent the given truth table.


Each logic gate should have maximum of two inputs.
Do not simplify the logic circuit.

(b) Write a logic expression for the given truth table. Do not simplify the logic expression.

15.

You might also like