difference between spiral and waterfall model

Answer Posted / kanika

waterfall model is used when the requirement of customer is
known
the waterfall model is a serial sequential model but spiral
model works in a loop
risk factor included in spiral model but not in waterfall
model

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I generate floating-point random numbers?

609


What is the purpose of 'register' keyword in c language?

629


Which is the best website to learn c programming?

584


What is graph in c?

585


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

754






What do you mean by scope of a variable in c?

546


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1629


Explain how do you list files in a directory?

618


What does p mean in physics?

586


Explain the use of fflush() function?

628


Write a program to reverse a string.

642


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

626


What is a program flowchart and explain how does it help in writing a program?

679


When is a void pointer used?

678


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5806