Digital Logic Circuit
Digital Logic Circuit
I. INTRODUCTION. AND
Logic gates are the fundamental Let us imagine that we went to a nightclub
components of any digital system and can be where the door attendant was responsible for
considered the "building blocks." It is a piece of ensuring that everyone in our party was dressed
electronic hardware that can accept one or more appropriately and wore a tie. One of our mutual
inputs but produces only a single output("Basic friends extended the invitation to us. You can enter
logic gate and circuit theory," 2013). The things that the building if both of us wear ties simultaneously.
go into it have a rational relationship to the results If none of us is wearing a tie, then neither of you
that come out of it. This is where the names of will be allowed entry, but if only one of us is, then
various logic gates come from, such as the AND neither of you will. An AND logic gate operates
gate, the OR gate, the NOT gate, and so on. [1]. similarly regardless of the number of electrical
Despite its intimidating name, a logic gate inputs it receives. If both of the information are
is nothing more than a simple electric circuit active, which indicates that they both have the value
consisting of two inputs and a single output. It 1, the output will also be one in this scenario. In that
receives two different electric currents, analyses case, the response will be zero. We can demonstrate
them by comparing them, and then generates a new that something is an AND gate in electronics by
currency based on the analysis results. A logic gate using this little sign. The gate can operate in one of
functions much like a door attendant or bouncer at a the following three ways:
nightclub in that it only admits customers who have
completed a series of challenges. The most frequent OR
names for logic gates are AND, OR, NOT, XOR You should head to the club down the
(Exclusive or), NAND (NOT AND), and NOR. street where the men are wearing ties, as we do not
There are many more forms of logic gates, but these require them here. In this situation, the person
are the most common ones (NOT OR). Let's start guarding the entrance is according to a different
with the three that don't require mental gymnastics guideline: "A group of people may enter the
to comprehend: AND, OR, and NOT. building if at least one of them is a member." We
can enter together if either of our companion or us is produced as the output of the symbol. This is a
an established member. You will both be left out in representation of an AND gate. The smaller circle
the cold if neither of us joins the club. The operation represents the inverted symbol.
of an OR logic gate begins with the provision of two
electrical inputs. If one of the inputs has the value NOR gate
one or indicates that it is "on," then the output will This is a NOT-OR gate, which functions
also be 1. In that case, the response will be 0. A similarly to an OR gate placed after a NOT gate.
distinct symbol denotes the presence of an OR gate The outputs of all NOR gates will be low if there is
in electrical circuitry. As you can see in the a high value at any of the inputs. A tiny circle is
following illustration, there are three possible produced as the output of the symbol. This is an
outcomes: illustration of an OR gate. The smaller circle
represents the inverted symbol.
NOT The Boolean function is the primary
We have not been successfully gaining conceptual foundation for logic gates, which are
entry to either of the clubs yet. However, there is a virtual digital devices. They are used in the process
final effort you can make: you are aware that a of performing logical operations on one or more
friend is throwing a party a few blocks away. The binary inputs to produce a single binary output. In
only issue is that someone who is quite obstinate more non-technical language, the electronic circuits
and argumentative is standing at the door. As each that make up a digital system are called logic gates.
approaches him, he engages in conversation with [2]
them. He will yell at you and kick you out of the After the initial introduction, this report's
house if you are courteous and friendly to him. section covering the experiment's results on logic
On the other hand, if you treat him with gates will be presented. The information is broken
contempt, for some reason, he finds that endearing up into five distinct parts or sections. The first
and will let you enter. To put it another way, he section of this report is the introduction, which
behaves in a manner that is opposed to what you consists of a brief synopsis of the subject matter and
may anticipate he would. In electronics, a logic gate is presented at the beginning of the document. The
known as an inventor or NOT gate operates in the second section will discuss the experiment's
opposite direction. The fact that it has only one objectives in detail. The third section will find a
input and one output sets it apart from AND and OR survey of the relevant theory and literature. The
gates in logic circuitry. When the input value is experiment's findings are presented in the fourth part
zero, the output value is one, and when the output of the article. The discussion, recommendations, and
value is one, the input value is zero. This is the conclusions that are drawn from the results are
electrical representation of the NOT operator. Here shown in the last detail. The references page also
are two possible outcomes that could occur. includes the sources (material) that were used in the
These three logic gates are the basis for all experiment.
three of the other common logic gates, which are
only variants of these three. Exclusive OR, II. OBJECTIVES
sometimes known as XOR, functions similarly to Investigate the operations of the NOT, OR, and
OR but turns off when both inputs are active. The AND gates found in a logic circuit.
only difference between AND and NAND is in the Understand how logic gates, such as AND, OR, and
outcome, which is reversed (so where AND NOT, are designed and how they are wired and
produces an output of 1, NAND produces an output used.
of 0). NOR is equivalent to OR, except that the Develop your understanding of logic gates to
output is reversed. construct basic circuits by following a schematic.
Calculators can perform all of their
necessary functions because of logic gates that can III. THEORY AND LITERATURE
be assembled in various ways. Logic gates are REVIEW
responsible for the operation of the display on a Logic gates are the fundamental building
calculator, while other logic gates compute the blocks of digital electronics. An electronic device
calculation results. Let us take a closer look at it. known as a gate is utilized to determine what action
should be taken concerning a signal that possesses
NAND gate just two possible states at any given time("Basic
The NOT-AND gate is functionally logic gate and circuit theory," 2013). Logic gates,
equivalent to an AND gate followed by a NOT gate. the fundamental constituents of digital circuitry, are
The output of all NAND gates will be high if there the circuit's primary constituents. Because every
is a low value at any of the inputs. A tiny circle is logic gate has one output and two inputs, the way it
operates is the same across the board. Some logic stands for logic level 1. These binary logic levels are
gates, such as the NOT gate and the inverter, only utilized in digital electronics for information storage
have one input and one output each, respectively. and transmission. Generally, you may consider these
The inputs of the logic gates are set up to receive logic levels to be either ON or OFF. As we have
only binary data, which consists of either a low 0 or discussed in the past, the logic levels of the logic
a high 1, which is accomplished by taking in gate are determined by the supply voltage. If no
voltage. A high logic level indicates a positive voltage comes into the logic gate, the logic level is
supply voltage of 3 or 5 volts, while a low logic low, or the entrance is in an "off" state. There is no
level indicates that the supply voltage is 0. There is logic level if the voltage goes into the logic gate.
no limit to the number of logic gates that can be AND gate: The output will be high if both inputs
connected to complete the digital circuit that we have a high value. The output will be low if either
require. We store many logic gates in integrated one or both inputs are low. OR gates output a value
circuits (I.C.sI.C.s). This results in savings in the of HIGH if either of the two inputs is HIGH, while
amount of physical space needed for the many logic they output a value of LOW if both inputs are LOW.
gates. Integrated circuits also allow us to do intricate In a NOT gate, the input determines whether the
jobs rapidly and at high speeds (I.C.I.C.). We can output is true or false, and vice versa. This type of
construct various courses by connecting logic gates, gate is also known as an inverter.
including shift registers, multiplexers, flip-flops, and If only one of the two inputs has a high value, the
latches("Circuit and logic styles," 2009). output will be increased.
A signal's status or voltage at a particular The output is low when both inputs are high, and
point is called its logic level. It is common vice versa. This is the behaviour of a NAND gate. If
knowledge that logic gates can exist in either the 0 both inputs are standard, the output will be
or 1 state. LOW stands for logic level 0, and HIGH increased, whereas it will be low if both are high.
APPARATUS AND PROCEDURES connection was made to a power supply that was 5V
.1 x 74LS04 (NOT) D.CD.C. After making the vertical lines ground and
1 x 74LS08 (AND) the horizontal lines +5v, two express buses emerged
1 x 74HC32 (OR) from the process. A truth table was utilized to
1 x LED validate the inputs of each NOT, AND, and OR
1 x 330 resistor integrated circuit. After connecting the information
1 x Breadboard of each gate to every possible combination of 0V
(logical 0) and 5V (logical 1), the output voltages of
PROCEDURES. the gates were measured. The instructor was given a
On the breadboard, the NOT, AND, and truth table for two and three inputs of I.C.sI.C.s, and
OR gates of the three I.C.sI.C.s were arranged, and a each work was presented to them using that table.
gates(A+B)0
0 0 0
0 1 0 1
1 0 0 1
1 1 1 1
c)NOTgate.
Input output
0 1
1 0
Threeinput.
A B COutput(A.B.C.A.B.C.) Output(A+B+C
)0
0 0 0 0
0 0 1 0 1
0 1 0 0 1
0 1 1 0 1
1 0 0 0 1
1 0 1 0 1
1 1 0 0 1
1 1 1 1 1
Logiccircuitforf(X1,X2,X3)=
Part 2
A B C f
0 0 0 0
0 0 1 0
0 1 0 1
0 1 1 0
1 0 0 0
1 0 1 0
1 1 0 1
1 1 1 1
The computer can keep track of more precise output currents to discover modulating indices, these
operations thanks to logic gates. Because logic gates can be used practically any place. One
circuits do not detect noise, data can be easily stored example is when comparing frequencies to make
in a computer's memory. The logic gates are also filters.
said to be capable of logically changing the order of All expectations were satisfied, considering
computer instructions. The gate can convert the overall purpose of this experiment. Learning
computer code into instructions that can be executed how to design logical circuits was made possible
promptly. through utilizing gates known as NOT, AND, and
Logic gates can also increase hardware OR("Fabrication and layout of CMOS integrated
capacity by strengthening high-speed bus circuits,"). Additionally, the use of digital logic
connections, speeding up the hardware processor, circuit design was investigated and shown to be
and shrinking the size of the logic gates. This effective. This demonstrated that logic gates are
increases the number of bits that can be processed most commonly used in manufacturing automatic
simultaneously. More gates can be crammed into a machines, in which the designer can set the
smaller space, altering the processor and computer conditions according to the user's requirements. All
design. Because logic gates are becoming smaller, of the gates were successfully connected with the
multiple stages of instruction can be executed at the assistance of the truth table as well as the logic
same time. In other words, a single processor can circuit diagram.
handle multiple tasks at once.
Because of improved methods for REFERENCES.
designing logic circuits, the physical gate has shrunk
in size, which is a critical development in increasing [1]. “Logic Gates - Tutorialspoint.”
the speed of the 10-gigahertz processor module. https://www.tutorialspoint.com/computer_log
Because of this significant change, the Pentium M ical_organization/logic_gates.htm (accessed
computer was created, which has a speed function of July. 8, 2022).
more than 2.2 gigahertz and parts of its chip that can [2]. "Basic Logic Gates - Types, Functions, Truth
reach 4.4 gigahertz. Table, Boolean Expressions," B.Y.J.U.S.
It is possible to reduce the effects of https://byjus.com/jee/basic-logic-gates/
designing microchips using the device in gates, (accessed July. 8, 2022).
significantly reducing the size of electronic [3]. “Introduction to Logic Gates | NOT, AND,
computers and their cooling products and NAND, OR, NOR” Electronics Hub, Jun. 19,
simplifying computer systems used to be a difficult 2019.
task. Insufficient memory and slow processing https://www.electronicshub.org/introduction-
speed are two problems that plague modern to-logic-gates/ (accessed July. 8, 2022).
computers. However, these issues have been [4]. “logic-gates-min.png (334×202).”
resolved thanks to the invention of logic gates. https://physicsabout.com/wp-
Small, portable computers capable of storing large content/uploads/2018/02/logic-gates-min.png
amounts of data and processing it quickly are now (accessed July. 8, 2022).
widely available. CPUs benefit significantly from [5]. Basic logic gate and circuit theory.
our high-speed logic circuit devices regarding data (2013). CMOS Integrated Digital Electronics:
processing. This enables the computer to carry out A First Course, 1-
more complex mathematical calculations. 37. https://doi.org/10.1049/sbcs501e_ch1
[6]. Circuit and logic styles. (2009). Low-Power
VII. CONCLUSION. CMOS
Logic gates exist in a wide variety of Design. https://doi.org/10.1109/97804705450
shapes and sizes. Whether used in conjunction with 58.part4
one another or independently, they provide the user [7]. Dynamic logic circuit concepts.
with various alternatives and ways to solve (n.d.). CMOS Logic Circuit Design, 287-
problems that may appear to be difficult at first 347. https://doi.org/10.1007/0-306-47529-4_7
glance. In addition, knowing how to use these seven [8]. Fabrication and layout of CMOS integrated
fundamental logic gates makes it much simpler to circuits. (n.d.). CMOS Logic Circuit Design,
comprehend Boolean algebra and simplifies the 61-102. https://doi.org/10.1007/0-306-47529-
process of conducting circuit analysis("Fabrication 4_2
and layout of CMOS integrated circuits,"). When
comparing frequencies to produce filters for
communication, for example, or when employing
choppers and inverters, which compare input and