Convert the following binary byte to hexadecimal notation. (5pts)
a)
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 10101010 to hexadecimal
1010 => A
1010 => A
So, in hexadecimal 10101010 is 0xAA
Answer: 0xAA
b)
Converting 11110010 to hexadecimal
1111 => F
0010 => 2
So, in hexadecimal 11110010 is 0xF2
Answer: 0xF2
c)
Converting 10011111 to hexadecimal
1001 => 9
1111 => F
So, in hexadecimal 10011111 is 0x9F
Answer: 0x9F
d)
Converting 10111011 to hexadecimal
1011 => B
1011 => B
So, in hexadecimal 10111011 is 0xBB
Answer: 0xBB
e)
Converting 00011111 to hexadecimal
0001 => 1
1111 => F
So, in hexadecimal 00011111 is 0x1F
Answer: 0x1F
Convert the following binary byte to hexadecimal notation. (5pts) 10101010 = 11110010 = 10011111 = 10111011...
(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
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...
Convert the binary number 0.0110111 to hexadecimal.
Explain how you convert number systems using position notation Convert these binary numbers to decimal 1101 1100 1101 1101 0100 1011 1111 0011 Convert these decimal numbers to binary 4587 6311 Convert these decimal to hexadecimal 54097 45923
Convert the number 205 to binary and hence convert to Hexadecimal (without the use of a calculator, i.e. show the process of the conversions ).
Add the following binary numbers. Then convert each number to hexadecimal, adding, and converting the result back to binary. a.101101101 + 10011011 b. 110111111 +110111111 c. 11010011 + 10001010 d. 1101 1010 111 101 d. Repeat the previous additions by converting each number to hexadecimal, adding, and converting the result back to binary.
Convert each of the following decimal numbers to binary, octal and hexadecimal numbers: (a) 65 (b) 893.
Add the following unsigned binary numbers as shown. a) 01000100 + 10111011 = b) 01011011 + 00011111 = c) 10101100 + 00100100 = showing work would help with future problems
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...
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...