Software defect (nonfiction): Difference between revisions

From Gnomon Chronicles
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[File:First_computer_bug.jpg|thumb|A page from the Harvard Mark II electromechanical computer's log, featuring a dead moth that was removed from the device.]]A '''software defect''' (or '''bug''') is an error, flaw, failure, or fault in a computer program or system that causes it to produce an incorrect or unexpected result, or to behave in unintended ways.
[[File:First_computer_bug.jpg|thumb|A page from the Harvard Mark II electromechanical computer's log, featuring a dead moth that was removed from the device.]]A '''software defect''' (or '''bug''') is an error, flaw, failure, or fault in a computer program or system that causes it to produce an incorrect or unexpected result, or to behave in unintended ways.
== Description ==


A program that contains a large number of defects, and/or defects that seriously interfere with its functionality, is said to be ''buggy''.
A program that contains a large number of defects, and/or defects that seriously interfere with its functionality, is said to be ''buggy''.
== Commentary ==


In his memoirs, pioneering computer scientist [[Maurice Wilkes (nonfiction)]] wrote:
In his memoirs, pioneering computer scientist [[Maurice Wilkes (nonfiction)]] wrote:
Line 15: Line 19:
== Fiction cross-reference ==
== Fiction cross-reference ==


* [[Buggy Software]] - song
* [[Crimes against mathematical constants]]
* [[Crimes against mathematical constants]]
* [[Gnomon algorithm]]
* [[Gnomon algorithm]]
Line 24: Line 29:


* [[Evil bit (nonfiction)]]
* [[Evil bit (nonfiction)]]
* [[Software Crisis (nonfiction)]]


External links:
== External links ==


* [https://en.wikipedia.org/wiki/Software_bug Software bug] @ Wikipedia
* [https://en.wikipedia.org/wiki/Software_bug Software bug] @ Wikipedia

Latest revision as of 05:21, 19 January 2021

A page from the Harvard Mark II electromechanical computer's log, featuring a dead moth that was removed from the device.

A software defect (or bug) is an error, flaw, failure, or fault in a computer program or system that causes it to produce an incorrect or unexpected result, or to behave in unintended ways.

Description

A program that contains a large number of defects, and/or defects that seriously interfere with its functionality, is said to be buggy.

Commentary

In his memoirs, pioneering computer scientist Maurice Wilkes (nonfiction) wrote:

I well remember when this realization first came on me with full force. The EDSAC was on the top floor of the building and the tape-punching and editing equipment one floor below. [...] It was on one of my journeys between the EDSAC room and the punching equipment that "hesitating at the angles of stairs" the realization came over me with full force that a good part of the remainder of my life was going to be spent in finding errors in my own programs.

In the News

Fiction cross-reference

Nonfiction cross-reference

External links