answersLogoWhite

0


Best Answer

A binary coding scheme is a method used for representing all of the digits, letters, special characters, and control characters available to a digital computer using groups of 0s and 1s. The two coding schemes in widest use are American Standard Code for Information Interchange (ASCII) and Extended Binary Coded Decimal Interchange Code (EBCDIC). Here are some examples of how the characters A, 7, and $ would be represented in ASCII and EBCIDIC:

ASCII: A=01000001, 7= 00110111, $=00100100

EBCIDIC: A=11000001, 7=11110111, $=01011011

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

There are 2 types of coding.

1. ASCII

2. EBCDIC

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Define binary coding scheme in computer system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

This binary coding scheme was developed by IBM and is primarily used for large computers?

ASCII


The most widely used coding scheme used to represent data?

Binary is the base for all coding in a PC.


What Coding scheme contains a set of 128 numeric codes that are used to represent characters in a computer's memory?

ASCII


Is there a number coding scheme in marikina city?

no


What scheme is the most widely used coding scheme to represent data that is used by most personal computers and servers?

American Standard Code for Information Interchange ASCII is the most widely used coding scheme.


What coding scheme is widely used in microcomputer?

ASCII


Is Data created by a computer system using the ASCII coding scheme can be directly accessed by another computer system using different coding schemes?

Most text encodings are supersets of 7-bit ascii, so in short yes, valid ascii is also UTF8/16, lantin-1 and most other western text encodings, but ascii is most valuable as a data-encoding because it is independent of the endianness of the computer - it takes less space to store most data in binary, but the bit patterns for the same data will vary from computer to computer, making the data less portable


What is a 16-bit coding scheme called?

Unicode


2B1Q and 8B6T are line coding scheme in bipolar category?

multilevel not bipolar


What does 'AAC' mean?

Advanced Audio Coding is a compression & encoding scheme for Audio formats.


What is letter addressing scheme?

A letter addressing scheme has to do with a TCP/IP protocol. Addresses are determined by both decimal and binary counting.


Write short note on ASCII and unicode?

In computer memory, character are represented using predefined character set. Historically 7 bit American Standard Code for Information Interchange (ASCII) code, 8 bit American National Standards Institute (ANSI) code and Extended Binary Coded Decimal Interchange Code(EBCDIC) were used. These coding scheme represents selected characters into 7 or 8 bit binary code. These character schemes do not represent all the characters in all the languages in uniform format. At present Unicode is used to represent characters into the computer memory. Unicode provides universal and efficient character presentations and hence evolved as modern character representation scheme. Unicode scheme is maintained by a non-profit organization called Unicode consortium. Unicode is also compatible with other coding scheme like ASCII. Unicode use either 16 bits or 32 bits to represent a character. Unicode has capability represent characters from all the major languages in use currently across the world.