Skip to main content

hash coding

Title English: 
hash coding
Definition English: 
A scheme for providing rapid access to data items which are distinguished by some key. Each data item to be stored is associated with a key, e.g. the name of a person. A hash function is applied to the item's key and the resulting hash value is used as an index to select one of a number of "hash buckets" in a hash table. The table contains pointers to the original items.
Title Arabic: 
تشفير مبعثر
Synonym Arabic: 
تشفير البعثرة
Title French: 
codage factice
Domain: 
Information Technology
Subject: 
ICT Applications
InformationType: 
Term
SourceSymbol: 
Language staff