Main methods of functional requirements analysis and specification for a software system [closed] - requirements

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 have a problem regarding the following question :
Name three main methods of functional requirements analysis and specification for a software system.
Is the answer
Feasibility Study
Requirements Gathering & Analysis
Requirements Specification
Please help me and Thank you in advance!

This is the answer :)
1.Formal Specification
2.Use Case Diagrams
3.Data Flow Diagrams

Related

Are there other programming techniques? [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 realized that most of the problems that I solve on a day to day basis are done via two programming techniques: iteration or recursion.
Are there other techniques out there? Any book recommendations or online references?
the programming techniques that you use to solve the problems can be divided into types of algorithms (not into the loop or technique they use in there program, like you mentioned). some of the methods are..
1. Divide and conquer
2. greedy
3. dynamic programming
you can refer this link to read more..

How does software interact with hardware at the lowest level? [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 9 years ago.
Improve this question
I'd love to know/see some example code from the lowest level. By this I mean the code that for example, sets the voltage to the speakers, or something equivalent. I can't imagine how this would look/work.
How could a piece of code possibly set/change a physical quantity? I'm not looking for some driver code, but the actual code that makes hardware 'work', or does it work in a different way?
Math, Luck and Magic
Read up on Computer Organization and Computer Architecture and also Hardware Description Languages.

How to write SRS for a particular task/enhancement in an application [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 1 year ago.
Improve this question
I need to prepare a Software Requirements Specification Document for a small enhancement within an JAVA application.
I have tried goggling for the same but found the samples for whole application whereas I am preparing SRS for a small enhancement within an application.
Can anybody suggest the links or suggestions for preparing the SRS.
As you realized by yourself what you're asked isn't a Requirements Specification, which usually covers the whole set of requirements for a software.
What you've been asked is a Change Request, and it must be merged in the existing SRS. However something tells me that there's no SRS for the software you're dealing with, as your management doesn't know the difference between both...

Non-functional requirement reliability measurement? [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
What is the measurement of the application's reliability as a non-functional requirement?
You cannot measure reliability as it is linked to a bunch of different factors. Uptime can be one of them, for web apps. For other software, it can be something like the prevention of data loss under any circumstances.
You'll have to define it more exactly by breaking it down into your detailed expectations, then you can quantify values to measure against.
It is a core problem with nonfunctional requirements that you cannot measure them easily. You'll have to work around that as described above.

how do you diagram relations between several services? [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 5 years ago.
Improve this question
not necessary an UML diagram, just a simple way to graphically document the relations between several systems...
the systems can be linked through web services, linked-servers, text files, batch processes, com+ components etc...
I was thinking about a high level map, showing which system is consumming, exposing, resources and by which means...
perhaps a deployment diagram would do, or a completely custom diagram...
what do you use to document this kind of relations?
You can create component dependency diagrams in UML.