Convert The Following Binary Numbers To Decimal: 101110 1110101 and Binary
Convert The Following Binary Numbers To Decimal: 101110 1110101 and Binary
1. Convert the following binary numbers to decimal: 101110; 1110101; and binary
2. Convert the following numbers with the indicated bases to decimal: (12121)3;
(4310)s; (50)7,; and (198)12.
3. Convert the following decimal numbers to binary: 1231; 673; and 1998.
4. Convert the following decimal numbers to the bases indicated.
a. 7562 to octal
b. 1938 to hexadecimal
c. 175 to binary
5. Convert the hexadecimal number F3A7C2 to binary and octal.
6. What is the radix of the numbers if the solution to the quadratic equation
r2 - lOr + 31 = 0 is x = 5 and r = 8?
7. Show the value of all bits of a 12-bit register that hold the number equivalent
to decimal 215 in (a) binary; (b) bi.nary-coded octal; (c) binary coed hexadecimal;
(d) binary coded decimal (BCD).
8. Write your name in ASCII using an 8-bil code with the leftmost bit always
a. Include a space between names and a period after a middle initial.
9. Obtain the 9's complement of the following eight-digit decimal numbers:
12349876; 00980100; 90009951; and 00000000.
10. Obtain the 10's complement of the following six-digit decimal numbers:
123900; 090657; 100000; and 000000.
11. Obtain the l's and 2's complements of the following eight-digit binary
numbers: 10101 1 10; 10000001; 10000000; 00000001; and 00000000.
12. Perform the subtraction with the following unsigned decimal numbers by
taking the 10's complement of the subtrahend.
a. 5250 – 1321 c.. 1753 - 8640
b. 20 - 100 d. 1200 – 250
13. Perform the subtraction with the following unsigned binary numbers by
taking the 2's complement of the subtrahend.
a. 11010 – 10000 c.. 1 1010 - 1101
b. 100 - 1 1 0000 d. 1010100 – 1010100.
14. Perform the arithmetic operations ( +42) + ( - 13) and ( -42) - ( - 13) in binary
using signed-2's complement representation for negative numbers.
15. Perform the arithmetic operations ( +70) + ( +80) and ( -70) + ( -80) with
binary numbers in signed-2's complement representation. Use eight bits to
accommodate each number together with its sign. Show that overflow occurs
in both cases, that the last two carries are unequal, and that there is a
sign reversal.
16. DeteMine by means Via truth table the validily of DeMorgan's theomn for
three variables: (ABC)' • A' + B' + C'.
20. Given the Boolean function F =x'y + xyz':Derive an algebraic expression for the
complement f'.
a.Show that F • F' a=0.
b.Show that F + F' = I.