The first stage of the software development lifecycle is?
a)feasibility study
b)user requirements analysis
c)design of new system
d)analysis of the old system
Divide-and-conquer paradigm consists of following major phases,except?
Breaking the problem into several sub-problems that are similar to the original problem but smaller in size
Solve the sub-problem recursively
Combine these solutions to subproblems to create a solution to the original problem.
None of the options is correct
which of the following scheduling algorithms is a type of priority scheduling algorithm?
shortest-job-first
first-come-first-served
round-robin
none of the above