1 / 16

COMPUTER CODES

COMPUTER CODES. Ranjeet Prasad B.Tech(CSE). www.powerpointpresentationon.com. COMPUTER CODES. Computer use binary coding schemes to represent data internally. A group of bits represents every symbol that appears in the data. Group of bits used to represent a symbol is called a “byte”.

thom
Télécharger la présentation

COMPUTER CODES

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. COMPUTER CODES Ranjeet Prasad B.Tech(CSE) www.powerpointpresentationon.com

  2. COMPUTER CODES • Computer use binary coding schemes to represent data internally. • A group of bits represents every symbol that appears in the data. • Group of bits used to represent a symbol is called a “byte”. • 1 byte=8 bits

  3. TYPES OF CODES • BCD CODE • EBCDIC • ASCII • UNICODE

  4. BCD CODE • In computing and electronic systems, binary-coded decimal (BCD) is a class of binary encodings of decimal numbers where each decimal digit is represented by a fixed number of bits, usually four or eight, although other sizes (such as six bits) have been used historically. • Special bit patterns are sometimes used for a sign or for other indications

  5. BCD CODE • BCD represent every decimal by four bit pattern.

  6. EBCDIC • Extended Binary Coded Decimal Interchange Code (EBCDIC) is an 8-bit character encoding used mainly on IBM mainframe and IBM midrange computer operating systems. • EBCDIC descended from the code used with punched cards and the corresponding six bit binary-coded decimal code used with most of IBM's computer peripherals of the late 1950s and early 1960s.

  7. ASCII • The American Standard Code for Information Interchange (ASCII) is a character-encoding scheme originally based on the English alphabet that encodes 128 specified characters - the numbers 0-9, the letters a-z and A-Z, some basic punctuation symbols, some control codes that originated with Teletype machines, and a blank space - into the 7-bit binary integers.

  8. ASCII • ASCII codes represents text in computers , communication equipments and other devices that uses text. • ASCII includes definitions for 128 characters: 33 are non-printing control characters (many now obsolete) that affect how text and space are processed and 95 printable characters, including the space (which is considered an invisible graphic).

  9. ASCII

  10. UNICODE • Unicode provides a unique number for every character, no matter what the platform, no matter what the program, no matter what the language. • Allows for multilingual text using any or all the languages you desire.

  11. BENEFITS UNICODE • Having just one way to process text reduces development and support costs, improves time-to-market, and allows for single version of source code. • Standards insure interoperability and portability by prescribing conformant behavior.  • Easy conversion from legacy code pages.

  12. UNICODE ENCODING FORMS • UTF-8(Unicode Transformation Format-8) • UTF-16(Unicode Transformation Format-16) • UTF-32(Unicode Transformation Format-32)

  13. UTF-8 • This is byte oriented format having all Unicode characters represented as a variable length of one, two, three, or four bytes.

  14. UTF-16 • This is word oriented format having all Unicode characters represented as a variable length encoding of one or two words.(1 word=16 bits)

  15. UTF-32 • This is a double-word oriented format having all unicode characters represented as a fixed length encoding of two words.

  16. THANK YOU

More Related