CS430 Worksheet Name Chapter 11b - cs.colostate.educs430dl/yr2020sp/more_examples/W… · CS430...

89
NACIONES UNIDAS Nueva York y Ginebra, 2001 Protocolo de Estambul Manual para la investigación y documentación eficaces de la tortura y otros tratos o penas crueles, inhumanos o degradantes OFICINA DEL ALTO COMISIONADO DE LAS NACIONES UNIDAS PARA LOS DERECHOS HUMANOS Ginebra C M Y CM MY CY CMY K Protocolo Estambul.pdf 24/11/2008 07:17:00 p.m.

Transcript of CS430 Worksheet Name Chapter 11b - cs.colostate.educs430dl/yr2020sp/more_examples/W… · CS430...

Page 1: CS430 Worksheet Name Chapter 11b - cs.colostate.educs430dl/yr2020sp/more_examples/W… · CS430 Worksheet Name _____ Chapter 11b 1. What is a bucket with respect to data records?

CS430 Worksheet Name _______________________________________

Chapter 11b

1. What is a bucket with respect to data records? With hash algorithms, how do we obtain the

bucket of a record?

2. What are the traits of an ideal hash algorithm?

3. What are some of the deficiencies of static hashing?

4. How does dynamic hashing solve those deficiencies (i.e.extendible) ?

Page 2: CS430 Worksheet Name Chapter 11b - cs.colostate.educs430dl/yr2020sp/more_examples/W… · CS430 Worksheet Name _____ Chapter 11b 1. What is a bucket with respect to data records?

5. What is the basic premise of extendible hashing?

6. What is the global index? The local index?

7. When the directory is doubled, what happens to the pointers not pointing to the node being

split?

8. What are the benefits of extendible hashing? Disadvantages?

Page 3: CS430 Worksheet Name Chapter 11b - cs.colostate.educs430dl/yr2020sp/more_examples/W… · CS430 Worksheet Name _____ Chapter 11b 1. What is a bucket with respect to data records?