





Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Assignment 03 - Discrete Maths in BTEC Higher National Diploma in Computing
Typology: Essays (university)
1 / 9
This page cannot be seen from the preview
Don't miss anything!






Summative Feedback:
Internal verification:
Discuss two real-world binary problems in two different fields using applications of
Boolean algebra
Example 1: Boolean logic used in the control of traffic
In the control of traffic, people can use a truth table to represent boolean logic circuits. After
that, the table will be well programmed into a real-life traffic light system. And that system
can take in different input conditions (i.e: roads), and estimate the output(i.e: traffic lights) to
control the traffic.
For example, we will create a logic circuit for the expression AB + BC + AC
Figure 1 : Logic circuit of AB + BC + AC
Example 2: Boolean logic used for elevator
Said, we have a two-floor elevator, it needs to decide whether it should move to the other
floor. There are two buttons: one outside the elevator on the first floor and one inside the
elevator. Assuming these two buttons are connected to one line in the system.
We’ll have three inputs:
floor.
As for the output, “m” represents the move function of the elevator
f s p m
The orange highlighted row indicates that the elevator is on the 2
nd
floor and is moving down.
The green highlighted row indicates that the elevator is on the 1
st
floor and is moving up.
From the truth table above, we can conclude the following Boolean expression: 𝑚 = 𝑓𝑠̅ 𝑝̅ +
sp
This is the logical circuit:
b) “If it rains and you don't open your umbrella then you will get wet.”
Let:
2. Produce truth tables for given Boolean expressions.
Find the simplest form of given Boolean expressions using algebraic methods