[[이진수,binary_number]]의 [[숫자,digit]]. 어원: binary digit. 그래서 [[영,zero]] 또는 [[하나,one]]. digital computer의 [[자료,data]] 저장storage의 최소 단위? chk digital [[정보,information]]의 최소 단위? ?? mkl data_representation or value_representation ? [[표현,representation]] { unsigned_integer 표현 n개의 [[비트,bit]]로는 2^^n^^ 가지의 값을 0 … 2^^n^^−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#s-12]]) 비트로 나타난 정수의 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 = b,,0,,2^^0^^ + b,,1,,2^^1^^ + b,,2,,2^^2^^ + … + b,,N−1,,2^^N−1^^ 여기서 b,,0,,, b,,1,,, …, b,,N-1,,은 N 개의 비트를 의미(denote)하며 값은 0 또는 1이다. 비트 b,,0,,는 least significant bit (LSB), 비트 b,,N−1,,은 most significant bit (MSB)이다. 관습적으로 이 이진수는 b,,N−1,, b,,N−2,, … b,,0,, 으로 쓴다. 이런 표현은 아날로그 표본을 2^^N^^ 단계(level) 중의 하나로 [[양자화,quantization]]한다. 명백히 비트 수가 많을수록 (i.e. N이 클 수록) 디지털 워드 D는 아날로그 신호에 근사한다. 즉, 비트의 수를 늘리는 것은 [[양자화오차,quantization_error]]를 줄이며 analog-to-digital conversion의 resolution(해상도?)를 높인다. (Sedra p13) ---- [[통신,communication]]에서 주로 나오는 parity_bit WtEn:parity_bit https://foldoc.org/parity Google:parity+bit mklink [[패리티,parity]] or [[홀짝성,parity]] { longitudinal_parity https://foldoc.org/longitudinal+parity } ... Ggl:"longitudinal parity" // Srch:홀짝성 Srch:parity stop_bit stop bit serial communications에서 // [[직렬통신,serial_communication]]? Up: [[통신,communication]] https://foldoc.org/stop+bit Google:stop+bit ---- ('''비트,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]] mklink: [[네트워크,network]] [[통신,communication]] ---- 비트길이 bit_length = 1 / bit_rate [[아날로그신호,analog_signal]]의 [[파장,wavelength]]에 해당하는 것이 [[디지털신호,digital_signal]]의 [[비트길이,bit_length]]. ---- 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)]]) //이하 비트의 모임? 묶음? [[크기,size]] [[길이,length]]에 따른 [[단위,unit]]들. bit_string(비트열? 비트문자열? [[문자열,string]])로 보아도 무방한? [[바이트,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]] https://foldoc.org/byte https://mathworld.wolfram.com/Byte.html } crumb - 2 bits { https://mathworld.wolfram.com/Crumb.html } [[니블,nibble]] - 4 bits { aka '''nybble''' [[WtEn:nybble]] https://foldoc.org/nibble https://mathworld.wolfram.com/Nibble.html } [[워드,word]] - 너무 크기가 왔다갔다해서.. Compare: [[trit]] { bit는 한 base-2 digit (0, 1 중 하나) trit는 한 base-3 digit (0, 1, 2 중 하나) https://foldoc.org/trit } '''비트'''는 두 개([[둘,two]])의 [[상태,state]]를 나타내는 데 쓰일 수 있음 - boolean [[플래그,flag]]로 쓰일 수 있음. = History = 1946년 통계학자 John_Tukey가 제안한 단어.[* https://en.wiktionary.org/wiki/bit#Etymology_3] ---- https://hut.mearie.org/bit/ https://mathworld.wolfram.com/Bit.html [[WpKo:비트_(단위)]] [[WpEn:Bit]] https://foldoc.org/bit