Bit bucket
Template:Short description Template:Distinguish Template:Use dmy dates
In computing jargon, the bit bucket (or byte bucket<ref name="Intel_1978_MSC86-OI"/><ref name="DRI_1983_CPM86-PG"/>) is where lost computerized data has gone, by any means; any data which does not end up where it is supposed to, being lost in transmission, a computer crash, or the like, is said to have gone to the bit bucket – that mysterious place on a computer where lost data goes, as in:
HistoryEdit
Originally, the bit bucket was the container on teletype machines or IBM key punch machines into which chad from the paper tape punch or card punch was deposited;<ref name="Cutler_1964"/> the formal name is "chad box" or (at IBM) "chip box". The term was then generalized into any place where useless bits go, a useful computing concept known as the null device. The term bit bucket is also used in discussions of bit shift operations.<ref name="OBrien_2010"/>
The bit bucket is related to the first in never out buffer and write-only memory, in a joke datasheet issued by Signetics in 1972.<ref name="Signetics_1972"/>
In a 1988 April Fool's article in Compute! magazine, Atari BASIC author Bill Wilkinson presented a POKE that implemented what he called a "WORN" (Write Once, Read Never) device, "a close relative of the WORM".<ref name="Wilkinson_1988"/>
In programming languages the term is used to denote a bitstream which does not consume any computer resources, such as CPU or memory, by discarding any data "written" to it. In .NET Framework-based languages, it is the System.IO.Stream.Null.<ref name="Java2s"/>