SlideShare a Scribd company logo
1 of 59
Download to read offline
    1
Investigation on V­System Model in 
System Engineering.
Prof. Frank Appiah, AKA FAEng PhD
Rough Draft
(2020/2021)
    2
UCL, CENTRE OF SYSTEMS 
ENGINEERING
●
Crash course on 
system engineering
●
Outline on verfication 
and validation.
●
On V­system model 
in system 
engineering.
●
Software Verification 
and Software 
Validation.
●
Centre with interest in 
the development of 
complex hetero­
genous systems. 
    3
Lets Begin on Approaches
●
Verification ●
Validation
V
    4
Two Approaches: Which first?
●
 Verification(v)
●
Validation(V)
V­2­V: Convergent Approach
    5
V­2­V Graph
    6
System Model
●
 Verification has a negative gradient in system 
model.
●
Validation has a positive gradient in system 
model.
    7
System Work(1)
●
On verification coding, there are a lot of work in 
achieving success in this phase.
●
 That account for the negative gradient; many 
negative choices or decisions to come to a 
plan.
●
 Coding of verification is approached after 4 
main  system process models.
    8
System Model(2)
●
 On validation coding, there is a positive and 
easy means to find solutions to problems or 
user requirements.
●
 This has positive gradient in system model.
●
 Coding of validation can be approached from 4 
 system models aside coding itself.
●
There are less solutions available to deal with 
from the on­start. 
●
There is a gradual increase in system solutions 
after contigent planning.
    9
Convergent System Model
The convergent system model is the coding 
model in the system. Verification and Validation 
will convergent on coding system in V­System. 
Coding system is a convergent approach in the 
baseline of V­system architecture.
    10
Integration Testing Equilibrium 
(ITE)
> High Level Design      (HLD)   
> Integration Testing Plan (ITP)
> Integration Testing        (IT)    
   This is roughly assumed on the middle line of 
V­system model. 
    11
HLD is a verfication system approach and IT is a 
validation system approach. The two is 
connected by ITP in middle­level approach in V­
system model.
    12
V­2­V System Lines
There are about 5 levels of system model from 
V­architecture. There are two sides to the 
architecture. Left­level systems approaching 
downwards and Right­level systems 
approaching as well.
    13
Verification­2­Validation System 
Lines (SL).
●
 SL5: User Requirement – Acceptance Test 
Plan – Acceptance Testing
●
 SL4: Software Application – System Test Plan 
– System Testing
●
 SL3: High Level Design – Integration Test Plan 
– Integration Testing
●
 SL2: Detailed Design – Unit Testing Plan – 
Unit Testing
●
 SL1: Coding
    14
L5­L1 System Model
L5: User Requirement (UR)
L4: Software Application (SA)
L3: High Level Design (HLD)
L2: Detailed Design (DD)
L1: Coding (C)
(Top):UR < SA < HLD < DD < C :(Bottom)
    15
R5­R1 System Model
R5: Acceptance Testing (AT)
R4: System Testing (ST)
R3: Integration Testing (IT)
R2: Unit Testing (UT)
R1: Coding (C)
(Top):AT < ST < IT < UT < C :(Bottom)
    16
System Modes
●
 V2V SL Model
●
 L5­L1System Model
●
 R5­R1System Model
These altogether forms the V­system model in one 
architecture.
    17
Grading System Models in V­
architecture.
Software Application Grade
SA­Grade is user requirement size(ur) over high 
level design size(hld) in a system model.
SAGrade=
UR
HLD
    18
Detailed Design Grade
Detailed Design Grade is high level design(hld) 
size over length of coding in a   system model.
DDgrade=
HLD
Clength
    19
High Level Design Grade
High Leve Design(HLD) Grade is byte size of 
software application (SA) over detailed 
design(DD) size in a   system model.
HLDgrade=
SA
DD
    20
On Validation Grades
Unit Testing(UT) Grade is size of integration 
testing(IT) over the length of codes(C) in a 
system model.
UTgrade=
IT
C
    21
Integration Testing Grade 
Integration Testing grade is size of system 
testing over sizee of unit testing is a system 
model.
IT grade=
ST
UT
    22
System Testing Grade
System Testing Grade is the size of acceptance 
testing over size of integration testing.
ST grade=
AT
IT
    23
Grade Ratios
●
System Testing Grade
●
Integration Testing Grade
●
Unit Testing Grade
●
High Level Design Grade
●
Software Application Grade
●
Detailed Design Grade.
    24
Detailed Design Grade Ratios
This means that it is a valid and verified to have a 
detailed design grade if the UR size is known then 
SA holds to be checked and if SA is byte size is 
known then C holds to be checked.
UR
SA
C
=DD
    25
DD­Grade Ratio 2
DD Grade Ratio 2 is valid and verified if UR size 
is known then SA is checked, if SA byte size is 
known then HLD is checked and finally if HLD 
size is known then DD is checked.
Roughly, DD is the root of the DD­grade ratio 1. 
The root analysis of V­system model is by 
grading a detailed design model. 
UR
SA
HLD
DD
=DD
    26
DD2 Root Analysis
Similar Root Analysis can be the distance among 
UR, SA, HLD.
DD2
=
UR
SA
HLD
=

UR
SA
HLD

=UR/SA/HLD
DD=UR2
SA2
HLD2

    27
SHAPING V­2­V MODELS
In shaping the V­2­V models, several shapes of 
formation are employed in the analysis of the 
models in general.
 
    28
Shapes
●
Diamond(◊) shape
●
Trapezium shape
●
Triangle(∆) shape
●
V­shape
●
^­shape
●
/­shape
●
­shape
●
Area Shape
    29
●
●
●
V­system scatter 
depicts a scatter 
system model in an 
unorganised manner 
without any 
hierarchical role of 
assignment.
    30
                             V­System
                           Network
●
There are four areas in the 
network model of v­system.
●
R1, R2, R3 and R4 forms the
system model.
●
R1:C­>UT­>UTP­>DD
●
R2:DD­>UTP­>UT­>IT­>ITP­
>HLD
●
R3:HLD­>ITP­>IT­>ST­
>STP­>SA
●
R4:SA­>STP­>ST­>AT­
>ATP­>UR.
    31
R1: Wide Network Users
V­system network is formed from area regions 
formed in the main v­system itself;
R1 is the widely used in practice­ This means 
that you start coding then you do unit testing, 
then to unit testing plan and finally detailed 
design is made. 
    32
R4: Software Architect
Software Architects like myself will definitely start 
with SA then to STP following on to system test 
then to acceptance testing following onto 
acceptane testing plan and finally user 
requirement.
    33
●
This is a hierarchical model of v­
system.
●
There are 9­levels in the system 
model itself.
●
Level 1­ Coding
●
Level 2­ Unit Testing(UT) and 
Detailed Design
●
Level 3­ UT Plan
●
Level 4­ Integration Testing and 
High Level Design
●
Level 5­ Integration Testing Plan
●
Level 6­ Software Architecture and 
System Test
    34
●
Level 7­ System Test Planning
●
Level 8­ User Requirement and Acceptance 
Testing
●
Level 9­ Acceptance Testing Plan.
    35
On Shaping
 V­2­V
●
◊ Shaping V­2­V,
●
Same as R1 in 
system network.
◊
    36
On Shaping
 V­2­V
●
Trapezium Shaping 
●
V­2­V,
●
Same as R1 in 
system network.
◊
    37
V­Shape V2V System Model
●
VSM1:: DD – UTP – UT
●
VSM2:: HLD – ITP – IT
●
VSM3:: SA – STP – ST
●
VSM4:: UR – ATP – AT
These are the VSMs in V2V system model.
    38
Logical Shaping
●
VSM1:: DD V UTP V UT ­­> DD or UTP or UR
●
VSM2:: HLD V ITP V IT ­­> HLD or ITP or IT
●
VSM3:: SA V STP V ST ­­> SA or STP or ST
●
VSM4:: UR V ATP V AT ­­> UR or ATP or AT
Logical shaping a V2V system model can 
interpret V as a logical or. This will mean to 
separate each system model into independent 
system models.
    39
Interpretation
●
VSM1 can be either a DD or UTP or UT
●
VSM2 can be either a HLD or ITP or IT
●
VSM3 can be either a SA or STP or ST
●
VSM4 can be wither a UR or ATP or AT.
    40
^­Shape in System Model
It is shaped as C­DD, C­UT, UT­C­DD=TD, HLD­
TD­IT=HT, SA­HT­ST=SS and UR­SS­AT=RT.
There are six branches in this system model:
(1) Coding to Detailed Design.
(2) Coding to Unit Testing.
(3) Unit Testing to Coding to Detailed Design is Test Design(TD). 
(4) High­Level Design to Test Design to Integration Testing is High­Design 
Testing.
(5) Software Architecture to High Design Testing to System Test is Software 
System.
(6) User Requirement to Software System to Acceptance Testing is 
Requirement Testing.
    41
(/)Slant­Forward System Model
●
 UR – SA – HLD – DD – C .
User Requirement then to Software Architecture 
to High­Level Design then to Detailed Design to 
Coding.
●
 UTP – UT
●
 ITP – IT
●
 STP – ST
●
 ATP – AT.
    42
()Slant­Backward System Model
●
 AT – ST – IT – UT – C.
Acceptance testing then to System Test to 
Integration Testing to Unit Testing to Coding.
    43
Reverse System Model
●
 C – DD – HLD – SA – UR .
●
User Requirement then to Software 
Architecture to High­Level Design then to 
Detailed Design to Coding is a reverse process.
    44
System Model Plans
ATP – STP – ITP – UTP – C 
Acceptance Testing Plan to System Testing Plan 
to Integration Testing Plan to Unit Testing Plan 
finally to Coding.
    45
Transversal Method
It is simply methodized on selecting a connection 
on the rule of node­path­node. Indications of a 
last system node has double circle just like 
automaton.
    46
●
         System 
  Integrations
    47
    48
    49
    50
    51
System Implementations
    52
    53
    54
    55
System Integration Approaches
●
Middle­out Approach
●
Top­Down Approach
●
Bottom­up Approach
●
End of Rough 
course on system 
model with V­
Architecture.
V­SYSTEM MODEL IS AN INTEGRATION OF SOFTWARE APPLICATIONS BASED ON 
A COMPUTER SYSTEM. THIS CAN BE A COMPILER, TRANSLATOR, INTERPRETER,
CODING DOMAIN­SPECIFIC LANGUAGE, INTERGRATED  DEVELOPMENT ENVIRON­
MENT AND SYSTEM THEORY IN ONE WHOLE SYSTEM DEVELOPMENT.   
    56
CIGSIQ System Development
●
Fresh outlook on 
development and now 
a systematic 
development for a 
team model.
●
CIGSIQ means
●
C: Change
●
I:Improve
●
G:Grow
●
S: Skill
●
I:Idea
●
Q:Quality
    57
CIGSIQ StrawCourtesy: Prof F. Appiah
    58
CIGSIQ STRAW
This is a means of illustration where you have 
about 10 straws placed in a jar ready to sip some 
juice. Each straw has a node name taped to it at 
the top. The arrangement forms a spiral formation 
with each other following a C­I­G­S­I­Q Straw. 
Do it at home as practice.
    59
UCL Centre of 
Systems 
Engineering,
 UK.
Final Message
●
Thanks for 
attending!!!!!!!!
●
●
Virtual Event : 
Eventbrite
●
Title: Investigation 
into V­systems model 
in system engineering
●
Twitter: @frankappiah

More Related Content

What's hot

Software testing
Software testingSoftware testing
Software testingmkn3009
 
Istqb exam sample_paper_1
Istqb exam sample_paper_1Istqb exam sample_paper_1
Istqb exam sample_paper_1TestingGeeks
 
Software Testing Introduction
Software Testing IntroductionSoftware Testing Introduction
Software Testing IntroductionArunKumar5524
 
Static testing vs dynamic testing
Static testing vs dynamic testingStatic testing vs dynamic testing
Static testing vs dynamic testingpooja deshmukh
 
Testing documents
Testing documentsTesting documents
Testing documentssuhasreddy1
 
2 testing throughout software lifecycle
2 testing throughout software lifecycle2 testing throughout software lifecycle
2 testing throughout software lifecycleAsmaa Matar
 
Software Testing Strategies, Method and Life Cycle
Software Testing Strategies, Method and Life CycleSoftware Testing Strategies, Method and Life Cycle
Software Testing Strategies, Method and Life CycleNexSoftsys
 
SDLC models testing
SDLC models testingSDLC models testing
SDLC models testingJadavsejal
 
Structural and functional testing
Structural and functional testingStructural and functional testing
Structural and functional testingHimanshu
 
ISTQB Foundation Level Basic
ISTQB Foundation Level BasicISTQB Foundation Level Basic
ISTQB Foundation Level BasicErol Selitektay
 
Approaches to Software Testing
Approaches to Software TestingApproaches to Software Testing
Approaches to Software TestingScott Barber
 
Istqb exam sample_paper_2
Istqb exam sample_paper_2Istqb exam sample_paper_2
Istqb exam sample_paper_2TestingGeeks
 
7 stages of unit testing
7 stages of unit testing7 stages of unit testing
7 stages of unit testingJorge Ortiz
 
Product Quality: Metrics, Verification, Validation, Testing
Product Quality: Metrics, Verification, Validation, TestingProduct Quality: Metrics, Verification, Validation, Testing
Product Quality: Metrics, Verification, Validation, TestingReem Alattas
 

What's hot (18)

Software testing
Software testingSoftware testing
Software testing
 
Istqb exam sample_paper_1
Istqb exam sample_paper_1Istqb exam sample_paper_1
Istqb exam sample_paper_1
 
Software Testing Introduction
Software Testing IntroductionSoftware Testing Introduction
Software Testing Introduction
 
Static testing vs dynamic testing
Static testing vs dynamic testingStatic testing vs dynamic testing
Static testing vs dynamic testing
 
Software testing methods
Software testing methodsSoftware testing methods
Software testing methods
 
Testing documents
Testing documentsTesting documents
Testing documents
 
2 testing throughout software lifecycle
2 testing throughout software lifecycle2 testing throughout software lifecycle
2 testing throughout software lifecycle
 
Software testing
Software testingSoftware testing
Software testing
 
Software Testing Strategies, Method and Life Cycle
Software Testing Strategies, Method and Life CycleSoftware Testing Strategies, Method and Life Cycle
Software Testing Strategies, Method and Life Cycle
 
SDLC models testing
SDLC models testingSDLC models testing
SDLC models testing
 
Structural and functional testing
Structural and functional testingStructural and functional testing
Structural and functional testing
 
Introduction to White box testing
Introduction to White box testingIntroduction to White box testing
Introduction to White box testing
 
ISTQB Foundation Level Basic
ISTQB Foundation Level BasicISTQB Foundation Level Basic
ISTQB Foundation Level Basic
 
Approaches to Software Testing
Approaches to Software TestingApproaches to Software Testing
Approaches to Software Testing
 
Istqb exam sample_paper_2
Istqb exam sample_paper_2Istqb exam sample_paper_2
Istqb exam sample_paper_2
 
7 stages of unit testing
7 stages of unit testing7 stages of unit testing
7 stages of unit testing
 
Product Quality: Metrics, Verification, Validation, Testing
Product Quality: Metrics, Verification, Validation, TestingProduct Quality: Metrics, Verification, Validation, Testing
Product Quality: Metrics, Verification, Validation, Testing
 
Testing Technique
Testing TechniqueTesting Technique
Testing Technique
 

Similar to Investigation into v-system model

Staroletov testing TDD BDD MBT
Staroletov testing TDD BDD MBTStaroletov testing TDD BDD MBT
Staroletov testing TDD BDD MBTSergey Staroletov
 
SSBSE 2020 keynote
SSBSE 2020 keynoteSSBSE 2020 keynote
SSBSE 2020 keynoteShiva Nejati
 
Quality assuarance bharath anche (1)
Quality assuarance bharath anche (1)Quality assuarance bharath anche (1)
Quality assuarance bharath anche (1)bharathanche
 
Generic Software Process Models
Generic Software Process ModelsGeneric Software Process Models
Generic Software Process ModelsEducation Front
 
Dr.Jonathan Software verification validation.ppt
Dr.Jonathan Software verification validation.pptDr.Jonathan Software verification validation.ppt
Dr.Jonathan Software verification validation.pptPhial
 
Testing software
Testing softwareTesting software
Testing softwareBlueTree5
 
CEN6070.1.Chapter10.1.ppt
CEN6070.1.Chapter10.1.pptCEN6070.1.Chapter10.1.ppt
CEN6070.1.Chapter10.1.pptMRDNI
 
CEN6070.1.Chapter10.1 (1).ppt
CEN6070.1.Chapter10.1 (1).pptCEN6070.1.Chapter10.1 (1).ppt
CEN6070.1.Chapter10.1 (1).pptdheeraj438799
 
CEN6070.1.Chapter10.1.ppt
CEN6070.1.Chapter10.1.pptCEN6070.1.Chapter10.1.ppt
CEN6070.1.Chapter10.1.pptEshakRajendran1
 
CEN6070.1.Chapter10.1.ppt
CEN6070.1.Chapter10.1.pptCEN6070.1.Chapter10.1.ppt
CEN6070.1.Chapter10.1.pptBalaji Kt
 
cupdf.com_1-developing-safety-critical-systems-chapter-5-storey.ppt
cupdf.com_1-developing-safety-critical-systems-chapter-5-storey.pptcupdf.com_1-developing-safety-critical-systems-chapter-5-storey.ppt
cupdf.com_1-developing-safety-critical-systems-chapter-5-storey.pptYoussefElsamman
 
SOFTWARE TESTING W1_watermark.pdf
SOFTWARE TESTING W1_watermark.pdfSOFTWARE TESTING W1_watermark.pdf
SOFTWARE TESTING W1_watermark.pdfShubhamSingh606946
 
functional testing
functional testing functional testing
functional testing bharathanche
 

Similar to Investigation into v-system model (20)

Staroletov testing TDD BDD MBT
Staroletov testing TDD BDD MBTStaroletov testing TDD BDD MBT
Staroletov testing TDD BDD MBT
 
SSBSE 2020 keynote
SSBSE 2020 keynoteSSBSE 2020 keynote
SSBSE 2020 keynote
 
Quality assuarance bharath anche (1)
Quality assuarance bharath anche (1)Quality assuarance bharath anche (1)
Quality assuarance bharath anche (1)
 
ST UNIT-1.pptx
ST UNIT-1.pptxST UNIT-1.pptx
ST UNIT-1.pptx
 
Generic Software Process Models
Generic Software Process ModelsGeneric Software Process Models
Generic Software Process Models
 
Dr.Jonathan Software verification validation.ppt
Dr.Jonathan Software verification validation.pptDr.Jonathan Software verification validation.ppt
Dr.Jonathan Software verification validation.ppt
 
Software Processes
Software Processes Software Processes
Software Processes
 
Testing software
Testing softwareTesting software
Testing software
 
CEN6070.1.Chapter10.1.ppt
CEN6070.1.Chapter10.1.pptCEN6070.1.Chapter10.1.ppt
CEN6070.1.Chapter10.1.ppt
 
CEN6070.1.Chapter10.1 (1).ppt
CEN6070.1.Chapter10.1 (1).pptCEN6070.1.Chapter10.1 (1).ppt
CEN6070.1.Chapter10.1 (1).ppt
 
CEN6070.1.Chapter10.1.ppt
CEN6070.1.Chapter10.1.pptCEN6070.1.Chapter10.1.ppt
CEN6070.1.Chapter10.1.ppt
 
CEN6070.1.Chapter10.1.ppt
CEN6070.1.Chapter10.1.pptCEN6070.1.Chapter10.1.ppt
CEN6070.1.Chapter10.1.ppt
 
V Model and W Model
V Model and W ModelV Model and W Model
V Model and W Model
 
2. Software process
2. Software process2. Software process
2. Software process
 
cupdf.com_1-developing-safety-critical-systems-chapter-5-storey.ppt
cupdf.com_1-developing-safety-critical-systems-chapter-5-storey.pptcupdf.com_1-developing-safety-critical-systems-chapter-5-storey.ppt
cupdf.com_1-developing-safety-critical-systems-chapter-5-storey.ppt
 
SOFTWARE TESTING W1_watermark.pdf
SOFTWARE TESTING W1_watermark.pdfSOFTWARE TESTING W1_watermark.pdf
SOFTWARE TESTING W1_watermark.pdf
 
rryghg.ppt
rryghg.pptrryghg.ppt
rryghg.ppt
 
functional testing
functional testing functional testing
functional testing
 
2-models.pptx
2-models.pptx2-models.pptx
2-models.pptx
 
Software testing
Software testingSoftware testing
Software testing
 

Recently uploaded

engineering chemistry power point presentation
engineering chemistry  power point presentationengineering chemistry  power point presentation
engineering chemistry power point presentationsj9399037128
 
History of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationHistory of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationEmaan Sharma
 
Filters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsFilters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsMathias Magdowski
 
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...Christo Ananth
 
Passive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptPassive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptamrabdallah9
 
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...Amil baba
 
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas SachpazisSeismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas SachpazisDr.Costas Sachpazis
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxMustafa Ahmed
 
Working Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdfWorking Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdfSkNahidulIslamShrabo
 
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptxSLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptxCHAIRMAN M
 
Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...IJECEIAES
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...IJECEIAES
 
CLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference ModalCLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference ModalSwarnaSLcse
 
Databricks Generative AI FoundationCertified.pdf
Databricks Generative AI FoundationCertified.pdfDatabricks Generative AI FoundationCertified.pdf
Databricks Generative AI FoundationCertified.pdfVinayVadlagattu
 
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and ToolsMaximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Toolssoginsider
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxkalpana413121
 
Basics of Relay for Engineering Students
Basics of Relay for Engineering StudentsBasics of Relay for Engineering Students
Basics of Relay for Engineering Studentskannan348865
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Stationsiddharthteach18
 
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024EMMANUELLEFRANCEHELI
 
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdflitvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdfAlexander Litvinenko
 

Recently uploaded (20)

engineering chemistry power point presentation
engineering chemistry  power point presentationengineering chemistry  power point presentation
engineering chemistry power point presentation
 
History of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationHistory of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & Modernization
 
Filters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsFilters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility Applications
 
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
 
Passive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptPassive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.ppt
 
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
 
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas SachpazisSeismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
Working Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdfWorking Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdf
 
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptxSLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
 
Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
 
CLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference ModalCLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference Modal
 
Databricks Generative AI FoundationCertified.pdf
Databricks Generative AI FoundationCertified.pdfDatabricks Generative AI FoundationCertified.pdf
Databricks Generative AI FoundationCertified.pdf
 
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and ToolsMaximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Basics of Relay for Engineering Students
Basics of Relay for Engineering StudentsBasics of Relay for Engineering Students
Basics of Relay for Engineering Students
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Station
 
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
 
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdflitvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
 

Investigation into v-system model