FSOT Pro

Category - Computers

How does prototyping work in software engineering?
  1. A shorter, simpler version is designed as a proof of concept.
  2. Software is written to solve easier problems of a similar type.
  3. A rough, approximate version is designed quickly as a proof of concept.
  4. The prototype is only the logic of the program, not the code.
Explanation
Answer: C - In prototyping, a rough, approximate version of the program is designed as quickly as possible. The prototype should demonstrate the look and function of the final product so that major changes can be made early in the process. Once a prototype has been accepted it will be refined and improved.
Was this helpful? Upvote!
Login to contribute your own answer or details