Question

Convert the number 100100112 into hexidecimal. Write your answer in the format 0xHHHH... Where H's are...

Convert the number 100100112 into hexidecimal.

Write your answer in the format 0xHHHH... Where H's are hexidecimal digits. Do not include leading 0's (zeroes). Write hexidecimal digits , A-F, in capitals.

Homework Answers

Answer #1

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

using this table for converting binary to hexadecimal

10010011 => 1001 0011
1001 is 9
0011 is 3

Answer: 0x93
Know the answer?
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
Similar Questions
1.What is the 8-bit 2's complement, 1's complement,sign-magnitude representation of 1710? Write your answer in the...
1.What is the 8-bit 2's complement, 1's complement,sign-magnitude representation of 1710? Write your answer in the format 0xHHHH... Where H's are hexidecimal digits. Include leading 0's (zeroes). Write hexidecimal digits, A-F, in capitals. 2.What is the 7-bit 1's complement representation of 10101012? 3.What is the 6-bit sign-magnitude representation of 1001012? Write your answer in decimal. 4.Given that you are working with a 3-bit 2's complement system. What is the additive inverse of -4? That is, -4 + ? = 0...
3.  What is the bit pattern represented by the hexidecimal notation 6E? Answer format: two 4-bit patterns....
3.  What is the bit pattern represented by the hexidecimal notation 6E? Answer format: two 4-bit patterns. Include all leading and trailing zeros. (e.g., 1010 1010) 4.Express the following bit pattern in Hexedecimal notation: 1111 0010 1000 Answer format: for each 4-bit pattern, enter a single character. Can be either a capital letter or a digit. (e.g., AB9) 5. Suppose that a color digital photo has 512 pixels per row and 512 pixels per column, and that each pixel requires two...
Convert the following decimal numbers into IEEE single precision format. Give your answer in hexadecimal. Show...
Convert the following decimal numbers into IEEE single precision format. Give your answer in hexadecimal. Show all work A) -15.5625 B) 10.9375
Convert a 10 digit binary number that has 3 decimal digits (of your own choosing) to...
Convert a 10 digit binary number that has 3 decimal digits (of your own choosing) to decimal (show all steps) . Find the twos complement of the following number: (show all steps) 88 decimals (first convert to binary)
Python program. Write a python program that can convert any radix-d (arbitrary base) number to the...
Python program. Write a python program that can convert any radix-d (arbitrary base) number to the equivalent radix-e (another arbitrary base) number. Where e and d are members in [2, 16]: Hints: The easiest approach is - you can convert the radix-d number to decimal one first, and then convert the decimal number to the radix-e number.
Convert the decimal number 147 base 10 to base 3. However, do this using a POWER...
Convert the decimal number 147 base 10 to base 3. However, do this using a POWER SERIES EXPANSION of the form 147_10=a_2 *R^2+a_1*R^1+a_0*R^0, where R is the number 10 in the base of the number you want to convert to (3) (i.e., R=10_3) and {a_0, a_1,a_2} are the coefficients represented in base 3. Verify your answer using the "division method". Show all your work and all steps.
Using MATLAB or Octave, use documenting code to Write a script that prompts the user for...
Using MATLAB or Octave, use documenting code to Write a script that prompts the user for an integer between 0 and 9999, inclusive. The script should then calculate the digit in each of the 1000’s, 100’s, 10’s, and 1’s place of the number. Create a variable for each of the 4 extracted digits. For example, if your variables are named nThousands, nHundreds, nTens, and nOnes, then, in the case of 9471, they would be end up being set to 9,...
1. A firm production function is given by q(l,k) = l0.5·k0.5, where q is number of...
1. A firm production function is given by q(l,k) = l0.5·k0.5, where q is number of units of output produced, l the number of units of labor input used and k the number of units of capital input used. This firm profit function is π = p·q(l,k) – w·l – v·k, where p is the price of output, w the wage rate of labor and v the rental rate of capital. In the short-run, k = 100. This firm hires...
Directions: Convert the following problems below to c++ equivalent code Problem 6: Get a random number...
Directions: Convert the following problems below to c++ equivalent code Problem 6: Get a random number from the user Remember the original number Add 3 to the number Double the number and then multiply by Knock off the last digit (remove the 1’s place) Finally remove the original number What is the result? Problem 7: 1: Have the person write down any three digits number with decreasing digits (432 or 875). 2: Reverse the number you wrote in #1. 3:...
Please provide answer in the format that I provided, thank you Write a program that prompts...
Please provide answer in the format that I provided, thank you Write a program that prompts the user to input a string. The program then uses the function substr to remove all the vowels from the string. For example, if str=”There”, then after removing all the vowels, str=”Thr”. After removing all the vowels, output the string. Your program must contain a function to remove all the vowels and a function to determine whether a character is a vowel. You must...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT