Fragmentation (computing) in the context of Binary string


Fragmentation (computing) in the context of Binary string

Fragmentation (computing) Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Fragmentation (computing) in the context of "Binary string"


HINT:

👉 Fragmentation (computing) in the context of Binary string

A bit array (also known as bit map, bit set, bit string, or bit vector) is an array data structure that compactly stores bits. It can be used to implement a simple set data structure. A bit array is effective at exploiting bit-level parallelism in hardware to perform operations quickly. A typical bit array stores kw bits, where w is the number of bits in the unit of storage, such as a byte or word, and k is some nonnegative integer. If w does not divide the number of bits to be stored, some space is wasted due to internal fragmentation.

↓ Explore More Topics
In this Dossier