1 Non-Numeric Data Representation V1.0 (22/10/2005)

Slides:



Advertisements
Similar presentations
Data Representation. Units & Prefixes Review kilo, mega, and giga are different in binary! bit (b) – binary digit Byte (B) – 8 binary digits KiloByte.
Advertisements

Computer Codes Rohit Khokher. Computer Codes Data types NumericNonnumeric IntegerRealAlphabet A, B, C, …,Z a, b, c,…,z Digits 0,…,9 Special Characters.
Representing Information as Bit Patterns
Binary Expression Numbers & Text CS 105 Binary Representation At the fundamental hardware level, a modern computer can only distinguish between two values,
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Bits and Bytes.
CHARACTERS Data Representation. Using binary to represent characters Computers can only process binary numbers (1’s and 0’s) so a system was developed.
Dale & Lewis Chapter 3 Data Representation
Localizing OpenClinica Hiroaki Honshuku: SQA 1. © What is Character Encoding?  Morse Code (1840) → Latin Alphabet  ASCII (1963)  The American Standard.
Representing text Each of different symbol on the text (alphabet letter) is assigned a unique bit patterns the text is then representing as.
Bits & Bytes: How Computers Represent Data
Computer System Basics 1 Number Systems & Text Representation Computer Forensics BACS 371.
CSC 101 Introduction to Computing Lecture 9 Dr. Iftikhar Azim Niaz 1.
Coding System Text Representation ASCII Collating Sequence.
Chapter 4: Representation of data in computer systems: Characters OCR Computing for GCSE © Hodder Education 2011.
Representing Nonnumeric Data Everything is really a number.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Globalisation & Computer systems Week 4 writing systems and their implications for globalisation character representation ASCII extended ASCII code pages.
INFOCODING BASICS & EXAMPLES OF CURRENT USE Introduction to Computer Science Using Ruby (c) 2010 Gideon Frieder.
Data Representation and Storage Lecture 5. Representations A number value can be represented in many ways: 5 Five V IIIII Cinq Hold up my hand.
1 Lecture 2  Complement  Floating Point Number  Character Encoding.
1 3 Computing System Fundamentals 3.5 Data Representation.
Computer System Basics 1 Number Systems & Text Representation Computer Forensics BACS 371.
SEC (1.4) Representing Information as bit patterns.
Representing Characters in a computer Pressing a key on the computer a code is generated that the computer can convert into a symbol for displaying or.
1 Problem Solving using Computers “Data....Representation, and Storage.
M204 - Data Representation
Representing Characters in a Computer System Representation of Data in Computer Systems.
Information Coding Schemes Group Member : Yvonne Tiffany Jurifah bt Junaidi Clara Jane George.
HNC COMPUTING - COMPUTER PLATFORMS 1 Micro Teach Binary.
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
1.4 Representation of data in computer systems Character.
There are 10 different types of people in the world. Those who understand binary and those that don’t.
Lecture Coding Schemes. Representing Data English language uses 26 symbols to represent an idea Different sets of bit patterns have been designed to represent.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
DATA REPRESENTATION - TEXT
Conversion of information in different coding systems
Understanding binary Understanding Computers.
Unit 2.6 Data Representation Lesson 2 ‒ Characters
Lesson Objectives Aims You should be able to:
INTERNATIONALIZATION
Binary Numbers and ASCII and EDCDIC
3.1 Denary, Binary and Hexadecimal Number Systems
Data Transfer ASCII FILES.
How does a computer represent everything using just zeros and ones?
Bits & Bytes How Computers Represent Data
Representing Information as bit patterns
Phnom Penh International University (PPIU)
Data Encoding Characters.
TOPICS Information Representation Characters and Images
Data Representation ASCII.
Representing Nonnumeric Data
Coding Schemes and Number Systems
Lecture 3 ISE101: Computing Fundamentals
Representing Characters
Data Representation Question: Characters
How does a computer represent everything using just zeros and ones?
Computers & Programming Languages
Digital Encodings.
INFOCODING BASICS & EXAMPLES OF CURRENT USE
Learning Intention I will learn how computers store text.
LO1 – Understand Computer Hardware
Text Representation ASCII Collating Sequence
WJEC GCSE Computer Science
C Programming Language
ASCII LP1.
ASCII and Unicode.
Introduction to UNICODE (ஒருங்குறி)
Presentation transcript:

1 Non-Numeric Data Representation V1.0 (22/10/2005)

2 Non-Numeric Data Representation Non-Numeric data use specific form of characters to represent To save the text into bit sequence and decipher the bit sequence into text, there must be a standard character set-bit mapping table Different Presentation  ASCII  Big-5  GB  Unicode

3 ASCII Full term is American Standard Code for Information Interchange Short term is ASCII Use number 0 to 127 represent English character set Since commonly use on computer systems, its excellent for exchange information Standard ASCII character set only use 7 bits to represent one character In order to enhance character set, ASCII character set user 8 bits to represent one character, so it can represent some non-English character, common symbols and mathematical symbols

4 Big-5 A popular Chinese encoding system Big-5 character set contains traditional Chinese characters There are 408 symbols, 5401 are most commonly used characters and 7652 and 7,652 are secondary usage As one byte can represent 256 different combinations only Big-5 use 2 bytes to represent character combinations In order to avoid conflict with most commonly used computer encode, ASCII, Big-5 make the first byte as high byte and second as low byte

5 GB(Guo Biao) The common Chinese encoding system in China Use to represent Simplified Chinese GB character set contains 6,763 elements Similar to the design of Big-5, maybe confuse with ASCII meaning and display meaningless code

6 Unicode Under different platform, different software and different language, able to exchange every character over the world Character set should be large enough Each character has only one meaning

7 Reference Site