Conversion of information in different coding systems

Slides:



Advertisements
Similar presentations
Computer Science: A Structured Programming Approach Using C Converting File Type A rather common but somewhat trivial problem is to convert a text.
Advertisements

Chinese Information Processing (I): Basic Concepts and Practice Unit 7: Web Pages in Chinese.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, C++ Version, Fourth Edition.
66 CHAPTER SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-2 Announcement: Major Exam 01 Thursday, 17th March, 2005 Building.
Bits and Bytes.
Representing Information in Binary (Continued)
Chapter 2 Data Representation. Define data types. Visualize how data are stored inside a computer. Understand the differences between text, numbers, images,
Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.
Chapter 3 Representing Numbers and Text in Binary Information Technology in Theory By Pelin Aksoy and Laura DeNardis.
Computer System Basics 1 Number Systems & Text Representation Computer Forensics BACS 371.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 1. Data Representation Data Representation – Why do we use binary? simplicity,
Lecture # 5 Data Representation. Today Questions: From notes/reading/life? Prepare for Quiz # 1 (Multiple Choice) 1.Introduce: How do Computers store.
Computer Structure & Architecture 7c - Data Representation.
Computers and Text Daniel Velasquez Scott Baranick.
Information and Programs. Foundations of Computing Information –Binary numbers –Integers and Floating Point –Booleans (True, False) –Characters –Variables.
HOW COMPUTERS MANIPULATE DATA Chapter 1 Coming up: Analog vs. Digital.
computer
Character Encoding, F onts. Overview Why do character encoding and fonts matter to linguists? How can you identify problems? Why do these problems arise?
1 Lecture 2  Complement  Floating Point Number  Character Encoding.
Computer System Basics 1 Number Systems & Text Representation Computer Forensics BACS 371.
1 Data Representation Characters, Integers and Real Numbers Binary Number System Octal Number System Hexadecimal Number System Powered by DeSiaMore.
Data Files on Computers Text Files (ASCII) Files that can be created by typing on the keyboard while using a text editor such as notepad or TextEdit.
©Brooks/Cole, 2003 Chapter 2 Data Representation.
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.
CS 111 – Sept. 1 Intro to data representation Binary numbers –Convert binary  decimal –Convert decimal  binary Text –ASCII and Unicode Commitment: –For.
Chapter # 10 Data Transfer Prepared by :Sir Mazhar Javed.
1 Objectives ❏ To understand the differences between text and binary files ❏ To write programs that read, write, and/or append binary files ❏ To be able.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
Representing Characters in a Computer System Representation of Data in Computer Systems.
HNC COMPUTING - COMPUTER PLATFORMS 1 Micro Teach Binary.
Essential components of the implementation are:  Formation of the network and weight initialization routine  Pixel analysis of images for symbol detection.
Computer Science: A Structured Programming Approach Using C1 Objectives ❏ To understand the differences between text and binary files ❏ To write programs.
1.4 Representation of data in computer systems Character.
Lecture Coding Schemes. Representing Data English language uses 26 symbols to represent an idea Different sets of bit patterns have been designed to represent.
1 Non-Numeric Data Representation V1.0 (22/10/2005)
3.1 Denary, Binary and Hexadecimal Number Systems We use the denary (base 10) number system in our daily life for counting and calculation. Computers use.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
DATA REPRESENTATION - TEXT
Unit 2.6 Data Representation Lesson 2 ‒ Characters
Lesson Objectives Aims You should be able to:
3.1 Denary, Binary and Hexadecimal Number Systems
Character coding schemes
Data Transfer ASCII FILES.
Information Support and Services
Proving Theorems about Isosceles Triangles (5.6.2)
Breaking the Code Can anyone guess the phrase from this “code”?
Phnom Penh International University (PPIU)
Data Encoding Characters.
Characteristics of documents
Representing Characters
Data Representation Question: Characters
Binary Files.
1.5 – Currency conversions
1. Explain how ASCII is used to represent text in a computer system
Unit 1: Introduction Lesson 1: PArts of a java program
Fundamentals of Data Representation
Chapter 2 Data Representation.
The Big 6 Research Model Step 3: Location and Access
Storing Negative Integers
Collecting, processing & understanding lots of information
STORE MANAGER RESPONSIBILITIES.
Learning Intention I will learn how computers store text.
Electronic Memory.
Digital-to-digital Conversion
ASCII LP1.
Conversion of Units of Capacity
Chapter 3 - Binary Numbering System
ASCII and Unicode.
Introduction to UNICODE (ஒருங்குறி)
Presentation transcript:

Conversion of information in different coding systems More to Learn Conversion of information in different coding systems Different computer systems may store the same piece of information in different coding systems. Big5 code and Unicode are two common types of coding systems which are able to represent traditional Chinese characters. Conversion is required when a Chinese text document is transferred from a computer with the Big5 coding system to the one with the Unicode coding system, and vice versa. Big5 code = A46416 Unicode = 534316 Conversion program

Conversion of information in different coding systems More to Learn Conversion of information in different coding systems Different computer systems may store the same piece of information in different coding systems. Big5 code and Unicode are two common types of coding systems which are able to represent traditional Chinese characters. Conversion is required when a Chinese text document is transferred from a computer with the Big5 coding system to the one with the Unicode coding system, and vice versa. Big5 code = A46416 Unicode = 534316 Conversion program