Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Software

Page semi-protected
From Wikipedia, the free encyclopedia
Instructions a computer can execute
For other uses, seeSoftware (disambiguation).

Software written in theJavaScript language

Software consists ofcomputer programs that instruct theexecution of acomputer.[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 themachine language specific to the hardware. The introduction ofhigh-level programming languages in 1958 allowed for more human-readable instructions, makingsoftware development easier and more portable across differentcomputer architectures. Software in a programming language is run through acompiler orinterpreter toexecute on the architecture's hardware. Over time, software has become complex, owing to developments innetworking,operating systems, anddatabases.

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 ofcloud computing has introduced the new software delivery modelSoftware as a Service (SaaS). In SaaS, applications are hosted by aprovider andaccessed over theInternet.

The process of developing software involves several stages. The stages includesoftware design,programming,testing,release, andmaintenance.Software quality assurance andsecurity are critical aspects of software development, asbugs andsecurity 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

Main article:History of software
Theintegrated circuit is an essential invention to produce modern software systems.[2]

The first use of the wordsoftware to describe computer programs is credited to mathematicianJohn Wilder Tukey in 1958.[3]The first programmable computers, which appeared at the end of the 1940s,[4] were programmed inmachine language. Machine language is difficult to debug and notportable across different computers.[5] Initially, hardware resources were more expensive thanhuman resources.[6] As programs became complex,programmer productivity became the bottleneck. The introduction ofhigh-level programming languages in 1958hid the details of the hardware and expressed the underlyingalgorithms into the code .[7][8] Early languages includeFortran,Lisp, andCOBOL.[8]

Types

See also:Software categories
A diagram showing how theuser interacts withapplication software on a typicaldesktop computer. The application software layer interfaces with theoperating system, which in turn communicates with thehardware. The arrows indicate information flow.

There are two main types of software:

  • Operating systems are "thelayer of software that manages a computer's resources for its users and theirapplications".[9] There are three main purposes that an operating system fulfills:[10]
    • Allocating resources between different applications, deciding when they will receivecentral processing unit (CPU) time or space inmemory.[10]
    • Providing an interface that abstracts the details of accessinghardware details (like physical memory) to make things easier for programmers.[10][11]
    • 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.[12]
  • Application software runs on top of the operating system and uses the computer's resources to perform a task.[13] There are many different types of application software because the range of tasks that can be performed with modern computers is so large.[14] Applications account for most software[15] and require theenvironment provided by an operating system, and often other applications, in order to function.[16]
Comparison of on-premise hardware and software,infrastructure as a service (IaaS),platform as a service (PaaS), andsoftware as a service (SaaS)

Software can also be categorized by how it isdeployed. Traditional applications are purchased with a perpetuallicense for a specific version of the software, downloaded, and run on hardware belonging to the purchaser.[17] The rise ofthe Internet andcloud computing enabled a new model,software as a service (SaaS),[18] in which the provider hosts the software (usually built on top of rentedinfrastructure orplatforms)[19] and provides the use of the software to customers, often in exchange for asubscription fee.[17] By 2023, SaaS products—which are usually delivered via aweb application—had become the primary method that companies deliver applications.[20]

Software development and maintenance

Diagram for a traditionalsoftware 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 thatsoftware development effort estimation is often inaccurate.[21]Software development begins by conceiving the project, evaluating its feasibility, analyzing the business requirements, and making asoftware design.[22][23] Most software projects speed up their development byreusing or incorporating existing software, either in the form ofcommercial off-the-shelf (COTS) oropen-source software.[24][25]Software quality assurance is typically a combination of manualcode review by other engineers[26] and automatedsoftware 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.[27]Formal methods are used in some safety-critical systems to prove the correctness of code,[28] whileuser acceptance testing helps to ensure that the product meets customer expectations.[29] There are a variety ofsoftware development methodologies, which vary from completing all steps in order to concurrent and iterative models.[30] Software development is driven byrequirements taken from prospective users, as opposed to maintenance, which is driven by events such as a change request.[31]

Frequently, software isreleased in an incomplete state when the development team runs out of time or funding.[32] Despitetesting andquality assurance, virtually all software containsbugs where the system does not work as intended. Post-releasesoftware maintenance is necessary to remediate these bugs when they are found and keep the software working as the environment changes over time.[33] 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.[34] As softwareages, it becomes known aslegacy software and can remain in use for decades, even if there is no one left who knows how to fix it.[35] Over the lifetime of the product, software maintenance is estimated to comprise 75 percent or more of the total development cost.[36][37]

Completing a software project involves various forms of expertise, not just insoftware programmers but also testing, documentation writing,project management,graphic design,user experience, user support,marketing, and fundraising.[38][39][23]

Quality and security

Main articles:Software quality andComputer security

Software quality is defined as meeting the stated requirements as well as customer expectations.[40] Quality is an overarching term that can refer to a code's correct and efficient behavior, its reusability andportability, or the ease of modification.[41] 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.[42] Higher quality code will reduce lifetime cost to both suppliers and customers as it is more reliable andeasier to maintain.[43][44] Software failures insafety-critical systems can be very serious including death.[43] By some estimates, the cost of poor quality software can be as high as 20 to 40 percent of sales.[45] Despite developers' goal of delivering a product that works entirely as intended, virtually all software contains bugs.[46]

The rise of the Internet also greatly increased the need forcomputer security as it enabled malicious actors to conductcyberattacks remotely.[47][48] If a bug creates a security risk, it is called avulnerability.[49][50]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.[51] Vulnerabilities vary in their ability to beexploited by malicious actors,[49] and the actual risk is dependent on the nature of the vulnerability as well as the value of the surrounding system.[52] Although some vulnerabilities can only be used fordenial of service attacks that compromise a system's availability, others allow the attacker toinject and run their own code (calledmalware), without the user being aware of it.[49] To thwart cyberattacks, all software in the system must be designed to withstand and recover from external attack.[48] Despite efforts to ensure security, a significant fraction of computers are infected with malware.[53]

Encoding and execution

Programming languages

Main article:Programming language
Thesource code for a computer program inC. The gray lines arecomments that explain the program to humans. Whencompiled andrun, 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.[54] Some definitions classifymachine code—the exact instructions directly implemented by the hardware—andassembly language—a more human-readable alternative to machine code whose statements can be translated one-to-one into machine code—as programming languages.[55] Programs written in thehigh-level programming languages used to create software share a few main characteristics: knowledge of machine code is not necessary to write them, they can beported to other computer systems, and they are more concise and human-readable than machine code.[56] They must be both human-readable and capable of being translated into unambiguous instructions for computer hardware.[57]

Compilation, interpretation, and execution

The invention of high-level programming languages was simultaneous with thecompilers needed to translate them automatically into machine code.[58] Most programs do not contain all the resources needed to run them and rely on externallibraries. 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 anobject file and theloader (part of the operating system) can take this saved file andexecute it as aprocess on the computer hardware.[59] Some programming languages use aninterpreter instead of a compiler. An interpreter converts the program into machine code atrun time, which makes them 10 to 100 times slower than compiled programming languages.[60][61]

Legal issues

Liability

Main article:Software product 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 whereliability for software products is significantly curtailed compared to other products.[62]

Licenses

Main articles:Software license andSoftware copyright
Blender, afree software program

Since the mid-1970s, software and its source code have been protected bycopyright 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 atrade secret and concealed by such methods asnon-disclosure agreements.[63] Asoftware copyright is often owned by the person or company that financed or made the software (depending on their contracts with employees orcontractors who helped to write it).[64] Some software is in thepublic domain and has no restrictions on who can use it, copy or share it, or modify it; a notable example is software written by theUnited States Government.Free and open-source software also allow free use, sharing, and modification, perhaps with a few specified conditions.[64] 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.[65] Some free software licenses require that modified versions must be released under the same license, which prevents the software from being soldor distributed under proprietary restrictions.[66]

Patents

Main articles:Software patent andSoftware patent debate

Patents give an inventor an exclusive, time-limited license for a novel product or process.[67] Ideas about what software could accomplish are not protected by law and concrete implementations are instead covered bycopyright 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.[68]Software patents have beenhistorically controversial. Before the 1998 caseState Street Bank & Trust Co. v. Signature Financial Group, Inc., software patents were generally not recognized in the United States. In that case, theSupreme Court decided that business processes could be patented.[69] Patent applications are complex and costly, and lawsuits involving patents can drive up the cost of products.[70] Unlike copyrights, patents generally only apply in the jurisdiction where they were issued.[71]

Impact

Further information:Information Age
Computer-generated simulations are one of the advances enabled by software.[72]

EngineerCapers 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".[73] It has become ubiquitous ineveryday life indeveloped countries.[74] In many cases, software augments the functionality of existing technologies such as householdappliances andelevators.[75] Software also spawned entirely new technologies such asthe Internet,video games,mobile phones, andGPS.[75][76] New methods of communication, includingemail,forums,blogs,microblogging,wikis, andsocial media, were enabled by the Internet.[77] Massive amounts of knowledge exceeding any paper-based library are now available with a quickweb search.[76] Most creative professionals have switched to software-based tools such ascomputer-aided design,3D modeling, digitalimage editing, andcomputer animation.[72] Almost every complex device is controlled by software.[76]

References

  1. ^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.
  2. ^Jones 2014, pp. 19, 22.
  3. ^Tracy 2021, p. 2.
  4. ^Gabbrielli & Martini 2023, p. 519.
  5. ^Gabbrielli & Martini 2023, pp. 520–521.
  6. ^Gabbrielli & Martini 2023, p. 522.
  7. ^Gabbrielli & Martini 2023, p. 521.
  8. ^abTracy 2021, p. 1.
  9. ^Anderson & Dahlin 2014, p. 6.
  10. ^abcAnderson & Dahlin 2014, p. 7.
  11. ^Tanenbaum & Bos 2023, p. 5.
  12. ^Anderson & Dahlin 2014, pp. 7, 9, 13.
  13. ^Anderson & Dahlin 2014, pp. 6–7.
  14. ^Jones 2014, p. 121.
  15. ^Tracy 2021, p. 66.
  16. ^Tracy 2021, p. 72.
  17. ^abO'Regan 2022, p. 386.
  18. ^Campbell-Kelly & Garcia-Swartz 2015, pp. 156–157.
  19. ^Rosati & Lynn 2020, p. 23.
  20. ^Watt 2023, p. 4.
  21. ^O'Regan 2022, p. 7.
  22. ^O'Regan 2022, p. 5.
  23. ^abDooley 2017, p. 1.
  24. ^O'Regan 2022, pp. 18, 110–111.
  25. ^Tracy 2021, pp. 43, 76.
  26. ^O'Regan 2022, pp. 117–118.
  27. ^O'Regan 2022, p. 54.
  28. ^O'Regan 2022, p. 267.
  29. ^O'Regan 2022, p. 20.
  30. ^O'Regan 2022, p. 9.
  31. ^Tripathy & Naik 2014, p. 26.
  32. ^Reifer 2012, p. 22.
  33. ^Tripathy & Naik 2014, pp. 4, 27.
  34. ^Tripathy & Naik 2014, p. 89.
  35. ^Tracy 2021, p. 3.
  36. ^Varga 2018, p. 6.
  37. ^Ulziitet al. 2015, p. 764.
  38. ^Tucker, Morelli & de Silva 2011, p. 7.
  39. ^Stull 2018, pp. 24–25.
  40. ^Galin 2018, p. 3.
  41. ^Galin 2018, p. 26.
  42. ^O'Regan 2022, pp. 68, 117.
  43. ^abO'Regan 2022, pp. 3, 268.
  44. ^Varga 2018, p. 12.
  45. ^O'Regan 2022, p. 119.
  46. ^Ablon & Bogart 2017, p. 1.
  47. ^Campbell-Kelly & Garcia-Swartz 2015, p. 164.
  48. ^abO'Regan 2022, p. 266.
  49. ^abcAblon & Bogart 2017, p. 2.
  50. ^Daswani & Elbayadi 2021, p. 25.
  51. ^Daswani & Elbayadi 2021, pp. 26–27.
  52. ^Haber & Hibbert 2018, pp. 5–6.
  53. ^Kitchin & Dodge 2011, p. 37.
  54. ^Tracy 2021, p. 117.
  55. ^Tracy 2021, pp. 118–120.
  56. ^Tracy 2021, pp. 118–119.
  57. ^Kitchin & Dodge 2011, p. 26.
  58. ^Tracy 2021, p. 121.
  59. ^Tracy 2021, pp. 122–123.
  60. ^O'Regan 2022, p. 375.
  61. ^Sebesta 2012, p. 28.
  62. ^Kitchin & Dodge 2011, pp. 36–37.
  63. ^O'Regan 2022, pp. 394–396.
  64. ^abO'Regan 2022, p. 403.
  65. ^O'Regan 2022, pp. 394, 404.
  66. ^Langer 2016, pp. 44–45.
  67. ^O'Regan 2022, p. 395.
  68. ^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.
  69. ^Jones 2014, p. 19.
  70. ^O'Regan 2022, p. 398.
  71. ^O'Regan 2022, p. 399.
  72. ^abManovich 2013, p. 333.
  73. ^Jones 2014, p. 32.
  74. ^Kitchin & Dodge 2011, p. iv.
  75. ^abKitchin & Dodge 2011, p. 5.
  76. ^abcJones 2014, p. xxviii.
  77. ^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 digital distributionplatforms
Active
Personal
computers
Consoles
Mobile
devices
§
Arcade
Defunct
Portal:
Software at Wikipedia'ssister projects:
Authority control databases: NationalEdit this at Wikidata
Retrieved from "https://en.wikipedia.org/w/index.php?title=Software&oldid=1277534929"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp