How to follow the beginning steps for Computer project. Please give any tutorial website to me.
Project Development
Collapse
X
-
I'm not really sure what you are looking for. There really isn't any tutorials on doing a computer project. You should have a requirements document, and from there you will need to sit down and decide what the best angle of attack is for the project.Originally posted by pentahariHow to follow the beginning steps for Computer project. Please give any tutorial website to me.
And if the steps are already provided for you, then i would hope you are able to follow them. -
Hi,
It depends what you are working on - is it just a simple project or is it something larger?
If it is something reasonably large, then you should probably call it "Software Development Process", rather than just a "Software Project'. There is a lot of literature about this, but a good place to start is:
http://en.wikipedia.or g/wiki/Software_develo pment_process
If the project is fairly simple, then it is probably enough to gather and analyse the requirements, produce a design, implement and test. Again, you can probably start with Wikipedia:
http://en.wikipedia.or g/wiki/Requirements_an alysis
http://en.wikipedia.or g/wiki/Software_design
HTHComment
Comment