Question

In: Computer Science

Please don’t just write the final answers. Please show the steps for each question (via text,...

Please don’t just write the final answers.

Please show the steps for each question (via text, arrows, grouping, etc)

1. Use the grouping method to convert the following binary number to (a) octal and (b) hexadecimal:

a. 10101101010112

2. Use the grouping method to convert the following numbers to binary:

a. 64358   - b. 4F1A16

Solutions

Expert Solution

1)
to hexadecimal:
----------------
Adding 3 zeros on left hand side of this number to make it's length a multiple of 4
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 binary to hexadecimal
Converting 0001010110101011 to hexadecimal
0001 => 1
0101 => 5
1010 => A
1011 => B
So, in hexadecimal 0001010110101011 is 0x15AB

to octal:
-----------
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 001010110101011 to octal
001 =>  1
010 =>  2
110 =>  6
101 =>  5
011 =>  3
So, in octal 001010110101011 is 12653

2)
a)
Octal        Binary
    0           000
    1           001
    2           010
    3           011
    4           100
    5           101
    6           110
    7           111
Use this table to convert from Octal to binary
Converting 6435 to binary
6 => 110
4 => 100
3 => 011
5 => 101
So, in binary 6435 is 110100011101

b)
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 4F1A to binary
4 => 0100
F => 1111
1 => 0001
A => 1010
So, in binary 4F1A is 0100111100011010




Related Solutions

11. Show your solutions/ calculations for each question (not just the final answer). Dave’s demand for...
11. Show your solutions/ calculations for each question (not just the final answer). Dave’s demand for good X is given by the following equation: q = 10 - 2p + 0.0004I where q is the quantity demanded at price p when Dave’s income is I. His income is currently $85,000. a. (3 points) At what price will Dave’s demand fall to zero? b. (3 points) If the price of good X is $14, how many will be demanded by Dave?...
*Please show all steps leading to answers* Question: Researchers studying acid rain measured the acidity of...
*Please show all steps leading to answers* Question: Researchers studying acid rain measured the acidity of precipitation in a Colorado Wilderness area for 150 consecutive weeks. Acidity is measured by pH. Lower pH values show higher acidity. The acid rain researchers observed a straight-line pattern over time. They reported that the least-squares regression line: pH = 5.3 - (.0053 * weeks) fit the data well. A. According to the regression line, what was the pH at the beginning of the...
Please show the steps to find answers. A) What are expenses if stockholders'equity at the beginning...
Please show the steps to find answers. A) What are expenses if stockholders'equity at the beginning of the period is $ 820, Revenues is $ 12,000, Stockholders' Equity at the end of the period is $ 2,400, Dividends is $ 2,600, and Additional Investments is 38,700? b) V Company purchases merchandise on account for $6,775 from C Company with credit terms of 3/10, n/30, FOB shipping point. C Company directly pays the shipper $351 cash for freight. What is the...
**Can u show the steps and formula used for each question please and thank you! Super...
**Can u show the steps and formula used for each question please and thank you! Super Sales Company is the exclusive distributor for a high-quality knapsack. The product sells for $120 per unit and has a CM ratio of 25%. The company’s fixed expenses are $405,000 per year. The company plans to sell 14,000 knapsacks this year. 1. What are the variable expenses per unit? 2. Use the equation method for the following: a. What is the break-even point in...
Please just submit text answers for questions a) b) and c) a) Use the “ls -lt...
Please just submit text answers for questions a) b) and c) a) Use the “ls -lt filesize2.c” command to see what the size is reported by OS for this file. In the file “filesize2.c”, the following code segment was originally commented out: Uncomment this block of code. /* fseek(fd, 10L, SEEK_SET); putc(-1, fd); rewind(fd); */ //try uncomment this block, to see what it does. b) Think about what this code segment does. c) Then compile and run the code with...
Please show all the steps you've done to reach the final answer. I am trying to...
Please show all the steps you've done to reach the final answer. I am trying to learn, so please show your work. Typing your answer is important. 1) Find the present worth of earthmoving equipment that has a first cost today of $149,000, an annual operating cost of $65,000, and a salvage value of 20% of the first cost after 5 years, these estimates being in future dollars. Assume that the real interest rate is 8% per year and that...
Please show all the steps you've done to reach the final answer. I am trying to...
Please show all the steps you've done to reach the final answer. I am trying to learn, so please show your work. Typing your answer is important. Parker Hannifin of Cleveland, Ohio, manufactures CNG fuel dispensers. It needs replacement equipment to streamline one of its production lines for a new contract, but it plans to sell the equipment at or before its expected life is reached at an estimated market value for used equipment. Select between the two options using...
Please show all the steps you've done to reach the final answer. I am trying to...
Please show all the steps you've done to reach the final answer. I am trying to learn, so please show your work. Typing your answer is important. 1) There are two potential locations to construct an urgent care walk-in clinic to serve rural residents. Use B/C analysis to determine which location, if any, is better at an interest rate of 8% per year. Location 1 2 Initial Cost, $ 1,200,000 2,000,000 Annual M&O Cost, $/Year 80,000 75,000 Annual Benefits, $/Year...
Please show all the steps you've done to reach the final answer. I am trying to...
Please show all the steps you've done to reach the final answer. I am trying to learn, so please show your work. Typing your answer is important. 1) The CFO of a consulting engineering firm is deciding between purchasing Ford Explorers and Toyota 4Runners for company principals. The purchase price for the Ford Explorer will be $30,750. Annual maintenance costs for the Explorer are expected to be $575 per year more than that of the 4Runner. The purchase price for...
Please show all the steps you've done to reach the final answer. I am trying to...
Please show all the steps you've done to reach the final answer. I am trying to learn, so please show your work. Typing your answer is important. 1) Certain parts for NASA’s reusable space exploration vehicle can be either anodized (A) or powder coated (P). Some of the costs for each process are shown in the table below. The incremental cash flow future worth equation associated with (P-A) is 0 = -53,000(F/P,Δi*P−A,5) + 21,000(F/A,Δi*P−A,5) + 8000 Please provide the answers...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT