Adjective
uninitialized (not comparable)
Not initialized.
As the RAM types used for primary storage are volatile (uninitialized at start up), a computer containing only such storage would not have a source to read instructions from, in order to start the computer. Source: Internet
An instance initializer must be invoked only on an uninitialized instance. Source: Internet
It is very rare for subprograms to allow entry to an arbitrary position in the subprogram, as in this case the program state (such as variable values) is uninitialized or ambiguous, and this is very similar to a goto. Source: Internet
The range optimizer used the uninitialized field during optimization and execution, causing the server to exit. Source: Internet
Examples include: ; VARIABLE :Names an uninitialized, one-cell memory location. Source: Internet
Furthermore, common programmer errors that often led to data corruption or unpredictable behavior such as accessing off the end of an array or using an uninitialized pointer are not allowed to occur. Source: Internet