a.
101010 X 1101
101010
000000X
101010XX
101010XXX
Ans=1000100010
b. 11011011 X 11010011
11011011
11011011X
00000000XX
00000000XXX
11011011XXXX
00000000XXXXX
11011011XXXXXX
11011011XXXXXXX
Ans = 1011010010000001
c.
426 x 135 (octal)
= 100010110 x 1011101
= 110010011111110 (on similar ways as above)
= 62376 (octal)
d.
B23D x 21 (Hex)
= 1011001000111101 x 100001
= 101101111100111011101
= 16F9DD (Hex)
4. Multiply the following numbers: a. 101010 x 1101 (binary) b. 11011011 x 11010011 (binary) c....
(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
3) Convert the binary expansion of the two numbers to octal expansion. Then multiply the two numbers. Then convert to decimal expansion. (100 1101) (1110 0110)
2. Convert the following numbers from binary to decimal. a. 1100012 = b. 11100112 = 3. Convert the following numbers from decimal to binary. EET 1131 Unit 1 Practice sheet -2 a. 6610 = b. 9210 = 4. Convert the following numbers from binary to hexadecimal. a. 1101010012 = b. 11110112= 5. Convert the following numbers from hexadecimal to binary. a. 6C116= b. 83F16 = 6. Convert the following numbers from hexadecimal to decimal. a. 1A2F16 = b. 83F16 =...
Convert each of the following binary numbers to its equivalent Octal and Hexadecimal a.10010101001.0010110101 b.101010101011.1011101 c.101001110.0111011 d.1010110110.1011 e.10111000110.01011 f.10100110110011.10101010
Convert each of the following decimal numbers to binary, octal and hexadecimal numbers: (a) 65 (b) 893.
Exercise 1.25 Convert the following decimal numbers to unsigned binary numbers Exercise 1.31 Repeat Exercise 1.29, but convert to 8-bit sign/magnitude numbers KExercise 1.32 Repeat Exercise 1.30, but convert to 8-bit sign/magnitude numbers (a) 4210 (b) 6310 Exercise 1.33 Convert the following 4-bit two's complement numbers to 8-bit two's complement numbers. (c) 22910 (d) 84510 (a) 0101 b) 1010 XExercise 1.26 Convert the following decimal numbers to unsigned binary numbers. Exercise 1.34 Convert the following 4-bit two's complement numbers to...
5. Write a Complete C++ program which can produce the same result as shown below, i.e. convert numbers procedurally from decimal to binary, octal and hexadecimal. Microsoft Office 365 Excel supports number conversion from one base to another, for example from Decimal to Binary, Octal, Hexadecimal etc. One such example screen shot is attached here: Binar Deci mal Hexadeci Octal mal y 010 0 0 11 2 10 2 3/11 3 4 100 4. 4 5101 5 5 6110 6...
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
#6 please a-f
Assignment 1 List the binary, octal and hexadecimal numbers from 32 to 64 2 What is the exact number of bytes in a system that contains (a) 64K bytes, (b) 128M bytes, and (c) 32G bytes? 3 Convert the following numbers with the indicated bases to decimal and binary (a) (2305)s (b) (248)12 (c) (125)s (d) (371) 4 What is the largest binary number that can be expressed with 16 bits? What are the equivalent decimal and...
Please need Help: (a) Find the binary expansion of 132. (b) Find the binary expansion of 13254. 2. (a) Find the decimal expansion of (1101 1111)2. (b) Find the decimal expansion of (111 1011 1011 1011)2. 3. (a) Find the hexadecimal expansion of (75634120)8. (b) Find the octal expansion of (AB09B3ACBEF)16. 4. (a) Find the hexadecimal expansion of (F07)16+(DAB3E)16. (b) Find the octal expansion of (643)8Å~(75)8.