일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 법
- Java
- Database
- Computer
- 프로그래밍언어
- 백과사전
- 컴퓨터
- 광고
- 방송통신대학교
- Compiler
- Book
- 용어
- Algorithms
- 책
- 교육
- Programming
- 운영체제
- architecture
- Software
- OS
- 컴퓨터과학과
- 인간과 교육
- 영어
- ISBN:89-20-34523-6
- 데이터베이스
- EJB
- 영화
- 컴파일러
- 알고리즘
- Today
- Total
Digital Intelligence
Baudot code 본문
--------------------------------------------------------
한글(약어) : ()
영어(약어) : Baudot code()
관련개념(Related Concepts)
--------------------------------------------------------
ASCII
Character Set
개요(Summary)
--------------------------------------------------------
CCITT Alpahbet No.2(International Alphabet No.2)라고도 함. 텔렉스망에서도 사용. FS(Figrure Shift), LS(Letter Shift)코드를 이용하여 5비트(32문자)의 한계를 확장하고 있다는 점이 중요. EBCDIC코드의 전신.
본문(Body)
--------------------------------------------------------
1. 이 코드는 프랑스의 통신기술자인 Jean-Maurice-Émile Baudot, (September 11, 1845 – March 28, 1903)(Link:Wikipedia)에 의해 최초 고안되어, 미국의 Donald Murray (1865-1945)가 보완하였다.
2. Baudot코드는 5비트를 거의 모두 사용하고 있기 때문에 오류검출 방법을 구성하기 어렵다는 점이 한계이나, 텔렉스 코드 등으로 사용되면서 널리 퍼지게 되었다.
3. 코드 테이블(Code Table)
--------------------------
00011 03 A -
11001 19 B ?
01110 0E C :
01001 09 D $
00001 01 E 3
01101 0D F !
11010 1A G &
10100 14 H #
00110 06 I 8
01011 0B J BELL
01111 0F K (
10010 12 L )
11100 1C M .
01100 0C N ,
11000 18 O 9
10110 16 P 0
10111 17 Q 1
01010 0A R 4
00101 05 S '
10000 10 T 5
00111 07 U 7
11110 1E V ;
10011 13 W 2
11101 1D X /
10101 15 Y 6
10001 11 Z "
01000 08 CR CR
00010 02 LF LF
00100 04 SP SP
11111 1F LTRS LTRS
11011 1B FIGS FIGS
00000 00 [..unused..]
모임,단체(Commutities)
--------------------------------------------------------
1. International Telecommunication Union
http://www.itu.int
2. 충남대학교 데이터베이스 연구실
http://dblab.cnu.ac.kr/database/
블로그,개인 홈페이지 등(Humanities)
--------------------------------------------------------
1. Dr. Mark G. Radle (Assistant Professor of Computer Science Department, University of Louisiana, Lafayette, L.A., U.S.A.)
http://www.cacs.louisiana.edu/~mgr/404/burks/foldoc/76/10.htm
참고문서(References)
--------------------------------------------------------
* 한국어(Korean)
저자. 역자. "제목". 출판사. 출판년도. (ISBN:)
1. 코드에 관한 기본지식 - 이상로
http://trade.chonbuk.ac.kr/~leesl/code/character.html
2. 데이타의 표현과 압축 - 충남대학교
http://dblab.cnu.ac.kr/database/lectures/fp_2000/fptp14.pdf
* 영어(English)
저자. 제목, 판, 출판사. 출판년도. (ISBN:)
1. An annotated history of some character codes or ASCII: American Standard Code for Information Infiltration
http://www.wps.com/projects/codes/index.html#BAUDOT
2. Wikipedia : Baudot code
http://en.wikipedia.org/wiki/Baudot_code
3. Historical figures in telecommunications(ITU)
http://www.itu.int/aboutitu/HistoricalFigures.html
4. Baudot and ASCII Codes(Université Libre de Bruxelles - Université d'Europe)
http://physinfo.ulb.ac.be/cit_courseware/datacomm/dc_009.htm#baudot
'B1:기초 Basement' 카테고리의 다른 글
데이터 전송 방식(Data Transmission) (0) | 2007.04.28 |
---|---|
ASCII (American Standard Code for Information Interchange) (0) | 2007.04.28 |
정보통신망 중간고사 기출문제 (0) | 2007.04.28 |
전자계산기조직응용기사 (0) | 2007.04.24 |
OpenGL (0) | 2007.04.22 |