Browse Software Engineering

Introduction

In today's digital age, it's impossible to imagine a world without software. From the apps we use daily to sophisticated systems that run entire cities, software is an intricate part of our lives. If you're at the beginning of your journey into the world of software, this article will provide a foundational understanding of what software is, what software engineering entails, and the paramount significance of both in today's world.

What is Software?

Several thought leaders in the world of computing have defined software in various ways:

Ian Sommerville1: Computer programs and associated documentation.

Roger S. Pressman2: A collection of computer programs, procedures, rules, and associated documentation and data.

Andrew S. Tanenbaum3: A series of instructions that tells a computer what to do.

Grady Booch4: Set of items or objects that form a configuration that includes programs, documents, and data.

Peter Denning5: Map of a machine, detailing its possible states, transitions, and the actions for these transitions.

Analysing these definitions, common themes emerge: software encompasses instructions, data, associated documentation, and serves as a guiding structure for computer operations. So we can conclude:

Software is a meticulously structured collection of programs, data, and documentation that serves as a guiding blueprint, directing a computer’s operations and interactions with users and other systems.

Although we can classify software in many different types, each with its specific function, we can define three primary categories:

  • System Software: This forms the core of a computer’s operation. It includes operating systems like Windows, Linux, and macOS, which manage hardware resources and provide services for application software.
  • Application Software: Tailored for end-users to perform specific tasks, this category ranges from word processors (like Microsoft Word) to graphic design tools (like Adobe Photoshop) and games.
  • Embedded Software: Found within hardware devices such as washing machines, traffic lights, or digital watches, embedded software operates specific functions of these devices. Unlike general-purpose software, it’s dedicated to specific tasks or functions.

What is Software Engineering?

Several prominent figures have also provided their perspectives on Software Engineering:

Ian Sommerville1: A discipline concerned with all aspects of software production.

Roger S. Pressman2: Establishment and use of sound engineering principles to obtain economically software that is reliable and works efficiently on real machines.

Frederick P. Brooks6: The application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software.

Barry W. Boehm7: Aims to produce quality software, software that is delivered on time, within budget, and that satisfies its requirements.

Fritz Bauer8: The establishment and use of sound engineering principles to economically obtain software that is reliable and works on real machines.

From these definitions, we can discern that software engineering integrates principles of engineering, emphasizes systematic methods, seeks reliability and efficiency, and aims for the production of high-quality software that meets its specified requirements. Concluding that

Software Engineering is the disciplined application of engineering principles and systematic methods to design, develop, and maintain reliable and efficient software that economically meets specified requirements and user needs.

Software Engineering should not be confused with Computer Science. While the latter is a discipline that dives deep into the theoretical and mathematical aspects of computing, studying algorithms, computational theory, and more, the first one primarily focuses on designing and building large software systems. It emphasizes practical techniques and methodologies that ensure the production of high-quality, maintainable software.


Why it is important to develop quality software

Today, we’re surrounded by a digital ecosystem. Software runs our phones, cars, banks, hospitals, and even our homes. This ubiquity underscores its significance. That means that software flaws can have catastrophic outcomes. From banking systems to healthcare applications, the demand for faultless, efficient software is sky-high.

Software Engineering, ensures this vast amount of software is reliable, efficient, and meets user needs. As technology advances at breakneck speed, the role of software engineers becomes even more pivotal, making sure innovations are safe and effective.

Whether you’re using a social media app, making a bank transaction, or checking health diagnostics, remember there’s a meticulously engineered software system running behind the scenes, making it all possible.


References


  1. Sommerville, I., 2010. Software Engineering. 9th ed. Pearson. ↩︎ ↩︎

  2. Pressman, R.S., 2010. Software Engineering: A Practitioner’s Approach. 7th ed. McGraw-Hill. ↩︎ ↩︎

  3. Tanenbaum, A.S., 2012. Structured Computer Organization. 6th ed. Pearson. ↩︎

  4. Booch, G., 2007. Object-Oriented Analysis and Design with Applications. 3rd ed. Addison-Wesley. ↩︎

  5. Denning, P.J., 2009. The Profession of IT, Beyond Computational Thinking. Communications of the ACM, 52(6). ↩︎

  6. Brooks, F.P., 1995. The Mythical Man-Month: Essays on Software Engineering. Addison-Wesley. ↩︎

  7. Boehm, B.W., 1988. A Spiral Model of Software Development and Enhancement. Computer, 21(5). ↩︎

  8. Bauer, F.L., 1972. Software Engineering. Information Processing, 71. ↩︎