null
Noun · AdjectiveWordNet 3.0
Noun (1)
Adjective (1)
- lacking any legal or binding force“null and void”Synonyms: void
Webster's Dictionary (GCIDE)
1.Of no legal or binding force or validity; of no efficacy; invalid; void; nugatory; useless. [1913 Webster]
Faultily faultless, icily regular, splendidly null, Dead perfection; no more.— Tennyson.[1913 Webster]
2.Having a value of zero; as, of null utility. [PJC]
3.(Math.) Empty; having no members; as, the null set. [PJC]
4.(Computers) Unassigned or meaningless; -- a special value given to variables, especially pointers or logical variables, indicating that it is meaningless and cannot be used in computation; as, an uninitialized pointer in "C" is given a null value. The actual value that is stored in memory to indicate the null condition may vary with the computer language used. [PJC]
1.Something that has no force or meaning. [1913 Webster]
2.That which has no value; a cipher; zero. --Bacon. [1913 Webster]
Null method (Physics.), a zero method. See under Zero. [1913 Webster]
Free On-line Dictionary of Computing
<programming> A special value used in several languages to represent the thing referred to by an uninitialised pointer.
<database> A special value that may be stored in some database columns to represent an unknown, missing, not applicable, or undefined value. Nulls are treated completely differently from ordinary values when evaluating SQL expressions and there are several SQL constructs for dealing with nulls.
(2003-06-17)