answersLogoWhite

0

What is decimal code?

Updated: 9/23/2023
User Avatar

Wiki User

10y ago

Best Answer

A Dewey Decimal Code is commonly used in libraries as a method of classifying books. It is merely one popular code for this atsk - I think the Library of Congress uses a different system.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is decimal code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the Dewey decimal code for robotics?

The Dewey Decimal Classification code for robotics is 629.892.


What is the decimal binary code for 30?

Decimal 30 = binary 11110. The decimal binary code (BCD), however, is 11 0000.


What is a decimal code for 01000001?

The decimal equivalent would be 65


How do you spell Quinn in binary code?

In binary: 10100010 11101010 11010010 11011100 11011100 00000000 In hexadecimal: 0x5175696E6E00 10100010 = 0x51 = 'Q' (ASCII character code 81 decimal) 11101010 = 0x75 = 'u' (ASCII character code 117 decimal) 11010010 = 0x69 = 'i' (ASCII character code 105 decimal) 11011100 = 0x6E = 'n' (ASCII character code 110 decimal) 11011100 = 0x6E = 'n' (ASCII character code 110 decimal) 11011100 = 0x00 = 0 (ASCII character code 0 decimal - null-terminator)


What is a 4 BCD code?

A 4 BCD code is a 4 decimal-digit BCD code, thus a 16 digit binary-code. You take the decimal number 3545. It's BCD code is 0011 0101 0100 0101 where every 4 bits represent a decimal digit.


What is the gray code of decimal 7?

0100


What is the binary code 10101010?

In decimal it is 170. It is the ASCII code for the ¬ character.


How do you convert character to decimal integer?

In Excel it is the "code" function. For example, Code("A") = 65


What is the binary code for the decimal number 67?

1000011


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 is the ascii code in binary and decimal for a period?

In hexadecimal, that would be 0x2E, which is equivalent to 46 in decimal, which in binary is 101110.


What is the binary code for the decimal 42.2?

It is 101010.0011 0011 0011 ...