answersLogoWhite

0

What else can I help you with?

Related Questions

Who should perform the validation test-the software developer or the software user?

Neither, it should be performed by a qualified Software Tester and witnessed by a Software Quality Engineer, a Systems Engineer, and the customer/user representative. The Software Developer should be entirely out of the picture at this point and only be responsible for fixing bugs found during validation.


When selecting a software developer what should a contractors possess?

maturity level four


What should be the startup type of a service that should not load at startup but might be used after startup?

manual


What type of degree would you go for if you want to be software developer?

You should go for B.Tech in either Computer Science or Information Technology. B.Tech from a good reputed college would help you to get a good career in software. As a software developer, Computer Science would be a better option than Information Technology.


Do you have to pay to use a open source software?

No. Although the software developer may choose to charge or not to charge for a copy of the software, the open-source nature of OSS primarily dictates about how the source code should be distributed.


What should be the startup type of service that should not load at startup but might be used later after startup?

Manual Startup. Use services.msc in command prompt to set the startup.


What is the difference between srs document and design document?

SRS is about "what is needed" i.e. what software should do! Design docuemnt is about how Developer will achieve specified SRS.


Software startup companies in India?

As such i don't trace out software start-up Companies in India but detail of all software Companies in India . visit www.fundoodata.com Pluggd.in and Contentsutra.com are few good startup featuring sites Also,to find out more on Startups(both Indian and international),refer Techpluto.com =========================================================== we showcase web startup companies of Indian, our site address is www.indianwebstartups.com , you would find information of startup companies based on online business model, we post a new startup everyday. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ You should checkout www.nyaasa.com. I am a networking and advt researcher and found the research done by this guys pretty useful. Moreover, they've got industry classification. Its a true "market intelligence" as they call it.


Who is the developer of Microsoft window 7?

Microsoft is the developer of Microsoft window 7 and if you are looking to buy windows 7 key online then you should visit Digital Software Market e-commerce website in which they sell all types of software for your computer like antivirus, Microsoft window, Microsoft office and more.


When cleaning up startup why should you not delete a program file you find in a startup folder?

to prevent corruption of other programs, it needs to be uninstalled correctly. You could accidently disable a program your computer needs if you just dump the file, as some software uses shared data files.


What a software engineer or developer should learn in 2011 What is next big opportunity to learn and hop on good jobs?

Mobile technology, such as applications for the iPad, iPhone, Android, and so on.


How can run exe in window startup?

Simply put a shortcut to your exe in the startup folder. > The original question was how to put it in the registry not the start up folder. The key you are looking for is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run Something like this should do the trick CRegKey Reg; if( SUCCEEDED(Reg.Open(HKEY_LOCAL_MACHINE, _T("SOFTWARE\Microsoft\Windows\CurrentVersion\Run") ) ) ) Reg.SetValue(<MyExePath>, _T("MyExe") );