bit string - Definition. Was ist bit string
Diclib.com
Online-Wörterbuch

Was (wer) ist bit string - definition

ARRAY DATA STRUCTURE THAT COMPACTLY STORES BITS
Bit vector; Bitvector; Boolean array; Boolean vector; Bitstring; Bitset; Bit vectors; Bit string

bit string         
<programming, data> An ordered sequence of bits. This is very similar to a bit pattern except that the term "string" suggests an arbitrary length sequence as opposed to a pre-determined length "pattern".
Bit array         
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.
String (computer science)         
  • (Hyper)cube of binary strings of length 3
DATA TYPE REPRESENTING A FINITE SEQUENCE OF ENCODED CHARACTERS
String algorithm; String algorithms; String data type; String (computing); StringBuffer and StringBuilder; Text string; String (programming); Character string; Binary string; String datatype; Character string (computer science); String Object; String manipulation; StringBuffer; StringBuilder; Java.lang.String; String handling; String Buffer; String (computer programming); String-oriented; Stringology; Bytestring; Byte string; String type; Pascal string; String (software); String (formal languages); String length; Sequence of symbols; Block move; String copy; Character strings; String (code); Strings (code); Data string; Finite word
In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable. The latter may allow its elements to be mutated and the length changed, or it may be fixed (after creation).

Wikipedia

Bit array

A bit array (also known as bitmask, 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.

Aussprachebeispiele für bit string
1. Now, if I make a string of these, a bit string,
ted-talks_48_SaulGriffith_2006-320k