Physics Project 12A
Physics Project 12A
Physics Project 12A
Submitted to:
______________________________
Submitted by: TARUN REDDY
Grade: XII A
NEHRU SMARAKA VIDYALAYA BANGALORE
Certificate
Knowledge Cloud
A gate is a digital circuit that is designed for performance a
particular logical operation. As it works according to some
logical relationship between input and output voltages, so it is
generally known as “LOGIC GATES”
1
relays (relay logic), fluidic logic, pneumatic logic, optics, molecules,
or even mechanical elements. With amplification, logic gates can be
cascaded in the same way that Boolean functions can be composed,
allowing the construction of a physical model of all of Boolean logic,
and therefore, all of the algorithms and mathematics that can be
described with Boolean logic.
2
TYPES OF LOGIC GATES:
1. AND gate:
The AND gate is a basic digital logic gate that implements logical
conjunction - it behaves according to the truth table. A HIGH
output (1) results only if both the inputs to the AND gate are
HIGH (1). If neither or only one input to the AND gate is HIGH, a
LOW output results. In another sense, the function of AND
effectively finds the minimum between two binary digits, just as
the OR function finds the maximum. Therefore, the output is
always 0 except when all the inputs are 1.
We will start with a 2 input AND gate. The symbol for a 2 input
AND gate is as follows.
A
Q
B
The truth table for the 2 input AND gate is shown below.
Inputs Output
B A Q
0 0 0
0 1 0
1 0 0
1 1 1
Q A.B
3
2. OR gate:
The OR gate is a digital logic gate that implements logical
disjunction - it behaves according to the truth table. A HIGH
output (1) results if one or both the inputs to the gate are
HIGH (1). If neither input is high, a LOW output (0) results. In
another sense, the function of OR effectively finds the
maximum between two binary digits, just as the complementary
AND function finds the minimum. We will start with a 2 input
OR gate. The symbol for a 2 input OR gate is as follows.
A
Q
B
Inputs Output
B A Q
0 0 0
0 1 1
1 0 1
1 1 1
Q = A+B
4
Logic 1 and vice versa. The symbol for a NOT gate is as
follows. (Next page)
A Q
Input Output
A Q
0 1
1 0
QA
4. NAND gate:
In digital electronics, a NAND gate (negative-AND) is a logic
gate which produces an output that is false only if all its inputs
are true; thus its output is complement to that of the AND
gate. A LOW (0) output results only if both the inputs to the
gate are HIGH (1); if one or both inputs are LOW (0), a HIGH
(1) output results. It is made using transistors. By De Morgan's
theorem, AB=A+B, a NAND gate is equivalent to inverters
followed by an OR gate. The NAND gate is significant because
any Boolean function can be implemented by using a
combination of NAND gates. This property is called functional
completeness.
5
We will start with a 2 input NAND gate. The symbol for a 2
input NAND gate is as follows. (Next page)
A
Q
B
The truth table for the 2 input NAND gate is shown below.
Inputs Output
B A Q
0 0 1
0 1 1
1 0 1
1 1 0
Q A.B
5. NOR gate:
The NOR gate is a digital logic gate which behaves according to
the truth table. A HIGH output (1) results if both the inputs
to the gate are LOW (0); if one or both input is HIGH (1), a
LOW output (0) results. NOR is the result of the negation of
the OR operator. It can also be seen as an AND gate with all
the inputs inverted. NOR is a functionally complete operation—
NOR gates can be combined to generate any other logical
function. By contrast, the OR operator is monotonic as it can
only change LOW to HIGH but not vice versa.
6
We will start with a 2 input NOR gate. The symbol for a 2
input NOR gate is as follows. (Next page)
A
Q
B
The truth table for the 2 input NOR gate is shown below.
Inputs Output
B A Q
0 0 1
0 1 0
1 0 0
1 1 0
Q = A+B
6. XNOR gate:
The XNOR gate has 2 inputs and is the inverted form of the
EXOR gate. The XNOR gate (sometimes spelled "exnor" or
"enor" and rarely written NXOR) is a digital logic gate whose
function is the logical complement of the exclusive OR (XOR)
gate. A HIGH output (1) results if both of the inputs to the
gate are the same. If one but not both inputs are HIGH (1), a
7
A
Q
LOW output (0) results. The symbol for a 2 input XNOR gate is
as follows.
The truth table for the 2 input XNOR gate is shown below.
Inputs Output
B A Q
0 0 1
0 1 0
1 0 0
1 1 1
Q A B
7. EXOR gate.
The EXOR gate has 2 inputs and is a specialised version of the
OR gate. The XOR gate (sometimes EOR gate, or EXOR gate
and pronounced as Exclusive OR gate) is a digital logic gate that
implements an exclusive or; that is, a true output (1/HIGH)
results if one, and only one, of the inputs to the gate is true. If
both inputs are false (0/LOW) or both are true, a false output
results. XOR represents the inequality function, i.e., the output
is true if the inputs are not alike otherwise the output is false.
A 8
Q
A way to remember XOR is "one or the other but not both".
The symbol for a 2 input EXOR gate is as follows.
The truth table for the 2 input EXOR gate is shown below.
Inputs Output
B A Q
0 0 0
0 1 1
1 0 1
1 1 0
Q A B
9
Summary of 2-input Logic Gates
The following Truth Table compares the logical functions of the 2-
input logic gates above.
0 0 0 1 0 1 0 1
0 1 0 1 1 0 1 0
1 0 0 1 1 0 1 0
1 1 1 0 1 0 0 1
The following table gives a list of the common logic functions and their
equivalent Boolean notation.
AND A.B
OR A+B
NOT A
NAND A .B
NOR A+B
EX-NOR (A.B) + or A B
10
Universal logic gates
Knowledge Cloud
Integrated Circuits
INTRODUCTION
An integrated circuit (IC), sometimes called a chip or microchip, is
a semiconductor wafer on which thousands or millions of tiny
resistors, capacitors, and transistors are fabricated. An IC can
function as an amplifier, oscillator, timer, counter, computer memory,
or microprocessor.
11
microprocessor may contain many thousands of individual transistor
gates. A particular IC is categorized as either linear (analog)
or digital, depending on its intended application.
While the “ultra large scale” ULSI classification is less well used,
another level of integration which represents the complexity of the
12
Integrated Circuit is known as the System-on-Chip or (SOC) for
short. Here the individual components such as the microprocessor,
memory, peripherals, I/O logic etc., are all produced on a single piece
of silicon and which represents a whole electronic system within one
single chip, literally putting the word “integrated” into integrated
circuit.
These complete integrated chips which can contain up to 100 million
individual silicon-CMOS transistor gates within one single package are
generally used in mobile phones, digital cameras, micro-controllers,
PIC’s and robotic type applications.
13
component has failed. This problem can be omitted in an IC by
replacing an entire IC as it is low in cost.
7. Increased operating speed because of absence of parasitic
capacitance (is an unavoidable and usually
unwanted capacitance that exists between the parts of an
electronic component or circuit simply because of their
proximity to each other) effect.
8. As the IC’s are produced in bulk the temperature coefficients
and other parameters will be closely matching.
9. Improved functional performance as more complex circuits can
be fabricated for achieving better characteristics.
10. All IC’s are tested for operating ranges in very low and
very high temperatures.
11. As all the components are fabricated very close to each other
in an IC, they are highly suitable for small signal operation, as
there won’t be any stray electrical pickup.
12. As all the components are fabricated inside the chip, there
will not be any external projections.
14
7. There is a large value of saturation resistance of transistors
8. Some complex IC’s maybe costly. If such integrated circuits
are used roughly and become faulty, they have to be replaced
by a new one. They cannot be repaired as the individual
components inside the IC are too small.
IC's are of Linear, digital and mixed types. Linear IC's also known as
analog Integrated circuits are used in:
1. Power amplifiers
2. Small-signal amplifiers
3. Operational amplifiers
4. Microwave amplifiers
5. RF and IF amplifiers
6. Voltage comparators
7. Multipliers
8. Radio receivers
9. Voltage regulators
15
Moore’s Law
In 1965, Gordon Moore co-founder of the Intel corporation
predicted that “The number of transistors and resistors on a single
chip will double every 18 months” regarding the development of
semiconductor gate technology. This is popularly known as Moore’s
law. When Gordon Moore made his famous comment way back in 1965
there were approximately only 60 individual transistor gates on a
single silicon chip or die.
The world’s first microprocessor in 1971 was the Intel 4004 that
had a 4-bit data bus and contained about 2,300 transistors on a
single chip, operating at about 600 kHz. Today, the Intel
Corporation have placed a staggering 1.2 Billion individual transistor
gates onto its new Quad-core i7-2700K Sandy Bridge 64-bit
microprocessor chip operating at nearly 4GHz, and the on-chip
transistor count is still rising, as newer faster microprocessors and
micro-controllers are developed. The number of transistors per chip
has risen exponentially and each year computers are becoming more
powerful, yet cheaper than the year before.
Knowledge Cloud
The explosive growth in the semiconductor industry and
computer technology is best expressed by a famous quote from
Gordon Moore: “If the auto industry advanced as rapidly as
the semiconductor industry, a Rolls Royce would get half a
million miles per gallon, and it would be cheaper to throw it
away than to park it”.
16
Result
We had mainly discussed about the design, property and operation
of various logic gates
17
Bibliography
I would like to declare the array of references hereby and submit
that I took help from following sources :-
2. Wikipedia.com
The Online Encyclopedia indexing world’s best articles with genuine
references
3. TCYonline.com
An online video tutorial and educational Centre
4. Meritnation.com
The leading educational site in India
5. http://projects.icbse.com/forums
Online help for CBSE projects
18