Dictionary:
look·up (lʊk'ŭp')
|
| 5min Related Video: lookup |
| Computer Desktop Encyclopedia: lookup |
A data search performed within a predefined table of values (array, matrix, etc.) or within a data file.
Download Computer Desktop Encyclopedia to your iPhone/iTouch
| Marketing Dictionary: lookup |
Process of accessing a record on a computer, hard-copy, or microfilm file to analyze, adjust, or gather information in the record.
| WordNet: lookup |
The noun has one meaning:
Meaning #1:
an operation that determines whether one or more of a set of items has a specified property
Synonym: search
| Wikipedia: Lookup |
| Look up lookup in Wiktionary, the free dictionary. |
| Look up look up in Wiktionary, the free dictionary. |
In computing, lookup usually refers to searching a data structure for an item that satisfies some specified property. (Note that in grammatical usage, lookup is the noun form describing the verb form to look up.) For example, variable lookup performed by a (scripting) language interpreter, virtual machine or other similar engine usually consists of performing certain actions to dynamically find correspondence between variable identifier and actual variable internal representation, usually involving symbol table lookup. Symbol table lookup can be performed either during run-time (interpreter or scripting engine), or during compile time (compiler). A hybrid scheme when lookup is performed both during translation phase and then later during runtime is also possible (e.g. bytecode compiler and virtual machine). In all of these cases, search item is a variable and the search property (or search criterion) is a variable name. Variable lookup is usually performed according to variable visibility rules that are specific to the (scripting) language in question.
Another example is DNS lookup. In DNS lookup, a DNS server is requested to find a host IP address given host domain name. Here the search criterion (property) is a domain name and the search result (item) is an IP address. A domain name may be associated with several IP addresses. Reverse DNS lookup performs the reverse task: given IP address, it attempts to resolve domain name associated with the specified IP address.
Spreadsheet software typically has functions such as LOOKUP, HLOOKUP, and VLOOKUP, to find either a value in a row or column that matches the argument, or in the case of range lookup, to find an interval in a set of adjacent intervals (given by their limits, specified in a row or column) which contains the argument. The result is the corresponding value in a specified parallel row or column.
Bugs
The Microsoft Excel LOOKUP functions will not function properly if one of the reference cells contain a tilde (~). The function will return #N/A.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Movie | |
| batch identification (in marketing) | |
| LUT (technology) |
| What is a lookup table? Read answer... | |
| What is h lookup and v lookup in excel? Read answer... | |
| Where do i lookup warrants in north carolina? Read answer... |
| What does an IF lookup and IF statement do? | |
| Blessthefall neopets user lookup? | |
| What is a reverse lookup DNS zone? |
Copyrights:
![]() | Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved. Read more | |
![]() | Computer Desktop Encyclopedia. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher. © 1981-2010 The Computer Language Company Inc. All rights reserved. Read more | |
![]() | Marketing Dictionary. Dictionary of Marketing Terms. Copyright © 2000 by Barron's Educational Series, Inc. All rights reserved. Read more | |
![]() | WordNet. WordNet 1.7.1 Copyright © 2001 by Princeton University. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Lookup". Read more |
Mentioned in