0% found this document useful (0 votes)
153 views2 pages

Convert The Following Binary Numbers To Decimal: 101110 1110101 and Binary

The document contains 21 multiple choice questions about digital system design and binary arithmetic including: 1) Converting between binary, decimal, and other numeric bases 2) Arithmetic operations like addition and subtraction in binary using complement representations 3) Boolean algebra concepts like DeMorgan's theorems, simplifying expressions, and deriving complements 4) Truth tables and properties of Boolean functions
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
153 views2 pages

Convert The Following Binary Numbers To Decimal: 101110 1110101 and Binary

The document contains 21 multiple choice questions about digital system design and binary arithmetic including: 1) Converting between binary, decimal, and other numeric bases 2) Arithmetic operations like addition and subtraction in binary using complement representations 3) Boolean algebra concepts like DeMorgan's theorems, simplifying expressions, and deriving complements 4) Truth tables and properties of Boolean functions
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

DIGITAL SYSTEM DESIGN(IT201) TUTORIAL QUESTIONS

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

17. Simplify the following expressions using Boolean algebra.


a. A + AB
b. AB + AB'
c. A' BC + AC
d. A'B +ABC' + ABC

18. Simplify the following expressions using Boo lean algebra.


a. AB + A(CD + CD')
b. (BC' + A'D) (AB' + CD')

19. Using DeMcngan's thoomn, show that


a. (A + B)'(A' + B')' = 0
b. A + A'B + A'B' =1

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.

21. Given the Boolean function


F =.xy'z + z'y'z + xyz

You might also like