What is software life cycle?
Answers were Sorted based on User's Feedback
Answer / akshay
Software Development Lifecycle consists of various phases,
1)Requirement Analysis
2)Design
3)Coding
4)Testing
5)Maintainance
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / raj
1.Feasible study
2.Requirement analysis
3.Design
4.Coding and Unit testing
5.Implementation and System testing
6.Maintainance
| Is This Answer Correct ? | 5 Yes | 1 No |
What is difference b/w general semaphore and binary semaphore?
How do I force a program to close?
What do you mean by multithreading?
Measurements of a certain system have shown that the average process runs for a time T before blocking on I/O. A process switch requires a time S, which is effectively wasted (overhead). The CPU’s efficiency is the fraction of its time its spends executing user programs, i.e., executing user processes. For round robin scheduling with quantum Q, give a formula for the CPU efficiency for each of the following: (a) Q = ∞ (b) Q > S + T (c) S <Q<S + T (d) Q = S
Explain what are device drivers used for?
Can I delete programs x86?
What is disk operating system in computer?
Explain the booting process of a windows xp system.
What is sin_addr?
Do you know what is a binary semaphore?
What is a binary semaphore?
Explain the popular multiprocessor thread-scheduling strategies.