Lecture 1 LAB(DLD) logic gate, digital logic design primar lvl description..pptx

luckyboyb786 22 views 24 slides Aug 28, 2024
Slide 1
Slide 1 of 24
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24

About This Presentation

logic gate, digital logic design primar lvl description.


Slide Content

What is Logic gate Logic gates are the digital circuits capable of performing a particular logic function by operating on a number of binary inputs. OR Logic gates are the basic building blocks of any digital circuit Most electronic devices we use today will have some form of logic gates in them.

Types of Logic Gate

Basic Logic Gate Basic Logic Gates are the fundamental logic gates using which universal logic gates and other logic gates are constructed.   They have the following properties- Basic logic gates are associative in nature. Basic logic gates are commutative in nature. There are following three basic logic gates- AND Gate OR Gate NOT Gate

AND GATE   The output of AND gate is high (‘1’) if all of its inputs are high (‘1’). The output of AND gate is low (‘0’) if any one of its inputs is low (‘0’).

Logic Symbol-   The logic symbol for AND Gate is as shown below-  

Truth Table of 2 input AND gate A B Y = A.B 1 1 1 1 1

Truth Table of 3 input AND gate

Timing Diagram of And Gate

OR Gate The output of OR gate is high (‘1’) if any one of its inputs is high (‘1’). The output of OR gate is low (‘0’) if all of its inputs are low (‘0’).

Logic Symbol- The logic symbol for OR Gate is as shown below-

Truth Table of 2 input OR Gate A B Y = A + B 1 1 1 1 1 1 1

Truth Table of 3 input OR Gate

Timing Diagram of OR Gate

NOT GATE The output of NOT gate is high (‘1’) if its input is low (‘0’). The output of NOT gate is low (‘0’) if its input is high (‘1’).

Logic Symbol- The logic symbol for NOT Gate is as shown below-

A Y = A’ 1 1

Timing Diagram of Not Gate

Circuitverse Input Button Power Ground Constant Value Stepper Random Counter Output RGB Led Digital Led Variable Led Hex Display Seven Segment Display Sixteen Segment Display Square RGB Light RGB LED Matrix AND OR NOT XOR NAND NOR XNOR

Circuitverse Multiplexer DE-multiplexer Bit Selector MSB LSB Priority Encoder Decoder D Flip Flop D Latch T Flip Flop Jk Flip Flop SR Flip Flop TTY Keyboard Clock ROM Rectangle Arrow Image Annotation Text Adder ALU TriState Flip Flop Tunnel Buffer Controlled Inverter TB Input TB Output Force Gate

De-Morgan’s Theorem Using Circuitverse

Thank You