answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the code for the number 1 in EBCDIC?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Computer use special code for representing letter and number knows as the?

ASCII, EBCDIC and Unicode


What is the ebcdic code for the letter B?

0xC2


What are the advantages and disadvantages of EBCDIC?

EBCDIC (Extended Binary-Coded Decimal Interchange Code) is a character encoding system used by IBM mainframe computers. It is a binary code used to represent character data, and is an extension of the earlier ASCII code. EBCDIC is used primarily on IBM mainframe computers, and its variants are used on IBM midrange computers. EBCDIC has a number of advantages over ASCII. First, it is a more efficient code, requiring fewer bits to represent a character. Second, it allows for more characters to be represented, including accented characters and non-Latin alphabets. Third, it has built-in error-checking features that ASCII does not have. However, EBCDIC also has a number of disadvantages. First, it is not as widely used as ASCII, so there is less software available that can work with it. Second, it is not as easy to convert data from EBCDIC to ASCII (or vice versa) as it is with ASCII. Finally, EBCDIC is a proprietary code, developed and owned by IBM, so it cannot be used by other computer manufacturers without a license from IBM.


What code is used in present day computing was developed by IBM corporation?

EBCDIC Code


What is the expansion of ebcdic?

extended binary coded decimal interchange code


What is that EBCDIC?

EBCDIC is Extended Binary Coded Decimal Interchange Code. It was the character encoding scheme developed and used by IBM. EBCDIC is completely overshadowed by ASCII and ASCII's big brother, Unicode. EBCDIC is very difficult to use, as the alphabet is non-contiguous and the encoding makes no logical sense.


What is a EBCDIC?

EBCDIC code stands for extended binary coded decimal interchange code....it is an 8 bit code and can provide 256 different characters..it is used on ibm mainframes and on other large computers.. EBCDIC code stands for extended binary coded decimal interchange code....it is an 8 bit code and can provide 256 different characters..it is used on ibm mainframes and on other large computers..


What do the letters EBCDIC stand for?

Extended Binary Coded Decimal Interchange Code


What is full form of ebcdic?

Extended binary coded decimal interchange code


What code used in present day computing was developed by IBM corporation?

EBCDIC


Where and how does EBCDIC encode the sign of a number?

It doesn't. EBCDIC is a code for encoding characters, not numbers. Of course you can store numbers in an alphanumeric variable, in which case you would use the minus sign for a negative number; but usually, numbers are stored in a more compact format. For example, 2's complement is commonly used to store integers.


Why was bcd code extended to ebcdic code?

The major problem with BCD code is that only 64 (2 to the power 6) different charactor can be represented in it. this is not sufficient for providing decimal numbers (10), lower case letters (26), and large number of other special characters (28+) Rajesh Rajput se.rajesh.rajput@gmail.com ...And EBCDIC was obsoleted by ASCII because EBCDIC did not use continuous coding (all the letters of the alphabet in increasing binary values), and because IBM made it difficult for others to use.