answersLogoWhite

0

3487534^9273##32413%!435134581-123134123445555&&w3481762381a18762>er9879dy9226dgh25hg8h9YH97H9774gh9d834yh9yfq 3487q6328ryh9q23hrq92384hrq23r oiu0908h9864829374198735019863513=a987987763274%69187^%858598gfg5jhgJHG8739897998735jh9yhdasd4234394859345ehf394hf444f4h0h58f1n3vn29-nv123=

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Computer Science
Related Questions

What is the difference between weighted and non weighted codes?

what is weighted codes: The decimal value of a code is obtained summing up the positional values. weghted binary code s are those which obey positional weighting principle. each position of number represents a specific weight. There are millions of weighted code The most common one is 8421 Non weighted codes: This codes are not positionaly weghted. each position with in the binary no is not assgned to afixed value.Examples of nonweghted code is ASCCI, GREY CODE, EBCDIC CODE etc


What is gray xs3 code means?

The Gray XS3 code, also known as Excess-3 code, is a non-weighted code used to express decimal numbers. It is a modification of the standard binary-coded decimal (BCD) code, where each decimal digit is represented by its corresponding 4-bit binary equivalent, but with an offset of 3 added to it. This ensures that valid decimal digits (0-9) are represented as binary values in the range of 0011 to 1100. The Gray XS3 code is useful in digital systems for simplifying certain types of logic operations and error detection.


Will a Winchester 1300 ranger slug barrel fit a Winchester xs3 shotgun?

No, a Winchester 1300 Ranger slug barrel will not fit a Winchester XS3 shotgun. The two shotguns have different designs and specifications, and their barrels are not interchangeable. Always ensure compatibility between firearm components before attempting any modifications or replacements.


Explain binary coded decimal?

Binary Coded Decimal (BCD) is a set of coding systems for storing decimal digits in binary code. There are several such codes, I will give examples of 3: straight BCD, XS3 BCD, and 2 of 5 BCD. Straight BCD uses the actual binary value of the decimal digit value: 0 = 0000 1 = 0001 2 = 0010 3 = 0011 4 = 0100 5 = 0101 6 = 0110 7 = 0111 8 = 1000 9 = 1001 XS3 BCD adds 3 to the binary value of the decimal digit value to make the code: 0 = 0011 1 = 0100 2 = 0101 3 = 0110 4 = 0111 5 = 1000 6 = 1001 7 = 1010 8 = 1011 9 = 1100 2 of 5 BCD uses a 5 bit code where only 2 bits can be on in a decimal digit's code: 0 = 00011 1 = 11000 2 = 10100 3 = 10010 4 = 10001 5 = 01100 6 = 01010 7 = 01001 8 = 00110 9 = 00101