retagged by
758 views

2 Answers

0 votes
0 votes

 

ANSWER : A

RAD software process model stands for : Rapid Application Development

RAD: 

The RAD (Rapid Application Development) model is based on prototyping and iterative development with no specific planning involved. The process of writing the software itself involves the planning required for developing the product.

Rapid Application Development focuses on gathering customer requirements through workshops or focus groups, early testing of the prototypes by the customer using iterative concept, reuse of the existing prototypes (components), continuous integration and rapid delivery.

Answer:

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
1 answer
2
admin asked Mar 31, 2020
681 views
Software projects management comprises of a number of activities, which contains:Project planningProject estimationScope managementAll mentioned above
0 votes
0 votes
1 answer
3
admin asked Mar 31, 2020
2,956 views
Software Requirement Specification (SRS) is also known as specification ofWhite box testingIntegrated testingAcceptance testingBlack box testing
0 votes
0 votes
1 answer
4
admin asked Mar 31, 2020
6,493 views
Given a class named student, which of the following is a valid constructor declaration for the class?Student student(){}Private final student(){}Student(student s){}Void ...