Workflow vs DFD vs Flowchart [closed] - asp.net

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Why we use Workflow Diagram instead of Data Flow Diagram (DFD) and Flowchart. Whats are the basic difference among
Workflow vs DFD vs Flowchart
Thanks in advance!!!

Regarding DFD vs Flowchart see this answer
A workflow combines actions and object flows in a single diagram. The Business Process Model and Notation is the most recent branch for noting a workflow.

Related

When is it appropriate to use metamodels instead of an expensive analysis? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
When should one consider using a metamodel in place of an expensive analysis component? I haven't actually seen an example of an openMDAO project that uses metamodels yet, so I was wondering if they're recommended or whether it's still best to treat expensive analyses like normal ones.
Using a metamodel is a trade-off. You trade accuracy vs execution time so it is up to you in your context.

Which model is better for robot framework implementation? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
Currently, I'm implementing a Robot framework using the "Page object model".
Kindly let me know if there is another better model.
I would say that the answer depends on what is your system under test (SUT) and how large your test code will be. IMO, page object model is a good choice for SUTs that are systems with many views and you will have a large test automation code base.
If the code base is small, you don't have to think that much about maintainability and code re-usability.

How to add a statistictical technique in caret model list in R [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to machine learn a statistical technique which isn't available currently in caret package. Is there any way that i can add this technique in library or tweak anything to machine learn an algorithm?
I basically want to machine learn instrumental variable regression. Is there any way to do it?
Absolutely,
There are 2 ways:
You contribute to the package repo in github or
Follow this tutorial
Hope it helps

what are the notations used for Software highlevel design? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i have been given to design software.i have designed the overall process using box and arrow notation .i want to know for high level design of software is there any specific notation to follow.
One of the most commonly used notations is UML or Unified Modelling Language.

Diagram for SDLC Straitegy [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
Hi i am making asp.net website
and i am following SDLC Straitegy
so which diagrams are required to draw.
Depends on what diagrams you need!
Diagrams should not be drawn for thr sake of drawing a diagram. It should add value to your development process.
Having said that, You might want to make a Class diagram and a Sequence Diagram for starters. Drawing the overall system architecture wont hurt either.

Resources