비트,bit

비트,bit (rev. 1.10)

CHK: bit = binary_digit = 영,zero 하나,one 둘 중 하나?

MKL 원소 두 개인 집합,set Boolean_domain Boolean_domain { Boolean domain 불_도메인 ? 불_정의역 ?? 기호: $\displaystyle \{0,1\}$ 또는 $\displaystyle \mathbb{B}$ 원소,element의 개수가 2이고[1]각각 거짓,false 참,true으로 해석,interpretation되는 것을 포함한 집합,set. .... CS에서 한 불_변수,Boolean_variable Boolean_variable 는 Boolean_domain의 원소에서 값,value을 가질 수 있다. (rel. Boolean_type = Boolean_data_type = Boolean_datatype .... WpEn:Boolean_data_type = https://en.wikipedia.org/wiki/Boolean_data_type ) (we) WpEn:Boolean_domain = https://en.wikipedia.org/wiki/Boolean_domain Up: domain(정의역,domain ? 도메인,domain?), 집합,set }

Sub

bitwise_operation
아래 둘은 binary_number 에서 비트(binary_digit)의 순서, 배치, 위치,position, ...에 대한 표준/표기법,notation(esp positional_notation
)/...
bit_order
bit_numbering
bit_field
bitrate =,bitrate .
bit_rate =,bit_rate .
{



bit_plane = bitplane
=,bit_plane =,bitplane .
{
WtEn:bitplane
https://en.wikipedia.org/wiki/Bit_plane
Ggl:bitplane
bitplane
}

비트의 하부 주제들 - ADDHERE

rel.

digit
number_system
수체계 ?

number_representation

다른 정보의 단위와 비트의 관계

니블,nibble은 4비트.
바이트,byte는 거의 항상 8비트.
옥텟,octet은 반드시 8비트.


문제

Q.
서로 다른 17개의 정보,information가 있다. 이 중에서 하나를 선택하려면 최소한 몇 개의 비트가 필요한가?

Sol.
$\displaystyle \lceil \log_2 17 \rceil = \lceil 4.087 \rceil = 5$
5비트 필요.