Saved Bookmarks
| 1. |
Contrast Between Hash File And Sequential File? |
|
Answer» The only DISSIMILARITY between the Hash file and Sequential file is that the Hash file STORES data on hash algorithm and on a hash key value, while sequential file doesn’t have any key value to save the data. Hence we can SAY that hash key FEATURE, searching in Hash file is FASTER than in sequential file. The only dissimilarity between the Hash file and Sequential file is that the Hash file stores data on hash algorithm and on a hash key value, while sequential file doesn’t have any key value to save the data. Hence we can say that hash key feature, searching in Hash file is faster than in sequential file. |
|