adplus-dvertising
frame-decoration

Question

A bitmap is _______

a.

An array of bits

b.

An index of bits

c.

A function mapping all the bits of data

d.

None of the mentioned

Posted under Indexing and Hashing DBMS

Answer: (a).An array of bits

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. A bitmap is _______

Similar Questions

Discover Related MCQs

Q. A _________ on the attribute A of relation r consists of one bitmap for each value that A can take

Q. Intersection of the bitmaps is done by

Q. What does an existence bitmap do?

Q. The complement operation in bitmaps is done by using

Q. State true or false: Bitmaps can be combined with B+ trees

Q. We create an index in SQL using _______ command

Q. We delete and index in SQL using the ________ command

Q. State true or false: Intersection operations are extremely slow on bitmaps

Q. Which of the following operations is used for the union of bitmaps?

Q. In ordered indices the file containing the records is sequentially ordered, a ___________ is an index whose search key also defines the sequential order of the file.

Q. Indices whose search key specifies an order different from the sequential order of the file are called ___________ indices.

Q. An ____________ consists of a search-key value and pointers to one or more records with that value as their search-key value.

Q. In a _______ clustering index, the index record contains the search-key value and a pointer to the first data record with that search-key value and the rest of the records will be in the sequential pointers.

Q. In a __________ index, an index entry appears for only some of the search-key values.

Q. Incase the indices values are larger, index is created for these values of index. This is called

Q. A search key containing more than one attribute is referred to as a _________ search key.

Q. In B+ tree the node which points to another node is called

Q. Insertion of a large number of entries at a time into an index is referred to as __________ of the index.

Q. While inserting the record into the index, if the search-key value does not appear in the index.

Q. Consider a hash table of size seven, with starting index zero, and a hash function (3x + 4)mod7. Assuming the hash table is initially empty, which of the following is the contents of the table when the sequence 1, 3, 8, 10 is inserted into the table using closed hashing? Note that ‘_’ denotes an empty location in the table.