answersLogoWhite

0

Multiply by 16.

ANSWER: The answer is bcd 11 = 3 111 = 7 1111 i= F

01111 =E and so foirth

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How to Convert hex to bcd through an assembly program?

check this link for the code:http://www.dnatechindia.com/index.php/Code-Library/8051_ASSEMBLY/12-bit-HEX-to-BCD-Convertor.htmlhttp://www.dnatechindia.com/index.php/Code-Library/8051_ASSEMBLY/8-bit-HEX-to-BCD-convertor.htmlA: The conversion is simple really a group of FOUR bits are usually the best method to simplify a BCD of four bits in hexadecimal. Example 1111 is just written F If it was written in octal the bits will be 3 as 111 or 7. As BCD becomes longer and longer these two methods were used to simplify the code a128 bits in BCD will be 8 zeros and ones or simply FF in octal notation it becomes 277


Bcd to hex conversion using 8086 instruction?

To convert BCD (Binary-Coded Decimal) to hexadecimal using the 8086 instruction set, you can use the AAM (ASCII Adjust AX After Multiply) instruction after performing the necessary arithmetic operations. First, load the BCD value into a register (e.g., AL), then multiply it by 10 if needed to adjust for BCD format. Finally, use AAM to convert the resulting value into hexadecimal format, where the high and low nibbles of AL will represent the hexadecimal digits. Make sure to handle any values that exceed the BCD range appropriately.


Is it possible to convert the hex code into a source code?

yes.


How do you count from binary to decimal?

An easy way to convert from binary to dec and to hex is to use the ASCII chart. It has listings for every command and symbol a computer will recognize.


How do you make the password character in Microsoft visual basic c plus plus?

The password character is usually an asterisk. ASCII code 42 (hex:2a).


Free software to convert hex code into assembly?

"http://wiki.answers.com/Q/Free_software_to_convert_hex_code_into_assembly_language"


What common method of obfuscation is used in most real world SQL attacks?

The ASCII HEX Encoded/Binary String method of obfuscation has been very popular, although there are new methods that have been suggested. By using the ASCII HEX Encoded/Binary String method, the resulting code injection is difficult to identify as a threat.


Free software to convert hex code into assembly language?

"http://wiki.answers.com/Q/Free_software_to_convert_hex_code_into_assembly_language"


What is the ASCII code in binary and in decimal for a lowercase z?

Lowercase z is 122 decimal, 7a hex and 1111010 binary.


New line character in c and how to use it?

In code, you'd actually do something like so: '\n'. Actually, the ASCII code of the Line Feed is 10 (0A hex), and the code of the Carriage Return is 13 (0D hex).


What is ascii value of smily face?

There is no ASCII value of :-) ASCII encodes only single characters, assigning a numerical 0-127 value to each character. However, if you want the ASCII encoding of a smiley, here's some samples (using Hex values): :-) 0x3A2D29 :) 0x3A29


Is a 74ls48 hex schmitt trigger the same or similar enough to substitute for CD40106BCN hex schmitt trigger?

Certainly not. The 74LS48 is a BCD to 7 segment decoder, and the CD40106 is a hex schmitt trigger inverter. A 7 segment display is the type of numeric display that consists of seven bars that form an 8 when all of them are lit. The LS48 takes a 4 bit BCD word and figures out which bars to light up.