Question

1. Do the following base conversions. (10 pts)       a. Convert the binary number 110100 to...

1. Do the following base conversions. (10 pts)

      a. Convert the binary number 110100 to decimal                                                          

      b. Convert the decimal number 94 to hexadecimal                    

      c. Convert the binary number 10111011 to hexadecimal                      

      d. Convert the hexadecimal number B3 to binary                            

      e. Convert the hexadecimal number 39E to binary                    

2. The Starship Enterprise is visiting a planet where the inhabitants have 7 fingers. Not surprisingly, they use a base 7 numbering system. The planet provides a beam-down coordinate of 5416 (in base 7). Translate this to base 10 so the crew can safely go on shore leave. (Hint: use place values) (5 pts)

3. An Ethernet frame contains 900 bytes of payload data. You will need to look up the length of the header and trailer. Calculate the percentage of the frame that is overhead (do not include the preamble in the frame). (5 pts)

4. Assume an Ethernet frame is to carry 30 bytes of payload data. What is the size of the frame in bytes? You will need to look up the length of the header and trailer. (do not include the preamble in the frame, but do include padding if necessary) (5 pts)

5. An ISP has CIDR block 134.103.128.0/17. The ISP wants to create 4 sub-blocks from this block. (5 pts)

a.How many bits should the ISP add to the mask for the subblocks?

b.What are the addresses (in dotted decimal, with the mask in slash format) for each subblock?

c.What is the maximum number of hosts in each subblock?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1. Do the following base conversions. (10 pts)

a. Convert the binary number 110100 to decimal
0 * 2^0 + 0 * 2^1 + 1 * 2^2 + 0 * 2^3 + 1 * 2^4 + 1 * 2^5 = 0 + 0 + 4 + 0 + 16 + 32 = 52 base 10.
  
b. Convert the decimal number 94 to hexadecimal
94 / 16 = 5   with a remainder of 14 (E).
5 / 16 = 0   with a remainder of 5 (5).
So, 94 base 10 = 5E base 16.
  
c. Convert the binary number 10111011 to hexadecimal
1011 1011.
1011 in hexadecimal = B.
So, the number 10111011 base 2 equals BB base 16.
  
d. Convert the hexadecimal number B3 to binary
B's binary equivalent is: 1011.
3's binary equivalent is: 0011.
So, binary value is: 1011 0011.
  
e. Convert the hexadecimal number 39E to binary
3's binary equivalent is: 0011.
9's binary equivalent is: 1001.
E's binary equivalent is: 1110.
So, binary value is: 0011 1001 1110.

Add a comment
Know the answer?
Add Answer to:
1. Do the following base conversions. (10 pts)       a. Convert the binary number 110100 to...
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
  • Need help on these question please!!! 8. How many bytes of overhead are there in an...

    Need help on these question please!!! 8. How many bytes of overhead are there in an Ethernet frame? Include the header and trailer, but do not include the preamble in the frame. You will need to look up the length of the header and trailer. 8a. An Ethernet frame contains 500 bytes of payload data, which is an encapsulated IP packet from layer 3. Calculate the percentage of the frame that is overhead (do not include the preamble in the...

  • 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...

  • Problem 1. (20 pts) Convert the following number to hexadecimal a. (5 pts)) Convert 4.2 to...

    Problem 1. (20 pts) Convert the following number to hexadecimal a. (5 pts)) Convert 4.2 to binary form using six digits for the fractional part b. (5 pts) Convert the result you obtained in the previous item back to decimal, with at least five digits in the fractional part. What is the absolute error that you get when the result is compared to the original number. c. (5 pts) Convert directly, without using the result in item a 4.2 to...

  • binary conversions. please help. thank you! Convert the following Binary number to Base 8 4. 1111...

    binary conversions. please help. thank you! Convert the following Binary number to Base 8 4. 1111 1001 0110 0001 1001 0101 1101 1010 1110 0010 0101 Convert the following Base 8 number to binary 5. 200076524, Convert the following Base 8 number to Base 16 6. 1177662231

  • 1. Perform the following base conversions using subtraction or division-remainder: a) 58810 = _________ 3 b)...

    1. Perform the following base conversions using subtraction or division-remainder: a) 58810 = _________ 3 b) 225410 = _________ 5 c) 65210 = _________ 7 d) 310410 = _________ 9 e) 13710 = _________ 3 2. Perform the following base conversions: a) 201013 = _________ 10 b) 23025 = _________ 10 c) 16057 = _________10 d) 6879 = _________ 10 3. Convert the following decimal fractions to binary with a maximum of six places to the right of the binary...

  • In the following problems, you are asked to convert from one number base to another. I...

    In the following problems, you are asked to convert from one number base to another. I am aware that there are calculators that will do this for you. Thus, you must show all your work to get credit for these problems. 1. (3 points) - Convert the 8-binary binary expansion (0101 1001 ), to a decimal expansion. 2. (3 points) - Convert the following decimal expansion ( 124 ).o to an 8-bit binary expansion. 3. (2 points) - Convert the...

  • In the following problems, you are asked to convert from one number base to another. I...

    In the following problems, you are asked to convert from one number base to another. I am aware that there are calculators that will do this for you. Thus, you must show all your work to get credit for these problems. 1. (3 points) – Convert the 8-binary binary expansion ( 0110 1001 )2 to a decimal expansion. 2. (3 points) – Convert the following decimal expansion (142)10 to an 8-bit binary expansion. 3. (2 points) – Convert the following...

  • Hexadecimal and binary numbers questions. Can someone do number #5 and 6 only? Thank you. 5....

    Hexadecimal and binary numbers questions. Can someone do number #5 and 6 only? Thank you. 5. (2 pts) Write, in hexadecimal, the largest (unsigned) number that can be stored in 32 bits. 6. (2 pts) How many hexadecimal digits are required to write down a 2048-bit number? 7. (2 pts) How many hexadecimal digits are required to write down a 320-byte number? 8. (2 pts) How many bytes does it take to store a 128-bit number in a computer?

  • 1. (10 points) Answer the following question. #1. Perform the following base conversions using subtraction or...

    1. (10 points) Answer the following question. #1. Perform the following base conversions using subtraction or division-remainder: a) 13710 b) 248,0 = c) 38710 = d) 63310= #2. Perform the following base conversions. a) 20012, = b) 4103, = c) 3236, = d) 1378, = #3. Convert the following decimal fractions to binary with a maximum of six places to the right of the binary point: a) 25.84375 b) 57.55 #4. Convert the hexadecimal number DECAF 16 to binary.

  • Question 1 2 pts Convert the following numbers to decimal (modern or base 10) numbers. a)...

    Question 1 2 pts Convert the following numbers to decimal (modern or base 10) numbers. a) Roman numerals: XXIV b) binary: 11012 c) hexadecimal: 2A16 a) 26 b) 13 c) 42 a) 24 b) 13 c) 42 a) 24 b) 12 c) 42 a) 24 b) 13 c) 30

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