Software

From Wikipedia, the free encyclopedia
(Redirected from Scientific Software)
Jump to navigation Jump to search

Template:Short description Script error: No such module "other uses". Template:Pp Script error: No such module "Unsubst".

File:JavaScript code.png
Software written in the JavaScript language

Software consists of computer programs that instruct the execution of a computer.[1] Software also includes design documents and specifications.

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:

  1. operating systems, which manage hardware resources and provide services for applications
  2. 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

Script error: No such module "Labelled list hatnote". The first use of the word software to describe computer programs is credited to mathematician John Wilder Tukey in 1958.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".[2] The first programmable computers, which appeared at the end of the 1940s,Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". were programmed in machine language. Machine language is difficult to debug and not portable across different computers.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Initially, hardware resources were more expensive than human resources.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Early languages include Fortran, Lisp, and COBOL.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".

Types

Script error: No such module "Labelled list hatnote".

File:Operating system placement (software).svg
A 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".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". There are three main purposes that an operating system fulfills:Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
    • Allocating resources between different applications, deciding when they will receive central processing unit (CPU) time or space in memory.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
    • Providing an interface that abstracts the details of accessing hardware details (like physical memory) to make things easier for programmers.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
    • 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
  • Application software runs on top of the operating system and uses the computer's resources to perform a task.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". There are many different types of application software because the range of tasks that can be performed with modern computers is so large.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Applications account for most softwareScript error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". and require the environment provided by an operating system, and often other applications, in order to function.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".
File:Comparison of on-premise, IaaS, PaaS, and SaaS.png
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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". The rise of the Internet and cloud computing enabled a new model, software as a service (SaaS),Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". in which the provider hosts the software (usually built on top of rented infrastructure or platforms)Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". and provides the use of the software to customers, often in exchange for a subscription fee.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". By 2023, SaaS products—which are usually delivered via a web application—had become the primary method that companies deliver applications.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".

Software development and maintenance

File:Traditional software development life cycle diagram.png
Diagram 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Software development begins by conceiving the project, evaluating its feasibility, analyzing the business requirements, and making a software design.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Software quality assurance is typically a combination of manual code review by other engineersScript error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Formal methods are used in some safety-critical systems to prove the correctness of code,Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". while user acceptance testing helps to ensure that the product meets customer expectations.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". There are a variety of software development methodologies, which vary from completing all steps in order to concurrent and iterative models.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Software development is driven by requirements taken from prospective users, as opposed to maintenance, which is driven by events such as a change request.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".

Frequently, software is released in an incomplete state when the development team runs out of time or funding.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Over the lifetime of the product, software maintenance is estimated to comprise 75 percent or more of the total development cost.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".

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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".

Quality and security

Template:Main article Software quality is defined as meeting the stated requirements as well as customer expectations.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Higher quality code will reduce lifetime cost to both suppliers and customers as it is more reliable and easier to maintain.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Software failures in safety-critical systems may result in serious harm, including injury or death.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". By some estimates, the cost of poor quality software can be as high as 20 to 40 percent of sales.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Despite developers' goal of delivering a product that works entirely as intended, virtually all software contains bugs.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".

The rise of the Internet also greatly increased the need for computer security as it enabled malicious actors to conduct cyberattacks remotely.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". If a bug creates a security risk, it is called a vulnerability.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Vulnerabilities vary in their ability to be exploited by malicious actors,Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". and the actual risk is dependent on the nature of the vulnerability as well as the value of the surrounding system.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". To thwart cyberattacks, all software in the system must be designed to withstand and recover from external attack.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Despite efforts to ensure security, a significant fraction of computers are infected with malware.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".

Encoding and execution

Programming languages

Script error: No such module "Labelled list hatnote".

File:C Hello World Program.png
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 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". They must be both human-readable and capable of being translated into unambiguous instructions for computer hardware.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".

Compilation, interpretation, and execution

The invention of high-level programming languages was simultaneous with the compilers needed to translate them automatically into machine code.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".

Legal issues

Liability

Template:Main article Software is often released with the knowledge that it is incomplete or contains bugs.Script error: No such module "Unsubst". Purchasers knowingly buy it in this state,Script error: No such module "Unsubst". which has led to a legal regime where liability for software products is significantly curtailed compared to other products.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".

Licenses

Script error: No such module "Labelled list hatnote".

File:Cube in Blender Editor.jpg
Blender, a free software program

Since the mid-1970s, software and its source code have been 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 sometimes treated as a trade secret and concealed by such methods as non-disclosure agreements.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". A software copyright is often owned by the person or company that financed or made the software (depending on their contracts with employees or contractors who helped to write it).Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Some software is in the public domain and has no restrictions on who can use it, copy or share it, or modify it; a notable example is software written by the United States Government.Script error: No such module "Unsubst". Free and open-source software also allow free use, sharing, and modification, perhaps with a few specified conditions.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". The use of some software is governed by an agreement (software license) written by the copyright holder and imposed on the user. Proprietary software is usually sold under a restrictive license that limits its use and sharing.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Some free software licenses require that modified versions must be released under the same license, which prevents the software from being sold or distributed under proprietary restrictions.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".

Patents

Script error: No such module "Labelled list hatnote". Patents give an inventor an exclusive, time-limited license for a novel product or process.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". 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.[3] 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.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Patent applications are complex and costly, and lawsuits involving patents can drive up the cost of products.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Unlike copyrights, patents generally only apply in the jurisdiction where they were issued.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".

Impact

Script error: No such module "labelled list hatnote".

File:A computer graphic of the Queen Elizabeth carrier and carrier group.jpg
Computer-generated simulations are one of the advances enabled by software.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".

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".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". It has become ubiquitous in everyday life in developed countries.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". In many cases, software augments the functionality of existing technologies such as household appliances and elevators.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Software also spawned entirely new technologies such as the Internet, video games, mobile phones, and GPS.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". New methods of communication, including email, forums, blogs, microblogging, wikis, and social media, were enabled by the Internet.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Massive amounts of knowledge exceeding any paper-based library are now available with a quick web search.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Most creative professionals have switched to software-based tools such as computer-aided design, 3D modeling, digital image editing, and computer animation.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters". Almost every complex device is controlled by software.Script error: No such module "Footnotes".Script error: No such module "Check for unknown parameters".

References

<templatestyles src="Reflist/styles.css" />

  1. Script error: No such module "citation/CS1".
  2. Script error: No such module "citation/CS1".
  3. 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.

Script error: No such module "Check for unknown parameters".

Sources

<templatestyles src="Refbegin/styles.css" />

  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "Citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".

Template:Software digital distribution platforms Template:Subject bar Template:Authority control