Computer Science, asked by snchobi5601, 10 months ago

What is correct software process cycle? *
1 point
plan(p)------>check(c)------>act(a)----->do(d)
plan(p)------>do(d)------>check(c)----->act(a)
plan(p)------>do(d)------>act(a)----->check(c)?

Answers

Answered by ayushrox22k1
1

Answer:

plan , do , check,act is the correct form of software process cycle.

Answered by dharanikamadasl
0

Answer:

Option - Plan(p) ---> do(d)----> check(c)--->act(a) is the correct answer.

Explanation:

  • Adhering to the SPC procedure results in the improvement of the software program in a scientific and disciplined manner.

Planning: It supplies a tremendous product that is in line with the client`s requirements.

  • Any ambiguities have to be resolved on this segment only.
  • Before constructing a product centre know-how or understanding of the product may be very important.
  • software program structure this is used for imposing machine improvement is derived.

Do: Implementation/Coding begins offevolved as soon as the developer receives the Design document.

  • The Software layout is translated into supply code. All the additives of the software program are applied to this segment.

Check: Testing begins offevolved as soon as the coding is entire and the modules are launched for testing.

  • In this segment, the advanced software program is examined very well and any defects observed are assigned to builders to get fixed.

Act: The product is deployed.

  • After product deployment in a  production environment, i.e product maintenance, If a problem occurs and needs to be fixed or improved, the developer will do it.

Hence, the software process includes plan - do - check - act.

#SPJ3

Similar questions