Difference between software process and software process model.

 The difference between the software process and software process model are:- 

Software Process

In software engineering, the software process is the process of dividing the development of works into different phases. The software process is central to the development of an efficient information system. It is also known as software methodology. It is a set of activities that lead to the production of a software product. The fundamental activities that are common to all software processes are;-

  • Software Specification
  • Software design and implementation
  • Software Evolution

Software Process Model

 A software process model is the abstract representation of software. It represents the order in which the activities of software development will be undertaken. Each process model represents a process from a particular perspective and thus provides only partial information about that process. There are several process model are available, they are as follows:- 
  • Waterfall model
  •   Generic Process Mode
  •  Incremental model
  •  Agile process model
  •  Spiral model
  •   Iterative development model, etc




Comments

Popular posts from this blog

Discuss classification or taxonomy of virtualization at different levels.

Suppose that a data warehouse consists of the three dimensions time, doctor, and patient, and the two measures count and charge, where a charge is the fee that a doctor charges a patient for a visit. a) Draw a schema diagram for the above data warehouse using one of the schemas. [star, snowflake, fact constellation] b) Starting with the base cuboid [day, doctor, patient], what specific OLAP operations should be performed in order to list the total fee collected by each doctor in 2004? c) To obtain the same list, write an SQL query assuming the data are stored in a relational database with the schema fee (day, month, year, doctor, hospital, patient, count, charge)

What is RMI? Discuss stub and skeleton. Explain its role in creating distributed applications.