Question

Convert the decimal -1234 to16-bit binary and 4-digit hexadecimal

Convert the decimal -1234 to16-bit binary and 4-digit hexadecimal

0 0
Add a comment Improve this question Transcribed image text
Answer #1
1234 in binary:
---------------
1234   /  2  result 617    remainder  0
617    /  2  result 308    remainder  1
308    /  2  result 154    remainder  0
154    /  2  result 77 remainder  0
77 /  2  result 38 remainder  1
38 /  2  result 19 remainder  0
19 /  2  result 9  remainder  1
9  /  2  result 4  remainder  1
4  /  2  result 2  remainder  0
2  /  2  result 1  remainder  0
1  /  2  result 0  remainder  1
Read the remainders from bottom to top.
( 1234 )10 = ( 10011010010 )2
1234 in 16-bit decimal is 0000010011010010

-1234 in binary:
-----------------
Ones complement = Invert bits in binary of 1234 = 1111101100101101
Twos complement = Ones complement + 1 = 1111101100101101 + 1 = 1111101100101110
Answer:
1111101100101110

-1234 in hexa decimal:
-----------------------
HexaDecimal    Binary  
0              0000
1              0001
2              0010
3              0011
4              0100
5              0101
6              0110
7              0111
8              1000
9              1001
A              1010
B              1011
C              1100
D              1101
E              1110
F              1111
So, -1234 in hexa decimal is FB2E
Answer:
FB2E

Answer:
1111101100101110 (In binary)
FB2E (In hexa decimal)
Add a comment
Know the answer?
Add Answer to:
Convert the decimal -1234 to16-bit binary and 4-digit hexadecimal
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 2. Convert the following hexadecimal numbers into decimal and binary (32 bit size): (a) A33 (b)...

    2. Convert the following hexadecimal numbers into decimal and binary (32 bit size): (a) A33 (b) ACDC

  • 1. Convert the binary number 10101102 to octal, decimal, and hexadecimal numbers. 2. Convert the decimal...

    1. Convert the binary number 10101102 to octal, decimal, and hexadecimal numbers. 2. Convert the decimal number 236.7510 to binary,octal, and hexadecimal numbers. 3. Add the following two binary numbers: 100111102 and 011110112. Remember to show any carries that are generated along the way. 4. Repeat the previous question, but this time subtract the second binary number from the first. Remember to show any borrows that are required along the way. 5. Determine the encoding of the decimal number 28610...

  • Binary and hexadecimal numbers and ASCII code: Write the binary and hexadecimal equivalent of the decimal...

    Binary and hexadecimal numbers and ASCII code: Write the binary and hexadecimal equivalent of the decimal numbers below: Decimal Binary Hexadecimal 6 __________                __________ __________ 15   __________                __________ __________ 39   __________                __________ __________ 170   __________                __________ __________ Write the binary and decimal equivalent of the following hexadecimal numbers:    Hexadecimal                Binary             Decimal 08                    __________                        __________ 0B                   __________                        __________ 15                    __________                        __________ F3                    __________                        __________ Write the two digit hexadecimal sequence of...

  • P7.16. What range of decimal integers can be represented by a. three-bit binary numbers; b. three-digit...

    P7.16. What range of decimal integers can be represented by a. three-bit binary numbers; b. three-digit octal numbers; c. three-digit hexadecimal numbers?

  • (10pts) Convert the following decimal numbers to binary, octal and hexadecimal numbers a. 27 b. 650...

    (10pts) Convert the following decimal numbers to binary, octal and hexadecimal numbers a. 27 b. 650 vert the following binary numbers to decimal, octal and numbers a. 1101 b. 10101.11 (10pts) Convert the following octal numbers to decimal, binary and hexadecimal numbers (10pts) Convert the following hexadecimal numbers to decimal, binary and octal numbers a. 4F b. 3D65E

  • Convert the following decimal numbers into 8-bit binary: 214 _____________ Convert the following 8-bit binary numbers...

    Convert the following decimal numbers into 8-bit binary: 214 _____________ Convert the following 8-bit binary numbers into decimal: 10110111 ____________________ Convert the following decimal numbers into equivalent hexadecimal numbers: 253 ____________________ Convert the following hexadecimal numbers into equivalent decimal numbers: AE0 ____________________ Convert the following IP addresses into binary. Do not forget to put the period, or dot, between each group of eight binary digits: 206.79.125.83 _____________________________________________________________________ For the following exercises, come up with the subnet address, broadcast address, the...

  • (1) Convert this Hexadecimal to Binary, Octal and Decimal : ABCDEF (2) how the representation of...

    (1) Convert this Hexadecimal to Binary, Octal and Decimal : ABCDEF (2) how the representation of each of these numbers in both two’s complement and sign magnitude formats. Use the following assumptions: ● Assume that the sign magnitude number should be represented in the fewest number of bits possible. ● Assume that the sign bit for negative sign magnitude numbers should be a 1. ● Assume that the two’s complement numbers should be 8 bit numbers. 1. 108 2. -65

  • Why do computers use the binary number system instead of the decimal number? Convert 43_10 to...

    Why do computers use the binary number system instead of the decimal number? Convert 43_10 to binary and hexadecimal. Convert 100111_2 to hexadecimal and decimal Convert 110101_2 to its 2's complement representation. What is the largest Hex value that can be moved into 8-bit register 16-bit register What are the decimal equivalents of these Hex values?

  • Homework 1: Q1: Convert the following binary number to decimal. • 11001100100.00011 Q2: Convert the following...

    Homework 1: Q1: Convert the following binary number to decimal. • 11001100100.00011 Q2: Convert the following decimal number to binary. • 1365.1234 Q3: Convert the following both to octal and hexadecimal. • (10110100000101.1011)2 (16001.567)10 (directly convert to octal and hexadecimal without converting to binary) Q4: Convert the following hexadecimal number to decimal, octal, and base 4. . ABCD.EF Q5: Convert (375, 765)10 to base 7. Q6: Convert (12310)4 to base 5. Q7: Convert (35421)6 to decimal. Q8: Convert (1991)10 first...

  • ord Paragrapth Styles 1 Perform the following conversions Convert 51 (decimal) to binary and to hex...

    ord Paragrapth Styles 1 Perform the following conversions Convert 51 (decimal) to binary and to hex a b. Convert 0xDI (hexadecimal) to binary and to decimal c. Convert Ob11001001 (binary) to hex and to decimal 2. Find the 2's complement of the following 4 bit numbers a 1101 b 0101 3. Perform the following 4 bit unsigned operations. For each, indicate the 4-bet result and the carry bit, and indicate if the answer is correct or not a. 5+8 b....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT