SlideShare a Scribd company logo
1 of 13
ASSIGNMENT : DIGITAL LOGIC AND DESIGN
SUBMITTED TO : MS SUFIA RAJPUT
SUBMITTED BY : PADAM RAI
ROLL NO : F-16CS-36
PRACTICAL NO # 01
Object : To verify truth tables of AND, OR, NOT, NAND, NOR, XOR and XNOR
logical gates.
Tools:-
Circuit maker
Theory:-
AND gate:-
The AND gate, is composed oftwo or more inputs and a single output, performs logical multiplication. The
logical operation ofthe AND gate is such that the output is HIGH (1) when all the inputs are HIGH,
otherwise it is LOW (0)
LogicSymbolforANDgate
Truth tableforAND gate
The OR gate:-
The OR gate, is composed oftwo or more inputs and a single output, performs logical addition. The logical
operation ofthe OR gate is such that the output is HIGH (1) when any ofthe inputs are HIGH, otherwise it
is LOW (0).
Symbol:-
INPUT OUTPUT
A B X=A.B
0 0 0
0 1 0
1 0 0
1 1 1
Truth tablefor ORgate
The NAND Gate:-
The term NAND is formed by the concatenation NOT-AND and implies an AND function with an inverted
output.. The logical operation ofthe NAND gate is such that the output is LOW (0) only when all the inputs
are HIGH (1)
Symbol:-
Truth tablefor ORgate:-
INPUT OUTPUT
A B
0 0 0
0 1 1
1 0 1
1 1 1
INPUT OUTPUT
A B
0 0 1
0 1 1
1 0 1
1 1 0
The NOR gate:-
The term NOR is formed by the concatenation NOT-OR and implies an OR function with an inverted output.
The logical operation ofthe NOR gate is such that the output is HIGH (1) only when all the inputs are LOW.
Symbol:-
Truth tablefor NORgate:-
The X-OR GATE:-
The logical operation ofthe XOR gate is such that the output is HIGH (1) only when two inputs are different
not same.
Symbol:-
X
Truth tablefor X-ORgate:-
INPUT OUTPUT
A B
0 0 1
0 1 0
1 0 0
1 1 0
The X-NOR Gate:-
The logical operation ofthe X-NOR gate is such that the output is HIGH (1) only when two inputs are same.
Symbol:-
Truth tablefor X-NORgate:-
TheINVERTORGATE:-
The outputis the complimentof itsinputslike inputis1 thenoutputis0 andvise versa.
Symbol:-
Truth tablefor INVERTOR gate:-
INPUT OUTPUT
A B X
0 0 0
0 1 1
1 0 1
1 1 0
INPUT OUTPUT
A B X
0 0 1
0 1 0
1 0 0
1 1 0
INPUT OUTPUT
A A’
1 0
0 1
Procedure:
Step1:Open the environmentof circuit maker.
Step2:On the menu bar click hotkeys1>& select one the following options for all
four gates.
Step3:On the menu bar click hotkeys1>& select logic display for output.
Step4:On the menu bar click hotkeys2>& select logic switch for two inputs.
Step5: select button for connecting inputs to the gates and also for output.
Step6: select one key for execution.
Step7:give differentinputs to note output.
Options are givenbelow:
1=2-In AND 74LS08 (AND)
2=2-In OR 74LS32(OR)
3=2-In NAND 74LS00 (NAND)
4=2-In NOR 74LS02 (NOR)
5=2-In XOR 74CS86 (XOR)
6=2-In XNOR 4077 (XNOR)
7=2-In Invertor 74cs04
RESULT:
Circuit for AND:
Circuit for OR:
Circuit for NAND:
5V
5V
5V
5V
Circuit for NOR:
Circuit for XOR:
Circuit for X-NOR:
Circuit for Invertor:
0V
0V
0V
0V
U1A
V1
0V
V2
5V
L1
V3
0V
L2
U2A
PracticalNO # 02
Object:-
Prove rules of BooleanAlgebra forand OR and NOT operations:
Tools:-
Circuit maker
Theory:-
Boolean Algebra:
A mathematical system for formulating logical statements with symbols so that problems can be solved
in a manner to ordinary algebra.
AND Operations (·)
0·0 = 0 A·0 = 0
1·0 = 0 A·1 = A
0·1 = 0 A·A = A
1·1 = 1 A·A' = 0
OR Operations (+)
0+0 = 0 A+0 = A
1+0 = 1 A+1 = 1
0+1 = 1 A+A = A
1+1 = 1 A+A' = 1
NOT Operations (')
0' = 1 1’ = 0 A'' = A
Procedure:
Step1: Openthe environmentof circuitmaker.
Step2: On the menubarclickhotkeys1>&selectone the followingselectAND,OR& NOT gate
Step3:- On the menubarclickhotkeys1>&selectlogic displayfor output
Step4:- On the menubarclickhotkeys2>&selectlogic switchfortwo inputs
Step 5:- select buttonfor connectinginputstothe gates and alsofor output
Step 6:- select onekey for execution
Step7 :- give different inputsto noteoutput.
RESULT:-
Circuit ofAND:-
Circuit for OR:-
Circuit for NOT:-
V8
5V
V7
5V
V6
5V
V5
0V
U1B
U1A
L4
L3
V8
5V
V7
0V
V6
5V
V5
5V
U1D
U1C
L4
L3
0V 5V
V8
0V
V7
0V
V6
5V
V5
0V
U1D
U1C
L4
L3
V8
0V
V7
5V
V6
0V
V5
0V
U1B
U1A
L4
L3
Practical NO # 03
Object :-
Prove Associative Law , Distributive Law , Commutative Law
Tools:-
Circuit maker
Theory:-
Commutative Laws
The commutative lawof multiplicationforORoperation
The commutative law ofaddition for two variables is algebraically expressed as
A + B = B + A
The commutative lawof multiplicationforANDoperation
A.B = B.A
In summary, the order in which the variables are ORed or ANDed make no difference.
Associative Laws
The associative law of addition ofthree variables is expressed as
A + (B + C) = (A + B) + C
The associative law of multiplication of three variables is expressed as
A.(B.C) = (A.B).C
In summary, ORing or ANDing a grouping ofvariables produces the same resultregardless ofthe
grouping ofthe variables.
Distributive Law
The distributive law of three variables is expressed as follows:
A. (B+C) = A.B + A.C
Associative Law
(A·B)·C = A·(B·C) = A·B·C
(A+B)+C = A+(B+C) = A+B+C
Distributive Law
A·(B+C) = (A·B) + (A·C)
A+(B·C) = (A+B) · (A+C)
Commutative Law
A·B = B·A
A+B = B+A
Procedure:
Step1: Openthe environmentof circuitmaker.
Step2: On the menubarclickhotkeys1>&selectlogic gates
Step3:- On the menubarclickhotkeys1>&selectlogic displayfor output
Step4:- On the menubarclickhotkeys2>&selectlogic switchfortwo inputs
Step 5:- select buttonfor connectinginputstothe gates and alsofor output
Step 6:- select onekey for execution
Step7 :- give different inputsto noteoutput.
Result:-
Construct circuits and prove Associative Law , Distributive Law , Commutative Law
1) Associative Law is Verified for
AND Gates: OR Gates:
A.(B.C) = (A.B).C A+(B+C) = (A+B)+C
2) Distributive law is verified for:
AND Gates: OR Gates:
A.(B+C) = (A.B)+(A+C) A+(B . C) = (A+B).(A+C)
3) Commutative lawisverifiedfor:
ANDGate:- OR Gates:-
A . B = B . A A+B = B+A
V6
0V
V5
0V
V4
5V
V3
5V
V2
0V
V1
0V
U2D
U2C
U2B
U2A
L2
L1
V6
5V
V5
0V
V4
5V
V3
5V
V2
5V
V1
0V
L2
U2B
U1C
U1B
L1
U2A
U1A
U4A
U3A
U2D
U2C
U1D
V6
5V
V5
0V
V4
5V
V3
5V
V2
5V
V1
0V
L2
L1
V4
5V
V3
0V
V2
5V
V1
0V
U1B
U1A
L2
L1
V6
5V
V5
5V
V4
5V
V3
5V
V2
5V
V1
5V
L2
U1D
U1C
L1
U1B
U1A
V4
0V
V3
5V
V2
0V
V1
5V
U1B
L2
L1
U1A
Name dld preparation

More Related Content

What's hot

Mba admission in india
Mba admission in indiaMba admission in india
Mba admission in indiaEdhole.com
 
Digital systems logicgates-booleanalgebra
Digital systems logicgates-booleanalgebraDigital systems logicgates-booleanalgebra
Digital systems logicgates-booleanalgebraelfeds916
 
PDT DC015 Chapter 2 Computer System 2017/2018 (f)
PDT DC015 Chapter 2 Computer System 2017/2018 (f)PDT DC015 Chapter 2 Computer System 2017/2018 (f)
PDT DC015 Chapter 2 Computer System 2017/2018 (f)Fizaril Amzari Omar
 
PST SC015 Chapter 2 Computer System (III) 2017/2018
PST SC015 Chapter 2 Computer System (III) 2017/2018PST SC015 Chapter 2 Computer System (III) 2017/2018
PST SC015 Chapter 2 Computer System (III) 2017/2018Fizaril Amzari Omar
 
Chapter 4. logic function and boolean algebra
Chapter 4. logic function and boolean algebraChapter 4. logic function and boolean algebra
Chapter 4. logic function and boolean algebraAshish KC
 
Chapter 02 Logic Functions and Gates
Chapter 02 Logic Functions and GatesChapter 02 Logic Functions and Gates
Chapter 02 Logic Functions and GatesSSE_AndyLi
 
Logic design basics
Logic design basicsLogic design basics
Logic design basicsharishnn
 
Introduction to Boolean Algebra
Introduction to Boolean AlgebraIntroduction to Boolean Algebra
Introduction to Boolean Algebrablaircomp2003
 
Digital logic circuits important question and answers for 5 units
Digital logic circuits important question and answers for 5 unitsDigital logic circuits important question and answers for 5 units
Digital logic circuits important question and answers for 5 unitsLekashri Subramanian
 
Introduction to digital logic
Introduction to digital logicIntroduction to digital logic
Introduction to digital logicKamal Acharya
 
boolean algebra and logic simplification
boolean algebra and logic simplificationboolean algebra and logic simplification
boolean algebra and logic simplificationUnsa Shakir
 

What's hot (20)

Mba admission in india
Mba admission in indiaMba admission in india
Mba admission in india
 
Logic gates presentation
Logic gates presentationLogic gates presentation
Logic gates presentation
 
Digital logic
Digital logicDigital logic
Digital logic
 
Digital systems logicgates-booleanalgebra
Digital systems logicgates-booleanalgebraDigital systems logicgates-booleanalgebra
Digital systems logicgates-booleanalgebra
 
PDT DC015 Chapter 2 Computer System 2017/2018 (f)
PDT DC015 Chapter 2 Computer System 2017/2018 (f)PDT DC015 Chapter 2 Computer System 2017/2018 (f)
PDT DC015 Chapter 2 Computer System 2017/2018 (f)
 
PST SC015 Chapter 2 Computer System (III) 2017/2018
PST SC015 Chapter 2 Computer System (III) 2017/2018PST SC015 Chapter 2 Computer System (III) 2017/2018
PST SC015 Chapter 2 Computer System (III) 2017/2018
 
Chapter 4. logic function and boolean algebra
Chapter 4. logic function and boolean algebraChapter 4. logic function and boolean algebra
Chapter 4. logic function and boolean algebra
 
Chapter 02 Logic Functions and Gates
Chapter 02 Logic Functions and GatesChapter 02 Logic Functions and Gates
Chapter 02 Logic Functions and Gates
 
Logic Equation Simplification
Logic Equation SimplificationLogic Equation Simplification
Logic Equation Simplification
 
Logic design basics
Logic design basicsLogic design basics
Logic design basics
 
Introduction to Boolean Algebra
Introduction to Boolean AlgebraIntroduction to Boolean Algebra
Introduction to Boolean Algebra
 
Digital logic circuits important question and answers for 5 units
Digital logic circuits important question and answers for 5 unitsDigital logic circuits important question and answers for 5 units
Digital logic circuits important question and answers for 5 units
 
Dpsd lecture-notes
Dpsd lecture-notesDpsd lecture-notes
Dpsd lecture-notes
 
Chapter 5 boolean algebra
Chapter 5 boolean algebraChapter 5 boolean algebra
Chapter 5 boolean algebra
 
Introduction to digital logic
Introduction to digital logicIntroduction to digital logic
Introduction to digital logic
 
EE8351 DLC
EE8351 DLCEE8351 DLC
EE8351 DLC
 
Logic Gates
Logic GatesLogic Gates
Logic Gates
 
boolean algebra and logic simplification
boolean algebra and logic simplificationboolean algebra and logic simplification
boolean algebra and logic simplification
 
13 Boolean Algebra
13 Boolean Algebra13 Boolean Algebra
13 Boolean Algebra
 
Logic circuit2017
Logic circuit2017Logic circuit2017
Logic circuit2017
 

Similar to Name dld preparation

Similar to Name dld preparation (20)

Logic Gates.pptx
Logic Gates.pptxLogic Gates.pptx
Logic Gates.pptx
 
chapter 3 Boolean algebra (2).pptx
chapter 3 Boolean algebra (2).pptxchapter 3 Boolean algebra (2).pptx
chapter 3 Boolean algebra (2).pptx
 
2dig circ
2dig circ2dig circ
2dig circ
 
Digital logic Gates of Computer Science
Digital logic Gates of Computer ScienceDigital logic Gates of Computer Science
Digital logic Gates of Computer Science
 
Lecture 04-Digital logic gates.pptx
Lecture 04-Digital logic gates.pptxLecture 04-Digital logic gates.pptx
Lecture 04-Digital logic gates.pptx
 
Deld lab manual
Deld lab manualDeld lab manual
Deld lab manual
 
Number_Systems_and_Boolean_Algebra.ppt
Number_Systems_and_Boolean_Algebra.pptNumber_Systems_and_Boolean_Algebra.ppt
Number_Systems_and_Boolean_Algebra.ppt
 
02-gates-w.pptx
02-gates-w.pptx02-gates-w.pptx
02-gates-w.pptx
 
9. logic gates._rr
9. logic gates._rr9. logic gates._rr
9. logic gates._rr
 
Logical Gates
Logical GatesLogical Gates
Logical Gates
 
Logic gatesrevised.ppt
Logic gatesrevised.pptLogic gatesrevised.ppt
Logic gatesrevised.ppt
 
logic gates functions.pptx
logic gates functions.pptxlogic gates functions.pptx
logic gates functions.pptx
 
Simplification of Circuits.pdf
Simplification of Circuits.pdfSimplification of Circuits.pdf
Simplification of Circuits.pdf
 
Logic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gatesLogic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gates
 
Digital Electronics Logic gates
Digital Electronics Logic gatesDigital Electronics Logic gates
Digital Electronics Logic gates
 
Logic gates ,flip flop ,registers and
Logic gates ,flip flop ,registers andLogic gates ,flip flop ,registers and
Logic gates ,flip flop ,registers and
 
class xi pptx-1.pptx
class xi pptx-1.pptxclass xi pptx-1.pptx
class xi pptx-1.pptx
 
Digital logic
Digital logicDigital logic
Digital logic
 
Logic gates 07 11-2014
Logic gates 07 11-2014Logic gates 07 11-2014
Logic gates 07 11-2014
 
dld.ppt
dld.pptdld.ppt
dld.ppt
 

Recently uploaded

IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 

Recently uploaded (20)

IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 

Name dld preparation

  • 1. ASSIGNMENT : DIGITAL LOGIC AND DESIGN SUBMITTED TO : MS SUFIA RAJPUT SUBMITTED BY : PADAM RAI ROLL NO : F-16CS-36
  • 2. PRACTICAL NO # 01 Object : To verify truth tables of AND, OR, NOT, NAND, NOR, XOR and XNOR logical gates. Tools:- Circuit maker Theory:- AND gate:- The AND gate, is composed oftwo or more inputs and a single output, performs logical multiplication. The logical operation ofthe AND gate is such that the output is HIGH (1) when all the inputs are HIGH, otherwise it is LOW (0) LogicSymbolforANDgate Truth tableforAND gate The OR gate:- The OR gate, is composed oftwo or more inputs and a single output, performs logical addition. The logical operation ofthe OR gate is such that the output is HIGH (1) when any ofthe inputs are HIGH, otherwise it is LOW (0). Symbol:- INPUT OUTPUT A B X=A.B 0 0 0 0 1 0 1 0 0 1 1 1
  • 3. Truth tablefor ORgate The NAND Gate:- The term NAND is formed by the concatenation NOT-AND and implies an AND function with an inverted output.. The logical operation ofthe NAND gate is such that the output is LOW (0) only when all the inputs are HIGH (1) Symbol:- Truth tablefor ORgate:- INPUT OUTPUT A B 0 0 0 0 1 1 1 0 1 1 1 1 INPUT OUTPUT A B 0 0 1 0 1 1 1 0 1 1 1 0
  • 4. The NOR gate:- The term NOR is formed by the concatenation NOT-OR and implies an OR function with an inverted output. The logical operation ofthe NOR gate is such that the output is HIGH (1) only when all the inputs are LOW. Symbol:- Truth tablefor NORgate:- The X-OR GATE:- The logical operation ofthe XOR gate is such that the output is HIGH (1) only when two inputs are different not same. Symbol:- X Truth tablefor X-ORgate:- INPUT OUTPUT A B 0 0 1 0 1 0 1 0 0 1 1 0
  • 5. The X-NOR Gate:- The logical operation ofthe X-NOR gate is such that the output is HIGH (1) only when two inputs are same. Symbol:- Truth tablefor X-NORgate:- TheINVERTORGATE:- The outputis the complimentof itsinputslike inputis1 thenoutputis0 andvise versa. Symbol:- Truth tablefor INVERTOR gate:- INPUT OUTPUT A B X 0 0 0 0 1 1 1 0 1 1 1 0 INPUT OUTPUT A B X 0 0 1 0 1 0 1 0 0 1 1 0
  • 6. INPUT OUTPUT A A’ 1 0 0 1 Procedure: Step1:Open the environmentof circuit maker. Step2:On the menu bar click hotkeys1>& select one the following options for all four gates. Step3:On the menu bar click hotkeys1>& select logic display for output. Step4:On the menu bar click hotkeys2>& select logic switch for two inputs. Step5: select button for connecting inputs to the gates and also for output. Step6: select one key for execution. Step7:give differentinputs to note output. Options are givenbelow: 1=2-In AND 74LS08 (AND) 2=2-In OR 74LS32(OR) 3=2-In NAND 74LS00 (NAND) 4=2-In NOR 74LS02 (NOR) 5=2-In XOR 74CS86 (XOR) 6=2-In XNOR 4077 (XNOR) 7=2-In Invertor 74cs04 RESULT: Circuit for AND: Circuit for OR: Circuit for NAND: 5V 5V 5V 5V
  • 7. Circuit for NOR: Circuit for XOR: Circuit for X-NOR: Circuit for Invertor: 0V 0V 0V 0V U1A V1 0V V2 5V L1 V3 0V L2 U2A
  • 8. PracticalNO # 02 Object:- Prove rules of BooleanAlgebra forand OR and NOT operations: Tools:- Circuit maker Theory:- Boolean Algebra: A mathematical system for formulating logical statements with symbols so that problems can be solved in a manner to ordinary algebra. AND Operations (·) 0·0 = 0 A·0 = 0 1·0 = 0 A·1 = A 0·1 = 0 A·A = A 1·1 = 1 A·A' = 0 OR Operations (+) 0+0 = 0 A+0 = A 1+0 = 1 A+1 = 1 0+1 = 1 A+A = A 1+1 = 1 A+A' = 1 NOT Operations (') 0' = 1 1’ = 0 A'' = A Procedure:
  • 9. Step1: Openthe environmentof circuitmaker. Step2: On the menubarclickhotkeys1>&selectone the followingselectAND,OR& NOT gate Step3:- On the menubarclickhotkeys1>&selectlogic displayfor output Step4:- On the menubarclickhotkeys2>&selectlogic switchfortwo inputs Step 5:- select buttonfor connectinginputstothe gates and alsofor output Step 6:- select onekey for execution Step7 :- give different inputsto noteoutput. RESULT:- Circuit ofAND:- Circuit for OR:- Circuit for NOT:- V8 5V V7 5V V6 5V V5 0V U1B U1A L4 L3 V8 5V V7 0V V6 5V V5 5V U1D U1C L4 L3 0V 5V V8 0V V7 0V V6 5V V5 0V U1D U1C L4 L3 V8 0V V7 5V V6 0V V5 0V U1B U1A L4 L3
  • 10. Practical NO # 03 Object :- Prove Associative Law , Distributive Law , Commutative Law Tools:- Circuit maker Theory:- Commutative Laws The commutative lawof multiplicationforORoperation The commutative law ofaddition for two variables is algebraically expressed as A + B = B + A The commutative lawof multiplicationforANDoperation A.B = B.A In summary, the order in which the variables are ORed or ANDed make no difference. Associative Laws The associative law of addition ofthree variables is expressed as A + (B + C) = (A + B) + C The associative law of multiplication of three variables is expressed as A.(B.C) = (A.B).C In summary, ORing or ANDing a grouping ofvariables produces the same resultregardless ofthe grouping ofthe variables. Distributive Law The distributive law of three variables is expressed as follows: A. (B+C) = A.B + A.C
  • 11. Associative Law (A·B)·C = A·(B·C) = A·B·C (A+B)+C = A+(B+C) = A+B+C Distributive Law A·(B+C) = (A·B) + (A·C) A+(B·C) = (A+B) · (A+C) Commutative Law A·B = B·A A+B = B+A Procedure: Step1: Openthe environmentof circuitmaker. Step2: On the menubarclickhotkeys1>&selectlogic gates Step3:- On the menubarclickhotkeys1>&selectlogic displayfor output Step4:- On the menubarclickhotkeys2>&selectlogic switchfortwo inputs Step 5:- select buttonfor connectinginputstothe gates and alsofor output Step 6:- select onekey for execution Step7 :- give different inputsto noteoutput. Result:- Construct circuits and prove Associative Law , Distributive Law , Commutative Law 1) Associative Law is Verified for AND Gates: OR Gates: A.(B.C) = (A.B).C A+(B+C) = (A+B)+C
  • 12. 2) Distributive law is verified for: AND Gates: OR Gates: A.(B+C) = (A.B)+(A+C) A+(B . C) = (A+B).(A+C) 3) Commutative lawisverifiedfor: ANDGate:- OR Gates:- A . B = B . A A+B = B+A V6 0V V5 0V V4 5V V3 5V V2 0V V1 0V U2D U2C U2B U2A L2 L1 V6 5V V5 0V V4 5V V3 5V V2 5V V1 0V L2 U2B U1C U1B L1 U2A U1A U4A U3A U2D U2C U1D V6 5V V5 0V V4 5V V3 5V V2 5V V1 0V L2 L1 V4 5V V3 0V V2 5V V1 0V U1B U1A L2 L1 V6 5V V5 5V V4 5V V3 5V V2 5V V1 5V L2 U1D U1C L1 U1B U1A V4 0V V3 5V V2 0V V1 5V U1B L2 L1 U1A