SlideShare a Scribd company logo
LECTURE - 3
• Binary Addition
• Binary Subtraction
• Complements
• 1’s Complement
• 2’s Complement
• Subtraction Using Complements
BASIC OPERATIONS
• ADDITION
• SUBTRACTION
• MULTIPLICATION
• DIVISION
COMPUTER OPERATIONS
• BINARY ADDITION
• BINARY SUBTRACTION
THE FIRST COMPUTER
• Covered a whole Room
• Separate Functions for Adding,
Subtracting, Multiplication and Division
ELIMINATION OF OPERATIONS
• MULTIPLICATION and DIVISION were eliminated
• MULTIPLICATION :
repeated addition
(2 x 4 = 8) , (2+ 2+ 2 + 2 = 8)
• DIVISION :
repeated subtractions
TODAY’S COMPUTER
• Computations
• Addition – (ADDERS)
• Subtraction – (SUBTRACTORS)
BINARY ADDITION
LOGIC:
0 + 0 = 0
0 + 1 = 1
1 + 0 = 1
1 + 1 = 0 (1 Carry)
EXAMPLE
1 0 0 1 1 0
+ 1 1 0 1 0 1
1 0 1 1 0 1 1
Carry
BINARY SUBTRACTION
LOGIC:
0 - 0 = 0
0 - 1 = 1 ( Borrow 1)
1 - 0 = 1
1 - 1 = 0
EXAMPLE
1 1 0 1 0 1
- 0 1 1 0 1 0
0 1 1 0 1 1
COMPLEMENTS
2 types:
• 1’s Complement
• 2’s Complement
1’S COMPLEMENT
PROCEDURE
• Change every 0 to 1 and every 1 to 0
EXAMPLE
Find 1’s Complement of:
( 1 1 0 0 1 0 1 0 )2
2’S COMPLEMENT
PROCEDURE
1. Find 1’s Complement:
Change every 0 to 1 and every 1 to 0
2. Add 1 to L.S.B
EXAMPLE
Find 2’s Complement of :
( 1 1 0 1 0 1 0 )2
SOLUTION : ( 1 1 0 1 0 1 0 )2
STEP 1
0 0 1 0 1 0 1
STEP 2
0 0 1 0 1 0 1
+ 1
0 0 1 0 1 1 0
LSB
SUBTRACTION USING COMPLEMENTS
SUBTRACTION
• MINUEND (1st value)
• SUBTRAHEND (2nd value)
SUBTRACTION USING 1’S
COMPLEMENT
STEP 1
Take 1’s Complement of Subtrahend
STEP 2
Add the result to Minuend
STEP 3
Look for end Carry.
END CARRY
• If Carry Exists:
Add the carry to LSB of result
• If NO Carry:
Take 1’s complement of result
again and
place a –ve sign
EXAMPLE
Subtract: ( 1 1 0 1 0 1 1 - 1 0 1 1 0 1 )2
SOLUTION
Minuend: 1 1 0 1 0 1 1
Subtrahend: 0 1 0 1 1 0 1
STEP 1 1’s Complement of Subtrahend
1 0 1 0 0 1 0
STEP 2 Add to Minuend
STEP 3 Add end carry to LSB of result.
SUBTRACTION USING 2’S
COMPLEMENT
• STEP 1
Take 2’s Complement of Subtrahend
• STEP 2
Add the result to Minuend
• STEP 3
Look for end Carry.
END CARRY
• If Carry Exists:
Drop it
• If NO Carry:
• Take 2’s complement of result again and
• place a –ve sign
EXAMPLE
Subtract: ( 1 1 0 1 0 1 1 - 1 0 1 1 0 1 )2
ADVANTAGE OF COMPLEMENTS
• It Converts Subtraction Process to Addition
• Thus, the need for a Subtractor is Eliminated

More Related Content

What's hot

Binary to Decimal Conversion
Binary to Decimal ConversionBinary to Decimal Conversion
Binary to Decimal Conversion
Mac Mac
 
Complement
ComplementComplement
Complement
Bilal Maqbool ツ
 
Integer represention
Integer representionInteger represention
Integer represention
Saif Ullah
 
Octal COnversion
Octal COnversionOctal COnversion
Octal COnversion
Mac Mac
 
Hexadecimal Conversion
Hexadecimal ConversionHexadecimal Conversion
Hexadecimal Conversion
Mac Mac
 
Lecture 3 time complexity
Lecture 3 time complexityLecture 3 time complexity
Lecture 3 time complexity
Abirami A
 
Dld lecture module 02
Dld lecture module 02Dld lecture module 02
Dld lecture module 02
Bilal Maqbool ツ
 
Decimal to Binary Conversion
Decimal to Binary ConversionDecimal to Binary Conversion
Decimal to Binary Conversion
Mac Mac
 
computer arithmatic
computer arithmaticcomputer arithmatic
computer arithmatic
mahesh kumar prajapat
 
Microoperations
MicrooperationsMicrooperations
Microoperations
Rakesh Pillai
 
8th alg -l9.1
8th alg -l9.18th alg -l9.1
8th alg -l9.1jdurst65
 
Logic microoperations
Logic microoperationsLogic microoperations
Logic microoperationsNitesh Singh
 
Shift micro operations & 4 bit combinational circuit shifter
Shift micro operations &  4 bit combinational circuit shifterShift micro operations &  4 bit combinational circuit shifter
Shift micro operations & 4 bit combinational circuit shifter
Monika Chauhan
 
Multiplication algorithm, hardware and flowchart
Multiplication algorithm, hardware and flowchartMultiplication algorithm, hardware and flowchart
Multiplication algorithm, hardware and flowchart
Tanjarul Islam Mishu
 
Sequential multiplication
Sequential multiplicationSequential multiplication
Sequential multiplication
Taqwa It Center
 
Number system
Number systemNumber system
Number system
rameshthombre1
 
Multiplication algorithm
Multiplication algorithmMultiplication algorithm
Multiplication algorithm
Gaurav Subham
 
09 arithmetic
09 arithmetic09 arithmetic
09 arithmetic
argiaggi
 
compliments
 compliments compliments
compliments
Unsa Shakir
 

What's hot (20)

Binary to Decimal Conversion
Binary to Decimal ConversionBinary to Decimal Conversion
Binary to Decimal Conversion
 
Complement
ComplementComplement
Complement
 
Integer represention
Integer representionInteger represention
Integer represention
 
Octal COnversion
Octal COnversionOctal COnversion
Octal COnversion
 
Hexadecimal Conversion
Hexadecimal ConversionHexadecimal Conversion
Hexadecimal Conversion
 
Lecture 3 time complexity
Lecture 3 time complexityLecture 3 time complexity
Lecture 3 time complexity
 
Dld lecture module 02
Dld lecture module 02Dld lecture module 02
Dld lecture module 02
 
Decimal to Binary Conversion
Decimal to Binary ConversionDecimal to Binary Conversion
Decimal to Binary Conversion
 
computer arithmatic
computer arithmaticcomputer arithmatic
computer arithmatic
 
Microoperations
MicrooperationsMicrooperations
Microoperations
 
09 arithmetic
09 arithmetic09 arithmetic
09 arithmetic
 
8th alg -l9.1
8th alg -l9.18th alg -l9.1
8th alg -l9.1
 
Logic microoperations
Logic microoperationsLogic microoperations
Logic microoperations
 
Shift micro operations & 4 bit combinational circuit shifter
Shift micro operations &  4 bit combinational circuit shifterShift micro operations &  4 bit combinational circuit shifter
Shift micro operations & 4 bit combinational circuit shifter
 
Multiplication algorithm, hardware and flowchart
Multiplication algorithm, hardware and flowchartMultiplication algorithm, hardware and flowchart
Multiplication algorithm, hardware and flowchart
 
Sequential multiplication
Sequential multiplicationSequential multiplication
Sequential multiplication
 
Number system
Number systemNumber system
Number system
 
Multiplication algorithm
Multiplication algorithmMultiplication algorithm
Multiplication algorithm
 
09 arithmetic
09 arithmetic09 arithmetic
09 arithmetic
 
compliments
 compliments compliments
compliments
 

Similar to Boolean operators

Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
Meenakshi Paul
 
ece552_08_integer_multiply.ppt
ece552_08_integer_multiply.pptece552_08_integer_multiply.ppt
ece552_08_integer_multiply.ppt
ansariparveen06
 
ece552_08_integer_multiply.ppt
ece552_08_integer_multiply.pptece552_08_integer_multiply.ppt
ece552_08_integer_multiply.ppt
AshokRachapalli1
 
ece552_08_integer_multiply.ppt
ece552_08_integer_multiply.pptece552_08_integer_multiply.ppt
ece552_08_integer_multiply.ppt
AnalBhandari
 
CA UNIT II.pptx
CA UNIT II.pptxCA UNIT II.pptx
CA UNIT II.pptx
ssuser9dbd7e
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmeticgavhays
 
binary arithmetic conversion.pptx
binary arithmetic conversion.pptxbinary arithmetic conversion.pptx
binary arithmetic conversion.pptx
JayVadgama9
 
3810-08.ppt
3810-08.ppt3810-08.ppt
3810-08.ppt
SrinivasanCSE
 
Program design techniques
Program design techniquesProgram design techniques
Program design techniques
fika sweety
 
FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...
FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...
FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...
Arti Parab Academics
 
L3 ARITHMETIC OPERATIONS.pptx
L3 ARITHMETIC OPERATIONS.pptxL3 ARITHMETIC OPERATIONS.pptx
L3 ARITHMETIC OPERATIONS.pptx
Harish257692
 
Arithmetic for Computers
Arithmetic for ComputersArithmetic for Computers
Arithmetic for Computers
MD. ABU TALHA
 
1s and 2s complement
1s and 2s complement1s and 2s complement
1s and 2s complement
Then Murugeshwari
 
Booth Multiplication.pptx
Booth Multiplication.pptxBooth Multiplication.pptx
Booth Multiplication.pptx
SamiulAlam34
 
09 binary number systems
09   binary number systems09   binary number systems
09 binary number systems
Lee Chadwick
 
Addition and subtraction with signed magnitude data (mano
Addition and subtraction with signed magnitude data (manoAddition and subtraction with signed magnitude data (mano
Addition and subtraction with signed magnitude data (mano
cs19club
 
Arithmetic Unit Addition Subtraction Multiplication and Division
Arithmetic Unit Addition Subtraction Multiplication and DivisionArithmetic Unit Addition Subtraction Multiplication and Division
Arithmetic Unit Addition Subtraction Multiplication and Division
RNShukla7
 

Similar to Boolean operators (20)

Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 
ece552_08_integer_multiply.ppt
ece552_08_integer_multiply.pptece552_08_integer_multiply.ppt
ece552_08_integer_multiply.ppt
 
ece552_08_integer_multiply.ppt
ece552_08_integer_multiply.pptece552_08_integer_multiply.ppt
ece552_08_integer_multiply.ppt
 
ece552_08_integer_multiply.ppt
ece552_08_integer_multiply.pptece552_08_integer_multiply.ppt
ece552_08_integer_multiply.ppt
 
CA UNIT II.pptx
CA UNIT II.pptxCA UNIT II.pptx
CA UNIT II.pptx
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 
05 multiply divide
05 multiply divide05 multiply divide
05 multiply divide
 
binary arithmetic conversion.pptx
binary arithmetic conversion.pptxbinary arithmetic conversion.pptx
binary arithmetic conversion.pptx
 
3810-08.ppt
3810-08.ppt3810-08.ppt
3810-08.ppt
 
Booth Multiplier
Booth MultiplierBooth Multiplier
Booth Multiplier
 
Program design techniques
Program design techniquesProgram design techniques
Program design techniques
 
FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...
FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...
FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...
 
L3 ARITHMETIC OPERATIONS.pptx
L3 ARITHMETIC OPERATIONS.pptxL3 ARITHMETIC OPERATIONS.pptx
L3 ARITHMETIC OPERATIONS.pptx
 
Arithmetic for Computers
Arithmetic for ComputersArithmetic for Computers
Arithmetic for Computers
 
1s and 2s complement
1s and 2s complement1s and 2s complement
1s and 2s complement
 
Lec20
Lec20Lec20
Lec20
 
Booth Multiplication.pptx
Booth Multiplication.pptxBooth Multiplication.pptx
Booth Multiplication.pptx
 
09 binary number systems
09   binary number systems09   binary number systems
09 binary number systems
 
Addition and subtraction with signed magnitude data (mano
Addition and subtraction with signed magnitude data (manoAddition and subtraction with signed magnitude data (mano
Addition and subtraction with signed magnitude data (mano
 
Arithmetic Unit Addition Subtraction Multiplication and Division
Arithmetic Unit Addition Subtraction Multiplication and DivisionArithmetic Unit Addition Subtraction Multiplication and Division
Arithmetic Unit Addition Subtraction Multiplication and Division
 

More from ZareenRauf1

Communication system lec 8
Communication system lec 8Communication system lec 8
Communication system lec 8
ZareenRauf1
 
Communication system lec7
Communication system lec7Communication system lec7
Communication system lec7
ZareenRauf1
 
Communication system lec6
Communication system  lec6Communication system  lec6
Communication system lec6
ZareenRauf1
 
Communication system lec5
Communication system  lec5Communication system  lec5
Communication system lec5
ZareenRauf1
 
communication system lec4
communication system lec4 communication system lec4
communication system lec4
ZareenRauf1
 
communication system lec3
 communication system lec3 communication system lec3
communication system lec3
ZareenRauf1
 
communication system lec2
 communication system lec2 communication system lec2
communication system lec2
ZareenRauf1
 
Communication system
Communication systemCommunication system
Communication system
ZareenRauf1
 
Boolean algebra and logic gates
Boolean algebra and logic gatesBoolean algebra and logic gates
Boolean algebra and logic gates
ZareenRauf1
 
Binary codes
Binary codesBinary codes
Binary codes
ZareenRauf1
 
Boolean functions
Boolean functionsBoolean functions
Boolean functions
ZareenRauf1
 
Lecture 2
Lecture 2Lecture 2
Lecture 2
ZareenRauf1
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
ZareenRauf1
 

More from ZareenRauf1 (13)

Communication system lec 8
Communication system lec 8Communication system lec 8
Communication system lec 8
 
Communication system lec7
Communication system lec7Communication system lec7
Communication system lec7
 
Communication system lec6
Communication system  lec6Communication system  lec6
Communication system lec6
 
Communication system lec5
Communication system  lec5Communication system  lec5
Communication system lec5
 
communication system lec4
communication system lec4 communication system lec4
communication system lec4
 
communication system lec3
 communication system lec3 communication system lec3
communication system lec3
 
communication system lec2
 communication system lec2 communication system lec2
communication system lec2
 
Communication system
Communication systemCommunication system
Communication system
 
Boolean algebra and logic gates
Boolean algebra and logic gatesBoolean algebra and logic gates
Boolean algebra and logic gates
 
Binary codes
Binary codesBinary codes
Binary codes
 
Boolean functions
Boolean functionsBoolean functions
Boolean functions
 
Lecture 2
Lecture 2Lecture 2
Lecture 2
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 

Recently uploaded

Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 

Recently uploaded (20)

Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 

Boolean operators