answersLogoWhite

0


Best Answer

There are a number of popular coding schemes used in computer processing but ASCII and EBCDIC are the most well known. Both are 8-bit codes using binary numbers to represent data.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the two popular coding schemes used in computer processing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What two popular coding schemes are used in computer processing?

I believe one of them is "binary"


How do coding schemes make it possible for humans to interact with computers?

Coding schemes make it possible for humans to interact with computers by using diffeerent codes. For example, the Binary System, ASCII, and the Unicode.


What is coding in accounts payable?

Coding in accounts payable is invoice processing. Invoice processing involves the handling of incoming invoices and their variations and types.


What is responsible for coding the correct instructions?

central processing unit


Advantage of differential Manchester coding over Manchester coding?

Unlike with Manchester encoding, only the presence of a transition is important, not the polarity. Differential coding schemes will work exactly the same if the signal is inverted (wires swapped).


What are coding schemes?

A single binary digit is called a 'bit'.The number of bits in the data sequences processed by a given computer is called its word size.coding is a process of representing numeric or non-numeric data and instructions in binary.


Matlab coding for line coding scheme?

There is various line coding schemes that can be used in Matlab including Manchester, polar, unipolar, and bipolar. The Matlab language allows you to write these codes in math-based notations making it easy to see solutions.


What has the author A M Kondoz written?

A. M. Kondoz has written: 'Visual media coding and transmission' -- subject(s): Video compression, Coding theory, Multimedia communications, Data transmission systems 'Digital Speech' -- subject(s): Speech processing systems, Coding theory, Signal processing, Digital techniques


Device that has a USB and when you stick it into a computer or printer it will copy all the coding in it and you can alter it but when you stick it back in the coding will be replaced with new coding?

I agree


What is coding system what are the different types of coding system?

a system of coding, different types are batch,vb script, Html, are all on the computer if you have windows


What are The regions of the gene that are eliminated are called?

During mRNA processing, non-coding regions of the transcript are spliced out. These regions are called introns. Coding regions are called exons.


Define binary coding scheme in computer system?

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