Question: (6 points - Correctness) Bloom Filter - Given the following hash functions for a bloom filter: hash function 1: hi (x) (x3) % 13 hash

 (6 points - Correctness) Bloom Filter - Given the following hash

(6 points - Correctness) Bloom Filter - Given the following hash functions for a bloom filter: hash function 1: hi (x) (x3) % 13 hash function 2: h2(x)-(x * 3) % 13 index: | 0 3 4 5 6 8 9 10 | 11 12 bits: (3 points) What are 4 possible distinct values between 1 and 13 (inclusive) which could be inserted to create the bloom filter above? a. (3 points) Given that you have inserted the elements you chose above in your bloom filter, list all the integers between 1 and 13 (inclusive) that would cause a false positive when searched for. b. (6 points - Correctness) Bloom Filter - Given the following hash functions for a bloom filter: hash function 1: hi (x) (x3) % 13 hash function 2: h2(x)-(x * 3) % 13 index: | 0 3 4 5 6 8 9 10 | 11 12 bits: (3 points) What are 4 possible distinct values between 1 and 13 (inclusive) which could be inserted to create the bloom filter above? a. (3 points) Given that you have inserted the elements you chose above in your bloom filter, list all the integers between 1 and 13 (inclusive) that would cause a false positive when searched for. b

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!