0% found this document useful (0 votes)
131 views7 pages

11 3 Logic Gates PDF

The document discusses different types of logic gates and their operations. It defines digital and analog signals, and explains that digital signals have only two voltage levels represented by 0 and 1. It describes common logic gates like OR, AND, NOT, NAND and NOR gates. It provides truth tables to explain the output for each gate based on the input. It also discusses how doping can increase the conductivity of a semiconductor.
Copyright
© Attribution Non-Commercial (BY-NC)
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)
131 views7 pages

11 3 Logic Gates PDF

The document discusses different types of logic gates and their operations. It defines digital and analog signals, and explains that digital signals have only two voltage levels represented by 0 and 1. It describes common logic gates like OR, AND, NOT, NAND and NOR gates. It provides truth tables to explain the output for each gate based on the input. It also discusses how doping can increase the conductivity of a semiconductor.
Copyright
© Attribution Non-Commercial (BY-NC)
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
You are on page 1/ 7

www.sakshieducation.

com

SEMICONDUCTOR DEVICES 3. LOGIC GATES


POINTS TO REMEMBER 1. Voltage signals are of two types o Analog signal o Digital signal 2. In analog circuits, the voltage signals vary continuously with time and such signals are called continuous or analog voltage signals. V 3. The curve gives a voltage signal varying between zero volt and 5V. 4. In digital circuit, the pulse wave form does not change 5 with time. 5. It has only two voltage levels, either zero or maximum constant value of voltage. 6. Such signals are called digital voltage signals.
V
+ 5 t

7. The curve represents a voltage signal which has either 5 zero volt or 5V at any instant of time. 8. These two voltage levels are represented by binary numbers O and 1. t Logic Gates 9. Logic gates are used to change one voltage level (input voltage) into another (output voltage) according to some logical statement. 10. Logic gate is a digital circuit which works according to some logical relationship between input and output voltages. 11. A logic gate can have one or more inputs but it has only one output. 12. George Boole invented a different kind of algebra called Boolean Algebra to solve the logical problems. 13. A logical statement has only two values or two states which are represented by binary numbers zero and one. 14. O refers to low/false/off/open/no and 1 refers to high/true/on/close/yes Gate OR (+) Boolean Expression y=A+B Read as Symbol

A
y is A OR B

y is A or B

B
A y is A AND B

AND ()

y = A.B

y is A AND B
B

NOT (bar or y= A complementation)

A
y is NOT A

y is NOT A

15. NOR Gate (NOT + OR) This is the combination of NOT and OR gates. www.sakshieducation.com

www.sakshieducation.com
A B y=A+B y = A + B A B y is A or B

16. NAND Gate This is the combination of NOT and AND gates
A B y=A.B y = A . B

A B

y = A . B

LONG ANSWER QUESTIONS 1. A. Draw an OR gate using two diodes and explain its operation. Write the truth table and logic symbol of OR gate. OR GATE OR gate has two input terminals and one output terminal When both inputs are low, Then the output is also low. When one of the two inputs is high, or both are A y is A or B high, then the output is high
B

Switch 1 Open (O) Open (O) Close (1) Close (1)

Switch 2 Open (O) Close (1) Open (O) Close (1)

Bulb No glow(O) Glow (1) Glow (1) Glow (1) Truth Table

S S

1 2

A B

Symbols A B O O O 1

Boolean y =A+B O 1

Let a potential 5V represent a logical value 1 and a potential OV represent a logical value O. 1 O 1 When A = 0 and B = 0, i.e., when A and B 1 1 1 is equal to zero volt, then both the diodes are reverse biased and there is no output voltage i.e., y = 0.

www.sakshieducation.com

www.sakshieducation.com When A = 0 and B = 1, i.e., A = OV and B = 5V then A is reverse biased and B is forward biased. Output is 5V and y = 1. When A = 1 and B = 0, i.e., A = 5V and B = OV, then A is forward biased and B is reverse biased. Output is 5V and y = 1. When A = 1 and B = 1 i.e., A = 5V and B = 5V then both diodes are forward biased, output is 5V, i.e., y = 5v

2. A.

Sketch a basis AND circuit with operation .Explain how doping increases the conductivity in semiconductors. AND Gate: y is A AND B AND gate has two input terminals and one output A terminal. When both inputs are low or one of the two inputs is B low, the output is low. When both inputs are high output is high Truth Table
S
1

Switch 1
2

Switch 2 Open (O) Close (1) Open (O) Close (1)

Bulb No glow (O) No glow (O) No glow(O) Glow (1)

Open (O) Open (O) Close (1)


B u lb

Close (1)

A B

r r y = A .B

Input Symbols A B

Out Put y=A.B

O O O Let a potential 5V represent a logical 1 O O value 1 and a potential zero volt represent a logical value zero. O 1 O When A = 0 and B = 0 i.e., when A = 1 1 1 0V and B = OV, both diodes are forward biased hence the potential drop across the resistor is opposed by the cell, hence output y = 0 When A = 0, B = 1, i.e., when A = OV and B = 5V, then diode A is forward biased and B is reverse biased, then output y = 0. When A = 1, B = 0, i.e., when A = 5V and B = OV, then diode A is reverse biased B is forward biased then output y= 0. When A = 1 and B = 1, A = 5V and B = 5V, both the diodes are reverse biased and the potential is maximum due to the cell i.e., y = 1. The conductivity of a pure semiconductor can be increased by adding impurities. www.sakshieducation.com

www.sakshieducation.com Doping: Adding impurity to a pure semiconductor is called doping. Generally for 108 atoms of a Input Out put semiconductor one impurity A B y = A+ B atom increases the conductivity by 1000 times. O O 1 O 1 1 1. 1 O 1 O O O
A B y = A . B NAND gates. Give tables.

SHORT ANSWER QUESTIONS

A.

Define and NOR their truth NAND This is the combination of NOT and AND gates

Gate

Input A O O 1 1 . OR) NOR B O 1 O 1 Gate

Out put y = A B 1 1 1 O
A B y is A or B

(NOT +

This is the combination of NOT and OR gates.

www.sakshieducation.com

www.sakshieducation.com 2. A. Explain the operation of a NOT gate and give its truth table. NOT Gate NOT gate has one input and one output terminal. If the input is low, output is high and if the input is high, output is low. This is called inverter. Truth Table
A y is NOT A

Switch open (O) Closed (1)

bulb glow (1) No glow (O)

n n 5V

Input A O 1

Out Put y= A 1 O
B u lb

1. When A = 0, base current is zero, the base emitter is not forward biased and collector current is zero. Hence the output is equal to the voltage connected to the collector, i.e., 5V, therefore y = 1.

2. If A = 1, the base emitter is forward biased and the output voltage across the resistor is 5V and y is nearly 0, i.e.,if A = 1, y = 0. VERY SHORT ANSWER QUESTIONS 1. A. Which gates are called universal gates? NAND gate and NOR gate are known as the basic building blocks of logic gates or universal gates because any logic gate can be constructed by using only NAND gates or only NOR gates. Write the truth table of NAND gate. How does it differ from AND gate. NAND Input A B Out put y = A B www.sakshieducation.com AND

2. A.

Input Symbols www.sakshieducation.com A B O O 1 1 O 1 O 1 1 1 1 O O 1 O 1 O O 1 1

Out Put y=A.B O O O 1

SOLVED PROBLEMS 1. A. Construct NOT gate from NAND gate By connecting both the input terminals of NAND gate together, the output is same as that of a NOT gate. Construct AND gate from NAND gate

2. A.

3.

Construct OR gate from NAND gate

A. A 0 1 0 1 A 1 0 1 0 B 0 0 1 1 B 1 1 0 0 A.B 1 0 0 0

A.B
0 1 1 1

A+B 0 1 1 1

www.sakshieducation.com

www.sakshieducation.com
Assess yourself 1 In NOT gate if the bubble is placed on the input side as shown in figure then what does it represent? NOT gate. If the input to an inverter is A, what will be the output in the following cases?

A. 2.

A. 3

a) A

b) A

c) A

If the two inputs of NOR gate are shorted as shown in figure then what does it represent? NOT gate. Are the two gates shown in figure equal? If so why? Both are NOT gates. If n number of NOT gates is cascaded in series and input given is 1 find the output a) when n is an odd number, b) when n is an even number. a) Output is 0 when n odd. b) Output is 1 when n even.

A. 4

A. 5.

A.

www.sakshieducation.com

You might also like