Dictionary
Thesaurus
Encyclopedia
Translator
Web
Related Searches

initialise

 - 2 dictionary results

in⋅i⋅tial⋅ize

[i-nish-uh-lahyz]
–verb (used with object), -ized, -iz⋅ing. Computers.
1. to set (variables, counters, switches, etc.) to their starting values at the beginning of a program or subprogram.
2. to clear (internal memory, a disk, etc.) of previous data in preparation for use.
Also, especially British, in⋅i⋅tial⋅ise.


Origin:
1955–60; initial + -ize
Dictionary.com Unabridged
Based on the Random House Dictionary, © Random House, Inc. 2009.
Cite This Source Link To initialise
Computing Dictionary

initialise programming
To give a variable its first value. This may be done automatically by some languages or it may require explicit code by the programmer. Some languages allow initialisation to be combined with variable definition, e.g. in C:
int i = 0;
Failing to initialise a variable before using it is a common programming error, but one which compilers and automatic checkers like lint can easily detect.
(1997-06-08)

The Free On-line Dictionary of Computing, © 1993-2007 Denis Howe
Cite This Source
Search another word or see initialise on Thesaurus | Reference
FacebookTwitterFollow us: