비트,bit

이진수,binary_number숫자,digit. 어원: binary digit.

그래서 영,zero 또는 하나,one.

digital computer의 자료,data 저장storage의 최소 단위? chk

mkl data_representation or value_representation ? 표현,representation
{
unsigned_integer 표현
n개의 비트,bit로는
2n 가지의 값을
0 … 2n−1 의 범위를
signed_integer 의 표현은 여러 경우가 있는데
....
Rel 보수,complement 기수법,numeral_system 수표현,number_representation
} // data repr.

del ok
{
각각 거짓,false참,true을 나타낼 때가 많은..
두 개(둘,two)의 상태,state.
}

See also.. 기수법,numeral_system의 이진
비트연산,bitwise_operation (curr. goto 연산,operation)
비트로 나타난 정수의 shift 연산은 2의 곱셈/나눗셈과 관련.
음수의 경우에 대해 자세히 서술. TBW
비트의 invert 한 다음 1을 더하는 것 등등... 관련: 보수,complement
불_대수,Boolean_algebra


MSB,most_significant_bit
LSB,least_significant_bit https://mathworld.wolfram.com/LeastSignificantBit.html

번역들:
최상위 비트(MSB) 최하위 비트(LSB),


(quote)
아날로그 신호의 각 표본을 표현하기 위해 N binary digits(bits)를 사용한다면, 디지털화된 표본값(digitized sample value)은 다음과 같이 표현되며
D = b020 + b121 + b222 + … + bN−12N−1
여기서 b0, b1, …, bN-1은 N 개의 비트를 의미(denote)하며 값은 0 또는 1이다.
비트 b0는 least significant bit (LSB),
비트 bN−1은 most significant bit (MSB)이다.
관습적으로 이 이진수는
bN−1 bN−2 … b0
으로 쓴다.
이런 표현은 아날로그 표본을 2N 단계(level) 중의 하나로 양자화,quantization한다.
명백히 비트 수가 많을수록 (i.e. N이 클 수록) 디지털 워드 D는 아날로그 신호에 근사한다.
즉, 비트의 수를 늘리는 것은 양자화오차,quantization_error를 줄이며 analog-to-digital conversion의 resolution(해상도?)를 높인다.
(Sedra p13)


통신,communication에서 주로 나오는


(비트,bit) / (시간,time) 관련.

비트율,bit_rate
bit rate: 초당 비트
고정 비트레이트 constant bitrate, CBR
가변 비트레이트 variable bitrate, VBR
평균 비트레이트 Average bitrate ABR
AKA 비트레이트, bitrate
비슷? 단위가 같음:
대역폭,bandwidth - 단위 시간 동안 전달 가능한 최대 데이터 양. see https://johngrib.github.io/wiki/bandwidth/
스루풋(throughput) 또는 처리율
Up: 비율,rate



비트길이

bit_length = 1 / bit_rate



TBW
숫자,digit로서의 비트와 정보,information의 단위로서의 비트가 조금 의미가 다름. (Stone) 구분하여 비교 서술.
정보의 단위(unit of information, 정보단위,information_unit { MKLINK 정보,information 단위,unit 정보이론,information_theory ... Sh = shannon, nat, Hart = hartley = ban = dit, ... WpEn: Naver:정보 단위 Google:정보 단위 } )로서는 shannon이라고도 함. (Sh, WpEn:Shannon_(unit))

//이하 비트의 모임? 묶음?
바이트,byte(거의/사실상 8 bits) 옥텟,octet(완벽히 8 bits) { Up: 타입,type, data_type, primitive_data_type }
{
byte_order { byte order: see endianness. - txt작성중 ... See also: BOM,byte_order_mark Up: 바이트,byte 순서,order }
메모리,memory에서의 주소,address의 최소 단위는 보통 byte인데 이게 어디서 유래? QQQ
Compare 옥텟,octet



Compare:
trit
{
bit는 한 base-2 digit (0, 1 중 하나)
trit는 한 base-3 digit (0, 1, 2 중 하나)


비트는 두 개(둘,two)의 상태,state를 나타내는 데 쓰일 수 있음 - boolean 플래그,flag로 쓰일 수 있음.