Type binding : 변수의 타입이 정해지면 그걸로 할 수 있는 연산이 정해진다.
data type : data + operations
A descriptor is the collection of the attributes of a variable.
primitive data types : 다른 타입으로 정의될 수 없는 타입
→ integer , float , character, bool
부호를 나타낼 수 있다. → twos complement
부호를 나타낼 수 없다. → ones complement
구조체 : 기본형 타입으로 이루어진 것들의 집합
integer 의 첫번째자리는 부호를 나타낸다.
음의 정수 : 양의정수의 보수 +1
Exponent : 지수 , Faction : 소수점 아래
: 복소수 거의 안쓴다.