![Software](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly91cGxvYWQud2lraW1lZGlhLm9yZy93aWtpcGVkaWEvY29tbW9ucy90aHVtYi9hL2E0L0phdmFTY3JpcHRfY29kZS5wbmcvMTYwMHB4LUphdmFTY3JpcHRfY29kZS5wbmc=.png )
Software consists of computer programs that instruct the execution of a computer. Software also includes design documents and specifications.
![image](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly93d3cuZW5nbGlzaC5uaW5hLmF6L3dpa2lwZWRpYS9pbWFnZS9hSFIwY0hNNkx5OTFjR3h2WVdRdWQybHJhVzFsWkdsaExtOXlaeTkzYVd0cGNHVmthV0V2WTI5dGJXOXVjeTkwYUhWdFlpOWhMMkUwTDBwaGRtRlRZM0pwY0hSZlkyOWtaUzV3Ym1jdk1qSXdjSGd0U21GMllWTmpjbWx3ZEY5amIyUmxMbkJ1Wnc9PS5wbmc=.png)
The history of software is closely tied to the development of digital computers in the mid-20th century. Early programs were written in the machine language specific to the hardware. The introduction of high-level programming languages in 1958 allowed for more human-readable instructions, making software development easier and more portable across different computer architectures. Software in a programming language is run through a compiler or interpreter to execute on the architecture's hardware. Over time, software has become complex, owing to developments in networking, operating systems, and databases.
Software can generally be categorized into two main types:
- operating systems, which manage hardware resources and provide services for applications
- application software, which performs specific tasks for users
The rise of cloud computing has introduced the new software delivery model Software as a Service (SaaS). In SaaS, applications are hosted by a provider and accessed over the Internet.
The process of developing software involves several stages. The stages include software design, programming, testing, release, and maintenance. Software quality assurance and security are critical aspects of software development, as bugs and security vulnerabilities can lead to system failures and security breaches. Additionally, legal issues such as software licenses and intellectual property rights play a significant role in the distribution of software products.
History
![image](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly93d3cuZW5nbGlzaC5uaW5hLmF6L3dpa2lwZWRpYS9pbWFnZS9hSFIwY0hNNkx5OTFjR3h2WVdRdWQybHJhVzFsWkdsaExtOXlaeTkzYVd0cGNHVmthV0V2WTI5dGJXOXVjeTkwYUhWdFlpOWxMMlZpTHpBM1VqQXhMbXB3Wnk4eU1qQndlQzB3TjFJd01TNXFjR2M9LmpwZw==.jpg)
The first use of the word software is credited to mathematician John Wilder Tukey in 1958. The first programmable computers, which appeared at the end of the 1940s, were programmed in machine language. Machine language is difficult to debug and not portable across different computers. Initially, hardware resources were more expensive than human resources. As programs became complex, programmer productivity became the bottleneck. The introduction of high-level programming languages in 1958 hid the details of the hardware and expressed the underlying algorithms into the code . Early languages include Fortran, Lisp, and COBOL.
Types
![image](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly93d3cuZW5nbGlzaC5uaW5hLmF6L3dpa2lwZWRpYS9pbWFnZS9hSFIwY0hNNkx5OTFjR3h2WVdRdWQybHJhVzFsWkdsaExtOXlaeTkzYVd0cGNHVmthV0V2WTI5dGJXOXVjeTkwYUhWdFlpODRMemczTDA5d1pYSmhkR2x1WjE5emVYTjBaVzFmY0d4aFkyVnRaVzUwWHlVeU9ITnZablIzWVhKbEpUSTVMbk4yWnk4eE56QndlQzFQY0dWeVlYUnBibWRmYzNsemRHVnRYM0JzWVdObGJXVnVkRjhsTWpoemIyWjBkMkZ5WlNVeU9TNXpkbWN1Y0c1bi5wbmc=.png)
There are two main types of software:
- Operating systems are "the layer of software that manages a computer's resources for its users and their applications". There are three main purposes that an operating system fulfills:
- Allocating resources between different applications, deciding when they will receive central processing unit (CPU) time or space in memory.
- Providing an interface that abstracts the details of accessing hardware details (like physical memory) to make things easier for programmers.
- Offering common services, such as an interface for accessing network and disk devices. This enables an application to be run on different hardware without needing to be rewritten.
- Application software runs on top of the operating system and uses the computer's resources to perform a task. There are many different types of application software because the range of tasks that can be performed with modern computers is so large. Applications account for most software and require the environment provided by an operating system, and often other applications, in order to function.
![image](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly93d3cuZW5nbGlzaC5uaW5hLmF6L3dpa2lwZWRpYS9pbWFnZS9hSFIwY0hNNkx5OTFjR3h2WVdRdWQybHJhVzFsWkdsaExtOXlaeTkzYVd0cGNHVmthV0V2WTI5dGJXOXVjeTkwYUhWdFlpOW1MMlptTDBOdmJYQmhjbWx6YjI1ZmIyWmZiMjR0Y0hKbGJXbHpaU1V5UTE5SllXRlRKVEpEWDFCaFlWTWxNa05mWVc1a1gxTmhZVk11Y0c1bkx6VXpNSEI0TFVOdmJYQmhjbWx6YjI1ZmIyWmZiMjR0Y0hKbGJXbHpaU1V5UTE5SllXRlRKVEpEWDFCaFlWTWxNa05mWVc1a1gxTmhZVk11Y0c1bi5wbmc=.png)
Software can also be categorized by how it is deployed. Traditional applications are purchased with a perpetual license for a specific version of the software, downloaded, and run on hardware belonging to the purchaser. The rise of the Internet and cloud computing enabled a new model, software as a service (SaaS), in which the provider hosts the software (usually built on top of rented infrastructure or platforms) and provides the use of the software to customers, often in exchange for a subscription fee. By 2023, SaaS products—which are usually delivered via a web application—had become the primary method that companies deliver applications.
Software development and maintenance
![image](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly93d3cuZW5nbGlzaC5uaW5hLmF6L3dpa2lwZWRpYS9pbWFnZS9hSFIwY0hNNkx5OTFjR3h2WVdRdWQybHJhVzFsWkdsaExtOXlaeTkzYVd0cGNHVmthV0V2WTI5dGJXOXVjeTkwYUhWdFlpODFMelZtTDFSeVlXUnBkR2x2Ym1Gc1gzTnZablIzWVhKbFgyUmxkbVZzYjNCdFpXNTBYMnhwWm1WZlkzbGpiR1ZmWkdsaFozSmhiUzV3Ym1jdk5UVXdjSGd0VkhKaFpHbDBhVzl1WVd4ZmMyOW1kSGRoY21WZlpHVjJaV3h2Y0cxbGJuUmZiR2xtWlY5amVXTnNaVjlrYVdGbmNtRnRMbkJ1Wnc9PS5wbmc=.png)
Software companies aim to deliver a high-quality product on time and under budget. A challenge is that software development effort estimation is often inaccurate.Software development begins by conceiving the project, evaluating its feasibility, analyzing the business requirements, and making a software design. Most software projects speed up their development by reusing or incorporating existing software, either in the form of commercial off-the-shelf (COTS) or open-source software.Software quality assurance is typically a combination of manual code review by other engineers and automated software testing. Due to time constraints, testing cannot cover all aspects of the software's intended functionality, so developers often focus on the most critical functionality.Formal methods are used in some safety-critical systems to prove the correctness of code, while user acceptance testing helps to ensure that the product meets customer expectations. There are a variety of software development methodologies, which vary from completing all steps in order to concurrent and iterative models. Software development is driven by requirements taken from prospective users, as opposed to maintenance, which is driven by events such as a change request.
Frequently, software is released in an incomplete state when the development team runs out of time or funding. Despite testing and quality assurance, virtually all software contains bugs where the system does not work as intended. Post-release software maintenance is necessary to remediate these bugs when they are found and keep the software working as the environment changes over time. New features are often added after the release. Over time, the level of maintenance becomes increasingly restricted before being cut off entirely when the product is withdrawn from the market. As software ages, it becomes known as legacy software and can remain in use for decades, even if there is no one left who knows how to fix it. Over the lifetime of the product, software maintenance is estimated to comprise 75 percent or more of the total development cost.
Completing a software project involves various forms of expertise, not just in software programmers but also testing, documentation writing, project management, graphic design, user experience, user support, marketing, and fundraising.
Quality and security
Software quality is defined as meeting the stated requirements as well as customer expectations. Quality is an overarching term that can refer to a code's correct and efficient behavior, its reusability and portability, or the ease of modification. It is usually more cost-effective to build quality into the product from the beginning rather than try to add it later in the development process. Higher quality code will reduce lifetime cost to both suppliers and customers as it is more reliable and easier to maintain. Software failures in safety-critical systems can be very serious including death. By some estimates, the cost of poor quality software can be as high as 20 to 40 percent of sales. Despite developers' goal of delivering a product that works entirely as intended, virtually all software contains bugs.
The rise of the Internet also greatly increased the need for computer security as it enabled malicious actors to conduct cyberattacks remotely. If a bug creates a security risk, it is called a vulnerability.Software patches are often released to fix identified vulnerabilities, but those that remain unknown (zero days) as well as those that have not been patched are still liable for exploitation. Vulnerabilities vary in their ability to be exploited by malicious actors, and the actual risk is dependent on the nature of the vulnerability as well as the value of the surrounding system. Although some vulnerabilities can only be used for denial of service attacks that compromise a system's availability, others allow the attacker to inject and run their own code (called malware), without the user being aware of it. To thwart cyberattacks, all software in the system must be designed to withstand and recover from external attack. Despite efforts to ensure security, a significant fraction of computers are infected with malware.
Encoding and execution
Programming languages
![image](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly93d3cuZW5nbGlzaC5uaW5hLmF6L3dpa2lwZWRpYS9pbWFnZS9hSFIwY0hNNkx5OTFjR3h2WVdRdWQybHJhVzFsWkdsaExtOXlaeTkzYVd0cGNHVmthV0V2WTI5dGJXOXVjeTkwYUhWdFlpOHpMek01TDBOZlNHVnNiRzlmVjI5eWJHUmZVSEp2WjNKaGJTNXdibWN2TWprd2NIZ3RRMTlJWld4c2IxOVhiM0pzWkY5UWNtOW5jbUZ0TG5CdVp3PT0ucG5n.png)
Programming languages are the format in which software is written. Since the 1950s, thousands of different programming languages have been invented; some have been in use for decades, while others have fallen into disuse. Some definitions classify machine code—the exact instructions directly implemented by the hardware—and assembly language—a more human-readable alternative to machine code whose statements can be translated one-to-one into machine code—as programming languages. Programs written in the high-level programming languages used to create software share a few main characteristics: knowledge of machine code is not necessary to write them, they can be ported to other computer systems, and they are more concise and human-readable than machine code. They must be both human-readable and capable of being translated into unambiguous instructions for computer hardware.
Compilation, interpretation, and execution
The invention of high-level programming languages was simultaneous with the compilers needed to translate them automatically into machine code. Most programs do not contain all the resources needed to run them and rely on external libraries. Part of the compiler's function is to link these files in such a way that the program can be executed by the hardware. Once compiled, the program can be saved as an object file and the loader (part of the operating system) can take this saved file and execute it as a process on the computer hardware. Some programming languages use an interpreter instead of a compiler. An interpreter converts the program into machine code at run time, which makes them 10 to 100 times slower than compiled programming languages.
Legal issues
Liability
Software is often released with the knowledge that it is incomplete or contains bugs. Purchasers knowingly buy it in this state, which has led to a legal regime where liability for software products is significantly curtailed compared to other products.
Licenses
![image](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly93d3cuZW5nbGlzaC5uaW5hLmF6L3dpa2lwZWRpYS9pbWFnZS9hSFIwY0hNNkx5OTFjR3h2WVdRdWQybHJhVzFsWkdsaExtOXlaeTkzYVd0cGNHVmthV0V2WTI5dGJXOXVjeTkwYUhWdFlpODRMemd5TDBOMVltVmZhVzVmUW14bGJtUmxjbDlGWkdsMGIzSXVhbkJuTHpJeU1IQjRMVU4xWW1WZmFXNWZRbXhsYm1SbGNsOUZaR2wwYjNJdWFuQm4uanBn.jpg)
Source code is protected by copyright law that vests the owner with the exclusive right to copy the code. The underlying ideas or algorithms are not protected by copyright law, but are often treated as a trade secret and concealed by such methods as non-disclosure agreements.Software copyright has been recognized since the mid-1970s and is vested in the company that makes the software, not the employees or contractors who wrote it. The use of most software is governed by an agreement (software license) between the copyright holder and the user. Proprietary software is usually sold under a restrictive license that limits copying and reuse (often enforced with tools such as digital rights management (DRM)).Open-source licenses, in contrast, allow free use and redistribution of software with few conditions. Most open-source licenses used for software require that modifications be released under the same license, which can create complications when open-source software is reused in proprietary projects.
Patents
Patents give an inventor an exclusive, time-limited license for a novel product or process. Ideas about what software could accomplish are not protected by law and concrete implementations are instead covered by copyright law. In some countries, a requirement for the claimed invention to have an effect on the physical world may also be part of the requirements for a software patent to be held valid.Software patents have been historically controversial. Before the 1998 case State Street Bank & Trust Co. v. Signature Financial Group, Inc., software patents were generally not recognized in the United States. In that case, the Supreme Court decided that business processes could be patented. Patent applications are complex and costly, and lawsuits involving patents can drive up the cost of products. Unlike copyrights, patents generally only apply in the jurisdiction where they were issued.
Impact
![image](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly93d3cuZW5nbGlzaC5uaW5hLmF6L3dpa2lwZWRpYS9pbWFnZS9hSFIwY0hNNkx5OTFjR3h2WVdRdWQybHJhVzFsWkdsaExtOXlaeTkzYVd0cGNHVmthV0V2WTI5dGJXOXVjeTkwYUhWdFlpOWhMMkZoTDBGZlkyOXRjSFYwWlhKZlozSmhjR2hwWTE5dlpsOTBhR1ZmVVhWbFpXNWZSV3hwZW1GaVpYUm9YMk5oY25KcFpYSmZZVzVrWDJOaGNuSnBaWEpmWjNKdmRYQXVhbkJuTHpJeU1IQjRMVUZmWTI5dGNIVjBaWEpmWjNKaGNHaHBZMTl2Wmw5MGFHVmZVWFZsWlc1ZlJXeHBlbUZpWlhSb1gyTmhjbkpwWlhKZllXNWtYMk5oY25KcFpYSmZaM0p2ZFhBdWFuQm4uanBn.jpg)
Engineer Capers Jones writes that "computers and software are making profound changes to every aspect of human life: education, work, warfare, entertainment, medicine, law, and everything else". It has become ubiquitous in everyday life in developed countries. In many cases, software augments the functionality of existing technologies such as household appliances and elevators. Software also spawned entirely new technologies such as the Internet, video games, mobile phones, and GPS. New methods of communication, including email, forums, blogs, microblogging, wikis, and social media, were enabled by the Internet. Massive amounts of knowledge exceeding any paper-based library are now available with a quick web search. Most creative professionals have switched to software-based tools such as computer-aided design, 3D modeling, digital image editing, and computer animation. Almost every complex device is controlled by software.
References
- Stair, Ralph M. (2003). Principles of Information Systems, Sixth Edition. Thomson. p. 16. ISBN 0-619-06489-7.
Software consists of computer programs that govern the operation of the computer.
- Jones 2014, pp. 19, 22.
- Tracy 2021, p. 2.
- Gabbrielli & Martini 2023, p. 519.
- Gabbrielli & Martini 2023, pp. 520–521.
- Gabbrielli & Martini 2023, p. 522.
- Gabbrielli & Martini 2023, p. 521.
- Tracy 2021, p. 1.
- Anderson & Dahlin 2014, p. 6.
- Anderson & Dahlin 2014, p. 7.
- Tanenbaum & Bos 2023, p. 5.
- Anderson & Dahlin 2014, pp. 7, 9, 13.
- Anderson & Dahlin 2014, pp. 6–7.
- Jones 2014, p. 121.
- Tracy 2021, p. 66.
- Tracy 2021, p. 72.
- O'Regan 2022, p. 386.
- Campbell-Kelly & Garcia-Swartz 2015, pp. 156–157.
- Rosati & Lynn 2020, p. 23.
- Watt 2023, p. 4.
- O'Regan 2022, p. 7.
- O'Regan 2022, p. 5.
- Dooley 2017, p. 1.
- O'Regan 2022, pp. 18, 110–111.
- Tracy 2021, pp. 43, 76.
- O'Regan 2022, pp. 117–118.
- O'Regan 2022, p. 54.
- O'Regan 2022, p. 267.
- O'Regan 2022, p. 20.
- O'Regan 2022, p. 9.
- Tripathy & Naik 2014, p. 26.
- Reifer 2012, p. 22.
- Tripathy & Naik 2014, pp. 4, 27.
- Tripathy & Naik 2014, p. 89.
- Tracy 2021, p. 3.
- Varga 2018, p. 6.
- Ulziit et al. 2015, p. 764.
- Tucker, Morelli & de Silva 2011, p. 7.
- Stull 2018, pp. 24–25.
- Galin 2018, p. 3.
- Galin 2018, p. 26.
- O'Regan 2022, pp. 68, 117.
- O'Regan 2022, pp. 3, 268.
- Varga 2018, p. 12.
- O'Regan 2022, p. 119.
- Ablon & Bogart 2017, p. 1.
- Campbell-Kelly & Garcia-Swartz 2015, p. 164.
- O'Regan 2022, p. 266.
- Ablon & Bogart 2017, p. 2.
- Daswani & Elbayadi 2021, p. 25.
- Daswani & Elbayadi 2021, pp. 26–27.
- Haber & Hibbert 2018, pp. 5–6.
- Kitchin & Dodge 2011, p. 37.
- Tracy 2021, p. 117.
- Tracy 2021, pp. 118–120.
- Tracy 2021, pp. 118–119.
- Kitchin & Dodge 2011, p. 26.
- Tracy 2021, p. 121.
- Tracy 2021, pp. 122–123.
- O'Regan 2022, p. 375.
- Sebesta 2012, p. 28.
- Kitchin & Dodge 2011, pp. 36–37.
- O'Regan 2022, pp. 394–396.
- O'Regan 2022, p. 403.
- O'Regan 2022, pp. 394, 404.
- Langer 2016, pp. 44–45.
- O'Regan 2022, p. 395.
- Gerardo Con Díaz, "The Text in the Machine: American Copyright Law and the Many Natures of Software, 1974–1978", Technology and Culture 57 (October 2016), 753–79.
- Jones 2014, p. 19.
- O'Regan 2022, p. 398.
- O'Regan 2022, p. 399.
- Manovich 2013, p. 333.
- Jones 2014, p. 32.
- Kitchin & Dodge 2011, p. iv.
- Kitchin & Dodge 2011, p. 5.
- Jones 2014, p. xxviii.
- Manovich 2013, p. 329.
Sources
- Ablon, Lillian; Bogart, Andy (2017). Zero Days, Thousands of Nights: The Life and Times of Zero-Day Vulnerabilities and Their Exploits (PDF). Rand Corporation. ISBN 978-0-8330-9761-3.
- Anderson, Thomas; Dahlin, Michael (2014). Operating Systems: Principles and Practice (2 ed.). Recursive Books. ISBN 978-0-9856735-2-9.
- Campbell-Kelly, Martin; Garcia-Swartz, Daniel D. (2015). From Mainframes to Smartphones: A History of the International Computer Industry. Harvard University Press. ISBN 978-0-674-28655-9.
- Daswani, Neil; Elbayadi, Moudy (2021). Big Breaches: Cybersecurity Lessons for Everyone. Apress. ISBN 978-1-4842-6654-0.
- Dooley, John F. (2017). Software Development, Design and Coding: With Patterns, Debugging, Unit Testing, and Refactoring. Apress. ISBN 978-1-4842-3153-1.
- Gabbrielli, Maurizio; Martini, Simone (2023). Programming Languages: Principles and Paradigms (2nd ed.). Springer. ISBN 978-3-031-34144-1.
- Galin, Daniel (2018). Software Quality: Concepts and Practice. John Wiley & Sons. ISBN 978-1-119-13449-7.
- Haber, Morey J.; Hibbert, Brad (2018). Asset Attack Vectors: Building Effective Vulnerability Management Strategies to Protect Organizations. Apress. ISBN 978-1-4842-3627-7.
- Jones, Capers (2014). The Technical and Social History of Software Engineering. Pearson Education. ISBN 978-0-321-90342-6.
- Kitchin, Rob; Dodge, Martin (2011). Code/space: Software and Everyday Life. MIT Press. ISBN 978-0-262-04248-2.
- Langer, Arthur M. (2016). Guide to Software Development: Designing and Managing the Life Cycle. Springer. ISBN 978-1-4471-6799-0.
- Manovich, Lev (2013). Software Takes Command. Bloomsbury Academic. ISBN 978-1-62356-745-3.
- O'Regan, Gerard (2022). Concise Guide to Software Engineering: From Fundamentals to Application Methods. Springer Nature. ISBN 978-3-031-07816-3.
- Osterweil, Leon J. (2013). "What Is Software? The Role of Empirical Methods in Answering the Question". Perspectives on the Future of Software Engineering: Essays in Honor of Dieter Rombach. Springer. pp. 237–254. ISBN 978-3-642-37395-4.
- Rahman, Hanif Ur; da Silva, Alberto Rodrigues; Alzayed, Asaad; Raza, Mushtaq (2024). "A Systematic Literature Review on Software Maintenance Offshoring Decisions". Information and Software Technology. 172: 107475. doi:10.1016/j.infsof.2024.107475.
- Reifer, Donald J. (2012). Software Maintenance Success Recipes. CRC Press. ISBN 978-1-4398-5167-8.
- Rosati, Pierangelo; Lynn, Theo (2020). "Measuring the Business Value of Infrastructure Migration to the Cloud". Measuring the Business Value of Cloud Computing. Springer International Publishing. pp. 19–37. ISBN 978-3-030-43198-3.
- Sebesta, Robert W. (2012). Concepts of Programming Languages (10 ed.). Addison-Wesley. ISBN 978-0-13-139531-2.
- Stull, Edward (2018). UX Fundamentals for Non-UX Professionals: User Experience Principles for Managers, Writers, Designers, and Developers. Apress. ISBN 978-1-4842-3811-0.
- Tanenbaum, Andrew S.; Bos, Herbert (2023). Modern Operating Systems, Global Edition. Pearson Higher Ed. ISBN 978-1-292-72789-9.
- Tracy, Kim W. (2021). Software: A Technical History. Morgan & Claypool Publishers. ISBN 978-1-4503-8724-8.
- Tripathy, Priyadarshi; Naik, Kshirasagar (2014). Software Evolution and Maintenance: A Practitioner's Approach. John Wiley & Sons. ISBN 978-0-470-60341-3.
- Tucker, Allen; Morelli, Ralph; de Silva, Chamindra (2011). Software Development: An Open Source Approach. CRC Press. ISBN 978-1-4398-8460-7.
- Ulziit, Bayarbuyan; Warraich, Zeeshan Akhtar; Gencel, Cigdem; Petersen, Kai (2015). "A conceptual framework of challenges and solutions for managing global software maintenance". Journal of Software: Evolution and Process. 27 (10): 763–792. doi:10.1002/smr.1720.
- Watt, Andy (2023). Building Modern SaaS Applications with C# And . NET: Build, Deploy, and Maintain Professional SaaS Applications. Packt. ISBN 978-1-80461-087-9.
- Varga, Ervin (2018). Unraveling Software Maintenance and Evolution: Thinking Outside the Box. Springer. ISBN 978-3-319-71303-8.
Software consists of computer programs that instruct the execution of a computer Software also includes design documents and specifications Software written in the JavaScript language The history of software is closely tied to the development of digital computers in the mid 20th century Early programs were written in the machine language specific to the hardware The introduction of high level programming languages in 1958 allowed for more human readable instructions making software development easier and more portable across different computer architectures Software in a programming language is run through a compiler or interpreter to execute on the architecture s hardware Over time software has become complex owing to developments in networking operating systems and databases Software can generally be categorized into two main types operating systems which manage hardware resources and provide services for applications application software which performs specific tasks for users The rise of cloud computing has introduced the new software delivery model Software as a Service SaaS In SaaS applications are hosted by a provider and accessed over the Internet The process of developing software involves several stages The stages include software design programming testing release and maintenance Software quality assurance and security are critical aspects of software development as bugs and security vulnerabilities can lead to system failures and security breaches Additionally legal issues such as software licenses and intellectual property rights play a significant role in the distribution of software products HistoryThe integrated circuit is an essential invention to produce modern software systems The first use of the word software is credited to mathematician John Wilder Tukey in 1958 The first programmable computers which appeared at the end of the 1940s were programmed in machine language Machine language is difficult to debug and not portable across different computers Initially hardware resources were more expensive than human resources As programs became complex programmer productivity became the bottleneck The introduction of high level programming languages in 1958 hid the details of the hardware and expressed the underlying algorithms into the code Early languages include Fortran Lisp and COBOL TypesA diagram showing how the user interacts with application software on a typical desktop computer The application software layer interfaces with the operating system which in turn communicates with the hardware The arrows indicate information flow There are two main types of software Operating systems are the layer of software that manages a computer s resources for its users and their applications There are three main purposes that an operating system fulfills Allocating resources between different applications deciding when they will receive central processing unit CPU time or space in memory Providing an interface that abstracts the details of accessing hardware details like physical memory to make things easier for programmers Offering common services such as an interface for accessing network and disk devices This enables an application to be run on different hardware without needing to be rewritten Application software runs on top of the operating system and uses the computer s resources to perform a task There are many different types of application software because the range of tasks that can be performed with modern computers is so large Applications account for most software and require the environment provided by an operating system and often other applications in order to function Comparison of on premise hardware and software infrastructure as a service IaaS platform as a service PaaS and software as a service SaaS Software can also be categorized by how it is deployed Traditional applications are purchased with a perpetual license for a specific version of the software downloaded and run on hardware belonging to the purchaser The rise of the Internet and cloud computing enabled a new model software as a service SaaS in which the provider hosts the software usually built on top of rented infrastructure or platforms and provides the use of the software to customers often in exchange for a subscription fee By 2023 SaaS products which are usually delivered via a web application had become the primary method that companies deliver applications Software development and maintenanceDiagram for a traditional software development life cycle from 1988 The numbers represent the typical cost of each phase Software companies aim to deliver a high quality product on time and under budget A challenge is that software development effort estimation is often inaccurate Software development begins by conceiving the project evaluating its feasibility analyzing the business requirements and making a software design Most software projects speed up their development by reusing or incorporating existing software either in the form of commercial off the shelf COTS or open source software Software quality assurance is typically a combination of manual code review by other engineers and automated software testing Due to time constraints testing cannot cover all aspects of the software s intended functionality so developers often focus on the most critical functionality Formal methods are used in some safety critical systems to prove the correctness of code while user acceptance testing helps to ensure that the product meets customer expectations There are a variety of software development methodologies which vary from completing all steps in order to concurrent and iterative models Software development is driven by requirements taken from prospective users as opposed to maintenance which is driven by events such as a change request Frequently software is released in an incomplete state when the development team runs out of time or funding Despite testing and quality assurance virtually all software contains bugs where the system does not work as intended Post release software maintenance is necessary to remediate these bugs when they are found and keep the software working as the environment changes over time New features are often added after the release Over time the level of maintenance becomes increasingly restricted before being cut off entirely when the product is withdrawn from the market As software ages it becomes known as legacy software and can remain in use for decades even if there is no one left who knows how to fix it Over the lifetime of the product software maintenance is estimated to comprise 75 percent or more of the total development cost Completing a software project involves various forms of expertise not just in software programmers but also testing documentation writing project management graphic design user experience user support marketing and fundraising Quality and securitySoftware quality is defined as meeting the stated requirements as well as customer expectations Quality is an overarching term that can refer to a code s correct and efficient behavior its reusability and portability or the ease of modification It is usually more cost effective to build quality into the product from the beginning rather than try to add it later in the development process Higher quality code will reduce lifetime cost to both suppliers and customers as it is more reliable and easier to maintain Software failures in safety critical systems can be very serious including death By some estimates the cost of poor quality software can be as high as 20 to 40 percent of sales Despite developers goal of delivering a product that works entirely as intended virtually all software contains bugs The rise of the Internet also greatly increased the need for computer security as it enabled malicious actors to conduct cyberattacks remotely If a bug creates a security risk it is called a vulnerability Software patches are often released to fix identified vulnerabilities but those that remain unknown zero days as well as those that have not been patched are still liable for exploitation Vulnerabilities vary in their ability to be exploited by malicious actors and the actual risk is dependent on the nature of the vulnerability as well as the value of the surrounding system Although some vulnerabilities can only be used for denial of service attacks that compromise a system s availability others allow the attacker to inject and run their own code called malware without the user being aware of it To thwart cyberattacks all software in the system must be designed to withstand and recover from external attack Despite efforts to ensure security a significant fraction of computers are infected with malware Encoding and executionProgramming languages The source code for a computer program in C The gray lines are comments that explain the program to humans When compiled and run it will give the output Hello world Programming languages are the format in which software is written Since the 1950s thousands of different programming languages have been invented some have been in use for decades while others have fallen into disuse Some definitions classify machine code the exact instructions directly implemented by the hardware and assembly language a more human readable alternative to machine code whose statements can be translated one to one into machine code as programming languages Programs written in the high level programming languages used to create software share a few main characteristics knowledge of machine code is not necessary to write them they can be ported to other computer systems and they are more concise and human readable than machine code They must be both human readable and capable of being translated into unambiguous instructions for computer hardware Compilation interpretation and execution The invention of high level programming languages was simultaneous with the compilers needed to translate them automatically into machine code Most programs do not contain all the resources needed to run them and rely on external libraries Part of the compiler s function is to link these files in such a way that the program can be executed by the hardware Once compiled the program can be saved as an object file and the loader part of the operating system can take this saved file and execute it as a process on the computer hardware Some programming languages use an interpreter instead of a compiler An interpreter converts the program into machine code at run time which makes them 10 to 100 times slower than compiled programming languages Legal issuesLiability Software is often released with the knowledge that it is incomplete or contains bugs Purchasers knowingly buy it in this state which has led to a legal regime where liability for software products is significantly curtailed compared to other products Licenses Blender a free software program Source code is protected by copyright law that vests the owner with the exclusive right to copy the code The underlying ideas or algorithms are not protected by copyright law but are often treated as a trade secret and concealed by such methods as non disclosure agreements Software copyright has been recognized since the mid 1970s and is vested in the company that makes the software not the employees or contractors who wrote it The use of most software is governed by an agreement software license between the copyright holder and the user Proprietary software is usually sold under a restrictive license that limits copying and reuse often enforced with tools such as digital rights management DRM Open source licenses in contrast allow free use and redistribution of software with few conditions Most open source licenses used for software require that modifications be released under the same license which can create complications when open source software is reused in proprietary projects Patents Patents give an inventor an exclusive time limited license for a novel product or process Ideas about what software could accomplish are not protected by law and concrete implementations are instead covered by copyright law In some countries a requirement for the claimed invention to have an effect on the physical world may also be part of the requirements for a software patent to be held valid Software patents have been historically controversial Before the 1998 case State Street Bank amp Trust Co v Signature Financial Group Inc software patents were generally not recognized in the United States In that case the Supreme Court decided that business processes could be patented Patent applications are complex and costly and lawsuits involving patents can drive up the cost of products Unlike copyrights patents generally only apply in the jurisdiction where they were issued ImpactComputer generated simulations are one of the advances enabled by software Engineer Capers Jones writes that computers and software are making profound changes to every aspect of human life education work warfare entertainment medicine law and everything else It has become ubiquitous in everyday life in developed countries In many cases software augments the functionality of existing technologies such as household appliances and elevators Software also spawned entirely new technologies such as the Internet video games mobile phones and GPS New methods of communication including email forums blogs microblogging wikis and social media were enabled by the Internet Massive amounts of knowledge exceeding any paper based library are now available with a quick web search Most creative professionals have switched to software based tools such as computer aided design 3D modeling digital image editing and computer animation Almost every complex device is controlled by software ReferencesStair Ralph M 2003 Principles of Information Systems Sixth Edition Thomson p 16 ISBN 0 619 06489 7 Software consists of computer programs that govern the operation of the computer Jones 2014 pp 19 22 Tracy 2021 p 2 Gabbrielli amp Martini 2023 p 519 Gabbrielli amp Martini 2023 pp 520 521 Gabbrielli amp Martini 2023 p 522 Gabbrielli amp Martini 2023 p 521 Tracy 2021 p 1 Anderson amp Dahlin 2014 p 6 Anderson amp Dahlin 2014 p 7 Tanenbaum amp Bos 2023 p 5 Anderson amp Dahlin 2014 pp 7 9 13 Anderson amp Dahlin 2014 pp 6 7 Jones 2014 p 121 Tracy 2021 p 66 Tracy 2021 p 72 O Regan 2022 p 386 Campbell Kelly amp Garcia Swartz 2015 pp 156 157 Rosati amp Lynn 2020 p 23 Watt 2023 p 4 O Regan 2022 p 7 O Regan 2022 p 5 Dooley 2017 p 1 O Regan 2022 pp 18 110 111 Tracy 2021 pp 43 76 O Regan 2022 pp 117 118 O Regan 2022 p 54 O Regan 2022 p 267 O Regan 2022 p 20 O Regan 2022 p 9 Tripathy amp Naik 2014 p 26 Reifer 2012 p 22 Tripathy amp Naik 2014 pp 4 27 Tripathy amp Naik 2014 p 89 Tracy 2021 p 3 Varga 2018 p 6 Ulziit et al 2015 p 764 Tucker Morelli amp de Silva 2011 p 7 Stull 2018 pp 24 25 Galin 2018 p 3 Galin 2018 p 26 O Regan 2022 pp 68 117 O Regan 2022 pp 3 268 Varga 2018 p 12 O Regan 2022 p 119 Ablon amp Bogart 2017 p 1 Campbell Kelly amp Garcia Swartz 2015 p 164 O Regan 2022 p 266 Ablon amp Bogart 2017 p 2 Daswani amp Elbayadi 2021 p 25 Daswani amp Elbayadi 2021 pp 26 27 Haber amp Hibbert 2018 pp 5 6 Kitchin amp Dodge 2011 p 37 Tracy 2021 p 117 Tracy 2021 pp 118 120 Tracy 2021 pp 118 119 Kitchin amp Dodge 2011 p 26 Tracy 2021 p 121 Tracy 2021 pp 122 123 O Regan 2022 p 375 Sebesta 2012 p 28 Kitchin amp Dodge 2011 pp 36 37 O Regan 2022 pp 394 396 O Regan 2022 p 403 O Regan 2022 pp 394 404 Langer 2016 pp 44 45 O Regan 2022 p 395 Gerardo Con Diaz The Text in the Machine American Copyright Law and the Many Natures of Software 1974 1978 Technology and Culture 57 October 2016 753 79 Jones 2014 p 19 O Regan 2022 p 398 O Regan 2022 p 399 Manovich 2013 p 333 Jones 2014 p 32 Kitchin amp Dodge 2011 p iv Kitchin amp Dodge 2011 p 5 Jones 2014 p xxviii Manovich 2013 p 329 Sources Ablon Lillian Bogart Andy 2017 Zero Days Thousands of Nights The Life and Times of Zero Day Vulnerabilities and Their Exploits PDF Rand Corporation ISBN 978 0 8330 9761 3 Anderson Thomas Dahlin Michael 2014 Operating Systems Principles and Practice 2 ed Recursive Books ISBN 978 0 9856735 2 9 Campbell Kelly Martin Garcia Swartz Daniel D 2015 From Mainframes to Smartphones A History of the International Computer Industry Harvard University Press ISBN 978 0 674 28655 9 Daswani Neil Elbayadi Moudy 2021 Big Breaches Cybersecurity Lessons for Everyone Apress ISBN 978 1 4842 6654 0 Dooley John F 2017 Software Development Design and Coding With Patterns Debugging Unit Testing and Refactoring Apress ISBN 978 1 4842 3153 1 Gabbrielli Maurizio Martini Simone 2023 Programming Languages Principles and Paradigms 2nd ed Springer ISBN 978 3 031 34144 1 Galin Daniel 2018 Software Quality Concepts and Practice John Wiley amp Sons ISBN 978 1 119 13449 7 Haber Morey J Hibbert Brad 2018 Asset Attack Vectors Building Effective Vulnerability Management Strategies to Protect Organizations Apress ISBN 978 1 4842 3627 7 Jones Capers 2014 The Technical and Social History of Software Engineering Pearson Education ISBN 978 0 321 90342 6 Kitchin Rob Dodge Martin 2011 Code space Software and Everyday Life MIT Press ISBN 978 0 262 04248 2 Langer Arthur M 2016 Guide to Software Development Designing and Managing the Life Cycle Springer ISBN 978 1 4471 6799 0 Manovich Lev 2013 Software Takes Command Bloomsbury Academic ISBN 978 1 62356 745 3 O Regan Gerard 2022 Concise Guide to Software Engineering From Fundamentals to Application Methods Springer Nature ISBN 978 3 031 07816 3 Osterweil Leon J 2013 What Is Software The Role of Empirical Methods in Answering the Question Perspectives on the Future of Software Engineering Essays in Honor of Dieter Rombach Springer pp 237 254 ISBN 978 3 642 37395 4 Rahman Hanif Ur da Silva Alberto Rodrigues Alzayed Asaad Raza Mushtaq 2024 A Systematic Literature Review on Software Maintenance Offshoring Decisions Information and Software Technology 172 107475 doi 10 1016 j infsof 2024 107475 Reifer Donald J 2012 Software Maintenance Success Recipes CRC Press ISBN 978 1 4398 5167 8 Rosati Pierangelo Lynn Theo 2020 Measuring the Business Value of Infrastructure Migration to the Cloud Measuring the Business Value of Cloud Computing Springer International Publishing pp 19 37 ISBN 978 3 030 43198 3 Sebesta Robert W 2012 Concepts of Programming Languages 10 ed Addison Wesley ISBN 978 0 13 139531 2 Stull Edward 2018 UX Fundamentals for Non UX Professionals User Experience Principles for Managers Writers Designers and Developers Apress ISBN 978 1 4842 3811 0 Tanenbaum Andrew S Bos Herbert 2023 Modern Operating Systems Global Edition Pearson Higher Ed ISBN 978 1 292 72789 9 Tracy Kim W 2021 Software A Technical History Morgan amp Claypool Publishers ISBN 978 1 4503 8724 8 Tripathy Priyadarshi Naik Kshirasagar 2014 Software Evolution and Maintenance A Practitioner s Approach John Wiley amp Sons ISBN 978 0 470 60341 3 Tucker Allen Morelli Ralph de Silva Chamindra 2011 Software Development An Open Source Approach CRC Press ISBN 978 1 4398 8460 7 Ulziit Bayarbuyan Warraich Zeeshan Akhtar Gencel Cigdem Petersen Kai 2015 A conceptual framework of challenges and solutions for managing global software maintenance Journal of Software Evolution and Process 27 10 763 792 doi 10 1002 smr 1720 Watt Andy 2023 Building Modern SaaS Applications with C And NET Build Deploy and Maintain Professional SaaS Applications Packt ISBN 978 1 80461 087 9 Varga Ervin 2018 Unraveling Software Maintenance and Evolution Thinking Outside the Box Springer ISBN 978 3 319 71303 8 Portal Free and open source softwareSoftware at Wikipedia s sister projects Media from CommonsNews from WikinewsQuotations from WikiquoteTextbooks from WikibooksResources from Wikiversity