1. Home
  2. Docs
  3. Software Engineering
  4. Chapter 1 : Introduction to Software Engineering
  5. Characteristics of Software

Characteristics of Software

  1. Software is developed or engineered, it is not manufactured.
    • Although some similarities exist between software development and hardware manufacture, the two activities are fundamentally different.
    • In both activities, high quality is achieved through good design, but the manufacturing phase for hardware can introduce quality problems that are nonexistent (or easily corrected) for software.
    • Software costs are concentrated in engineering.
    • Software projects cannot be managed as if they were manufacturing projects.
  2. Software development presents a job shop environment.
  3. Software does not wear out.
    • The failure rate of the hardware is high as the hardware components suffer from the Cumulative  effects of dust, vibration, abuse, temperature extremes, and many other environmental maladies.
    • Stated simply, the hardware begins to wear out.
    • Software is not susceptible to the environmental maladies that cause hardware to wear out.
    • Undiscovered defects will cause high failure rates early in the life of a program.
    • However, these are corrected ideally, without introducing other errors
    • Software does not wear out, but it deteriorates.
    • Software maintenance involves considerably more complexity than hardware maintenance.
  4. Time and effort for software development are hard to estimate.
  5. Testing of software is extremely difficult.
  6. Software development can’t address each and every requirements of customer.
  7. It is very difficult to manage software and hardware simultaneously.
Was this article helpful to you? Yes No

How can we help?

Leave a Reply

Your email address will not be published. Required fields are marked *