Jump to content

Initialization (computing)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Kdakin (talk | contribs) at 11:22, 20 January 2010 (new article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Initialization in computing, is the setting (or "formatting") of a variable to some initial value at run time. Setting the memory to hexadecimal zeroes is also sometimes known as "clearing" or sometimes coloquially, for IBM/360 programmers, "zapping" the variable to zero - probably originating in the "ZERO ADD PACKED" - ZAP - assembler instruction )