Question

In: Computer Science

Convert hexadecimal BEEF to base 2 and 8 using grouping (No mathematics). Please show all work.

Convert hexadecimal BEEF to base 2 and 8 using grouping (No mathematics). Please show all work.

Solutions

Expert Solution

1)  base-2
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
Use this table to convert from hexadecimal to binary
Converting BEEF to binary
B => 1011
E => 1110
E => 1110
F => 1111
So, in binary BEEF is 1011111011101111
Answer: 1011111011101111

2)  base-8
Adding 2 zeros on left hand side of this number to make it's length a multiple of 3
Octal   Binary
    0           000
    1           001
    2           010
    3           011
    4           100
    5           101
    6           110
    7           111
Use this table to convert from binary to Octal
Converting 001011111011101111 to Octal
001 => 1
011 => 3
111 => 7
011 => 3
101 => 5
111 => 7
So, in Octal 001011111011101111 is 137357
Answer: 137357



Related Solutions

1. Convert 5.5 to hexadecimal notation using IEEE 754 single precision. Please show your work and...
1. Convert 5.5 to hexadecimal notation using IEEE 754 single precision. Please show your work and answer must be in hexadecimal notation. 2. (4 points) Convert -7.875 to hexadecimal notation using IEEE 754 single precision. Please show your work and answer must be in hexadecimal notation.
1a. Convert 67 (base 10) to 8-bit binary using signed magnitude. Show your work. 1b. Convert...
1a. Convert 67 (base 10) to 8-bit binary using signed magnitude. Show your work. 1b. Convert 69 (base 10) to 8-bit binary using one’s complement. Show your work 1c. Convert 70 (base 10) to 8-bit binary using two’s complement. Show your work. 1d. Convert - 67 (base 10) to 8-bit binary using signed magnitude. 1e. Convert - 67 (base 10) to 8-bit binary using ones compliment. Show your work. 1f. Convert - 67 (base 10) to 8-bit binary using 2s...
Convert 110.7510 to binary ______ and hexadecimal ______. Show the answer in both binary and hexadecimal....
Convert 110.7510 to binary ______ and hexadecimal ______. Show the answer in both binary and hexadecimal. There are ____________ kilobytes in a megabyte. Convert -13210 to a 16-bit 2’s complement in binary ____________ and hexadecimal ______________.
Convert the hexadecimal number directly to base 4; then convert both the original number and your...
Convert the hexadecimal number directly to base 4; then convert both the original number and your answer to binary to check your result. Please show steps and explain
Convert the following numbers to 32-bit, 2s compliment binary and hexadecimal formats. Show your work in...
Convert the following numbers to 32-bit, 2s compliment binary and hexadecimal formats. Show your work in recursive division form. 899726616 1656906428 -77102817 -251026154
Identify the Bronsted acid and base in each of the following equations: Please show all work...
Identify the Bronsted acid and base in each of the following equations: Please show all work on how you got the answer so I can understand. HNO3 + H2O
How to convert 27354 in base 8 to base 16?
How to convert 27354 in base 8 to base 16?
1.) Please show all work a.) Draw the reaction for imidazole, a weak base, ionizing water....
1.) Please show all work a.) Draw the reaction for imidazole, a weak base, ionizing water. You might need to look up the structure of imidazole and be careful about where you protonate or deprotonate it. Label all acids and bases and conjugate pairs. b.) Find the pH of a strong base solution: 250 mM Mg(OH)2 c.) Find the pH of a weak base solution: 250 mM NH3 (Kb = 1.75 × 10–5)
Please solve all of the questions, questions 1, 2, and 3. Please show all work and...
Please solve all of the questions, questions 1, 2, and 3. Please show all work and all steps. 1.) Find x(t) = Σ aktk such that tx'' = x 2.) Find x(t) = Σk>=0 aktk such that x'' = tx + 1 and x(0) = 0, x'(0) = 1 3.) Using the Frobenius method, solve t2x'' - 3tx' + (4-t)x = 0
Please show all work and all units Using the following Equilibrium equation.... CO2(g) + H​2(g) <--->...
Please show all work and all units Using the following Equilibrium equation.... CO2(g) + H​2(g) <---> CO (g) + H2O (g) InitIal pressures for all are 0.10 atm... Kc = 0.64 at room temperature A) Calculate Kp value for rxn ​B) Calculate Rxn Qp ​C) To reach equilibrium, what direction must rxn proceed to reach equilibrium? ​D) Construct ICE Table for this equilibrium ​E) Solve for X and calculate the equilibrium pressures of each species.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT