welcome. logic gate what we are going to learn? the logic gate. analogue and digital signal. bit and...

31
WELCOME

Upload: joan-kelley

Post on 04-Jan-2016

221 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

WELCOME

Page 2: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

LOGIC GATE

Page 3: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

WHAT WE ARE GOING TO LEARN?

The Logic Gate.Analogue and Digital signal.Bit and Byte.Boolean Theorem.Description and Circuit analyses of different

types of logic Gate.

Page 4: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

ANALOGUE SIGNAL

Page 5: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

DIGITAL SIGNAL

Page 6: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

BITS AND BYTES

• Bits, Bytes, Mega, Giga, Tera (explained)• 1 bit = a 1 or 0 (b)

4 bits = 1 nybble (?)8 bits = 1 byte (B)1024 bytes = 1 Kilobyte (KB)1024 Kilobytes = 1 Megabyte (MB)1024 Megabytes = 1 Gigabyte (GB)1024 Gigabytes = 1 Terabyte (TB)

Page 7: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

BOOLEAN EXPRESSION

Page 8: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

THE LOGIC GATE

A logic gate is an elementary building block of a digital circuit. Most logic gates have two inputs and one output. At any given moment, every terminal is in one of the two binary conditions low (0) or high (1), represented by different voltage levels.

Page 9: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

KINDS OF LOGIC GATE

There are seven kinds logic gates:1. The AND gate.2. The OR gate.3. The NAND gate. 4. The NOR gate.5. The exclusive OR gate.6. The exclusive NOR. 7. The NOT gate and the Buffer.

Page 10: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

BASIC LOGIC GATE

Page 11: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

KINDS OF LOGIC GATE

Page 12: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

AND GATE

The “AND” element has been compared to a number of switches in series

Page 13: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

AND GATE

Page 14: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

TRUTH TABLE OF AND GATE

Page 15: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

ANALOGE CIRCUIT OF AND GATE

Page 16: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

OR GATE

It is an element, which allows signals to pass from one of a number of inputs to a common output, without allowing any interaction among the inputs.

Page 17: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

ANALOGUE CIRCUIT OF OR GATE

Page 18: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

ANALOGUE CIRCUIT OF OR GATE

Page 19: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

ANALOGUE CIRCUIT OF OR GATE

Page 20: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

TRUTH TABLE OR GATE

A B C

0 0 0

0 1 1

1 0 1

1 1 1

Page 21: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

NOT GATE

Page 22: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

NAND GATE AND NOR GATE

• The NAND gate can be constructed by using an AND gate, and directly connecting its output to a NOT gate. The NOT gate inverts the output from the AND gate and, therefore, changes all output logic 1’s to logic 0’s and vice versa.

Page 23: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

NAND GATE AND NOR

• The NOR gate. As the NOR gate can be constructed by using an OR gate whose output is directly connected to a NOT element. The NOT element negates (inverts) the output from the OR gate, changing all logic 1’s to logic 0’s and vice versa.

Page 24: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

NAND GATE AND NOR

Page 25: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

A B C E

0 0 0 1

1 0 0 1

0 1 0 1

1 1 1 0

A B C E

0 0 0 1

0 1 1 0

1 0 1 0

1 1 1 0

NAND GATE NOR GATE

Page 26: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

THREE INPUT NAND GATE

Input OutputA B C Y F0 0 0 0 1

0 0 1 0 1

0 1 0 0 1

0 1 1 0 1

1 0 0 0 1

1 1 0 0 1

1 0 1 0 1

1 1 1 1 0

Page 27: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

THREE INPUT NOR GATE

INPUT OUTPUTA B C Y F0 0 0 0 10 1 0 1 00 0 1 1 00 1 1 1 01 0 0 1 01 1 0 1 01 0 1 1 01 1 1 1 0

Page 28: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

USES OF LOGIC GATE

• Pin out diagram of a 74266 Quad XNOR DIP-format IC

Page 29: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

RECAPITULATION

The Logic Gate.Analogue and Digital signal.Bit and Byte.Boolean Theorem.Description and Circuit analyses of different

types of logic Gate.

Page 30: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

QUESTION AND ANSWER

Page 31: WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses

THANK YOU