You are on page 1of 5

Name: Asad Ali Roll number; 32 time allowed: 20min marks: 14

Task 1

Identify the Gate and make the ladder logic of single line for the truth table given.

Task 2

Two thermistors are used to regulate temperature in a system. When the thermistor is COLD its resistance
is LARGE and the input to the NAND gate is high.
Since the NAND gate is connected as an INVERTER the output is LOW.
As the thermistor warms up its resistance decreases, the voltage across it falls and the input to the NAND
gate falls.
When it becomes low enough the output becomes HIGH and the buzzer sounds.

Make the ladder logic and truth table.

Task 3

Identify the Gate and make the truth table.

Task 4
Identify the gate and make the truth table and ladder logic.

Task 5

Identify the logic and make the truth table.

Task 6

Identify the logic and make the ladder logic.

Task 7
Solution:
Task 1:
Gate:
The gate is AND GATE

Ladder Logic:

X1 X2 Y1

END

Task 2:

X1= Thermistor 1

X2: Thermistor 2

Y1= Buzzer beeping

X1 X2 Y1
0 0 1
0 1 1
1 0 1
1 1 0
Ladder Logic:

X1 X2 Y1

END

Tast 4:

Gate: The gate given is NOT GATE

X1 Y1
0 1
1 0

Y1
X1
END

Task 3:

The gate

The Gate is OR Gate

X0 X1 Y1
0 0 0
0 1 1
1 0 1
1 1 1

Task 5:

The gate is Not Gate

X0 X1 Y1
0 0 1
0 1 0
1 0 0
1 1 0
Task 6:

The Logic is OR Gate

X1 Y1

X2
END

Task 7:

The Gate is XOR Gate

A B Y
0 0 0
0 1 1
1 0 1
1 1 0

The Gate is XNOR Gate

A B Y
0 0 1
0 1 0
1 0 0
1 1 1

You might also like