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

Binary Logic Exercises and Solutions

This document contains 9 binary logic exercises related to different logic circuits and their representations in the form of logical equations, ladder diagrams, and flowcharts.

Translated by

ScribdTranslations
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 views8 pages

Binary Logic Exercises and Solutions

This document contains 9 binary logic exercises related to different logic circuits and their representations in the form of logical equations, ladder diagrams, and flowcharts.

Translated by

ScribdTranslations
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

BINARY LOGIC EXERCISES 1

Trunk lock
Four managers of a company (A, B, C, and D) can access a safe. They each have a different key (a,
b, c, and d) and it was agreed that:
One can only open the safe if at least one of the managers B or C is present;
B, C, and D can only open it if at least two of the other managers are present.

Provide the logical equation of the safe lock S in terms of a, b, c, and d; for example,
fill in the truth table of the function but a more direct method may be suitable.

a b c d S

Materialize the control circuit with a LADDER diagram.

Materialize the control circuit with a flowchart.


BINARY LOGIC EXERCISES 2

2. Amplification sonore
The three speakers in a movie theater (a, b, and c) can be connected to an amplifier that has two
outputs: the first with an impedance of 4 Ω (S4) and the second with an impedance of 8 Ω (S8).
When a single speaker is used, it must be connected to the 8 Ω output.
When two speakers are used, they must be connected both to the 4 Ω output (they are then set up in
parallel).
The simultaneous operation of the three speakers is prohibited.

Determine the logical equations for the outputs S4and S8depending on a, b, and c.

a b c S4 S8

Represent the control circuit with a LADDER diagram.

Materialize the control circuit with a flowchart.


BINARY LOGIC EXERCISES 3

3. Voting circuit
Four union delegates represent the following number of votes: a = 100 votes, b = 150 votes, c = 250
voice, d = 175 voices.
To be accepted during meetings, a proposal must receive at least 50% of the votes represented.
Give the logical equation of a circuit S with 4 inputs a, b, c, and d whose logical value is '1' when a
The proposal is accepted and "0" when it is rejected.

a b c d S

Materialize the control circuit with a LADDER diagram.

Represent the control circuit with a flowchart.


EXERCICES DE LOGIQUE BINAIRE 4

4. Simplification of logical functions


Give the logical equations of the functions whose truth tables are given below.

a b c S a b c d S'
0 0 0 1 0 0 0 0 0
0 0 1 0 0 0 0 1 1
0 1 0 1 0 0 1 0 0
0 1 1 1 0 0 1 1 1
1 0 0 0 0 1 0 0 0
1 0 1 0 0 1 0 1 1
1 1 0 1 0 1 1 0 0
1 1 1 0 0 1 1 1 0
1 0 0 0 0
1 0 0 1 1
Simplify this logical equation using the method
1 0 1 0 0
algebraic. 1 0 1 1 1
1 1 0 0 0
1 1 0 1 1
1 1 1 0 0
1 1 1 1 0

Simplify the two equations using the Karnaugh map method.

7 segment display
For this exercise, refer to the document '7-segment display and BCD code'.

Complete the truth table of the 7-segment display.

Using the Karnaugh map method, provide the simplest equation for segment b.

Same question for segment f.


BINARY LOGIC EXERCISES 5

6. Lighting of a staircase
The three landing levels of a three-story staircase must be able to be turned on or off simultaneously from three
switches a1, a2and a3located respectively at each landing. The operation of any of these switches must
train the state change of the three lamps (mounted in parallel).

Determine the logical control equation of the lamps L as a function of a.1, a2and to3To do this, draw the
truth table of the function L in the following way (only one input changes state at a time):

a3 a2 a1 L
0 0 0
0 0 1
0 1 1
0 1 0

Materialize the control circuit with a LADDER diagram.

Materialize the control circuit with a flowchart.


BINARY LOGIC EXERCISES 6

7. Order for a garage door


A private garage door is operated by a two-way electric motor (Opening O, Closing F), and it
can be controlled from three switches c1, c2and c3located in three different places (inside the house,
interior of the garage and exterior). In addition, two limit switch contacts, a and b, allow the motor to stop when the
The door is completely open or completely closed.

Determine the logical equations of the commands O and F in terms of a, b, c1, c2and c3.

Materialize the control circuit using a LADDER diagram.

Materialize the control circuit with a flowchart.


BINARY LOGIC EXERCISES 7

8. Fire Safety
A chip bin is protected against fire by a
Order V
carbon dioxide bottle whose opening is obtained compressed air jack
by means of a single-acting cylinder V: when V is monostablecontrol
alimenté, sa tige poinçonne la capsule de sécurité.

The opening of the bottle can be controlled by a


smoke detector delivering a signal or by a button
emergency placed outside the premises; the order is not
possible that if the door is closed (detector f)

Determine the logical equation of the control V as a function of d, u, and f.

Materialize the control circuit with a LADDER diagram.

Materialize the control circuit with a flowchart.


BINARY LOGIC EXERCISES 8

9. Coincidence detector
We want to compare a set of three binary values a, b, c (considered in that order) to another set of three.
binary values x, y, z (also considered in this order) to detect their coincidence.

Determine the logical function F that satisfies the following condition: F = 1 if (a = x, b = y and c = z)

Materialize the control circuit with a LADDER diagram.

Materialize the control circuit with a flowchart.

You might also like