Information Coding Schemes Group Member : Yvonne Tiffany Jurifah bt Junaidi Clara Jane George.

Slides:



Advertisements
Similar presentations
Using Binary Coding Information Remember  Bit = 0 or 1, Binary Digit  Byte = the number of bits used to represent letters, numbers and special characters.
Advertisements

Using Binary Coding Information Remember  Bit = 0 or 1, Binary Digit  Byte = the number of bits used to represent letters, numbers and special characters.
Processing Data.
MCT260-Operating Systems I Operating Systems I Using Text Editors.
Data Representation in Computers
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Data Storage. SIGN AND MAGNITUDE Storing and representing numbers.
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Date: Session III Topic: Number Systems Faculty: Anita Kanavalli Department of CSE M S Ramaiah.
COMPUTER FUNDAMENTALS David Samuel Bhatti
Lesson Objectives Explain the use of binary codes to represent characters Explain the term “Character set” Describe with examples (for examples ASCII and.
CODING SYSTEMS CODING SYSTEMS CODING SYSTEMS. CHARACTERS CHARACTERS digits: 0 – 9 (numeric characters) letters: alphabetic characters punctuation marks:
9/15/09 - L3 CodesCopyright Joanne DeGroat, ECE, OSU1 Codes.
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail-
1 herbert van de sompel CS 502 Computing Methods for Digital Libraries Cornell University – Computer Science Herbert Van de Sompel
Chapter 3 Representing Numbers and Text in Binary Information Technology in Theory By Pelin Aksoy and Laura DeNardis.
Representing text Each of different symbol on the text (alphabet letter) is assigned a unique bit patterns the text is then representing as.
Binary Numbers and ASCII and EDCDIC Mrs. Cueni. Data Representation  Human speech is analog because it uses continuous signals (waves) that vary in strength.
Agenda Data Representation – Characters Encoding Schemes ASCII
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.
Chapter 4: Representation of data in computer systems: Characters OCR Computing for GCSE © Hodder Education 2011.
Computer Math CPS120: Data Representation. Representing Data The computer knows the type of data stored in a particular location from the context in which.
Chapter 2 Computer Hardware
Binary Arithmetic & Data representation
Computer Structure & Architecture 7c - Data Representation.
1 INFORMATION IN DIGITAL DEVICES. 2 Digital Devices Most computers today are composed of digital devices. –Process electrical signals. –Can only have.
CS151 Introduction to Digital Design
Computer System Basics 1 Number Systems & Text Representation Computer Forensics BACS 371.
Section 3.1: Number Representation Practice HW (not to hand in) From Barr Text p. 185 # 1-5.
CISC1100: Binary Numbers Fall 2014, Dr. Zhang 1. Numeral System 2  A way for expressing numbers, using symbols in a consistent manner.  " 11 " can be.
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.
Data Representation, Number Systems and Base Conversions
The character data type char. Character type char is used to represent alpha-numerical information (characters) inside the computer uses 2 bytes of memory.
Representation of Characters
Agenda Character representation Numerical Conversions ASCII EBCDIC
Data Representation. What is data? Data is information that has been translated into a form that is more convenient to process As information take different.
M204 - Data Representation
ASCII AND EBCDIC CODES By : madam aisha.
2. Data Formats. Introduction Examples pp Real World Data Computer Data Input device Dear Mom: Keyboard … Digital camera …
Understanding Computers
THE CODING SYSTEM FOR REPRESENTING DATA IN COMPUTER.
1.4 Representation of data in computer systems Character.
Introduction to computer science Lec2 cs111. Extended Binary Coded Decimal Interchange Code (EBCDIC) is an 8- bit character encoding used mainly on.
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
Binary Representation in Text
Binary Representation in Text
Understanding binary Understanding Computers.
Binary 1 Basic conversions.
Day 6 - Encoding and Sending Formatted Text
3.1 Denary, Binary and Hexadecimal Number Systems
Data Transfer ASCII FILES.
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
Representing Nonnumeric Data
Lecture 3 ISE101: Computing Fundamentals
Ch2: Data Representation
Presenting information as bit patterns
COMS 161 Introduction to Computing
COMS 161 Introduction to Computing
Learning Intention I will learn how computers store text.
FIGURE 1-1 Examples of Voltage Ranges and Waveforms for Binary Signals
Chapter 3 - Binary Numbering System
ASCII and Unicode.
Presentation transcript:

Information Coding Schemes Group Member : Yvonne Tiffany Jurifah bt Junaidi Clara Jane George

Definition :  The combination of 0s and 1s that represent characters are defined by pattern called “coding scheme.” What Are Coding Scheme? To map between binary codes and its corresponding alphanumeric characters. Provide the means to make it easier for human to interact with computer.

Coding System Used In Data Processing ASCII EBCDIC UNICODE

I. ASCII -American Standard Code for Information Interchange. -It encodes 128 specified characters into 8-bit binary integers. It defines 95 printable characters, including the space (which is considered an invisible graphic), and 32 non-printing control characters. Printable CharactersControl Characters -That does not represent a written symbol. -Use to control the peripherals such as printers. -Represent letters, digits, punctuation marks, and a few miscellaneous symbols. -There are 95 printable characters in total.

Types of ASCII Lower ASCII Originates from the older American systems. Works on 7-bit character table. Represents 0 to 128 values. Higher ASCII Characters are based on the language of your operating system or program you are using. Works 8-bit character table. Represents 128 to 255 values.

II. EBCDIC -Extended Binary Coded Decimal Interchange Code. -Is a binary code for alphabetic and numeric characters that IBM developed for its larger operating systems. -It is the code for text files that is used in IBM's OS/390 operating system for its S/390 servers. -In an EBCDIC file, each alphabetic or numeric character is represented with an 8-bit binary number possible characters are defined. -EBCDIC is a competing standards with ASCII. -ASCII and EBCDIC schemes assigns different characters to the number of binary code. CharacterDP3 EBCDIC ASCII

III. UNICODE -The Unicode is a character coding system designed to support the worldwide interchange, processing, and display of the written texts of the diverse languages and technical and mathematical of the modern world. In addition, it supports classical and historical texts of many written languages. -8 bits (UTF-8) -16 bits (UTF-16) -32 bits (UTF-32) Can represent up to 65,000 of characters and symbols. Has unique number code between U+0000 to U+10FFFF. Implemented in OS.

Differences Between ASCII, EBCDIC & UNICODE