0% found this document useful (0 votes)
11 views

Assign1 DLD

This document contains 17 questions about digital logic design and number systems including converting between binary, decimal, octal, hexadecimal and BCD. It asks students to perform operations like addition and multiplication in different bases without converting to decimal. It also asks students to represent names, numbers and playing cards using binary codes and determine values for different number systems.
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)
11 views

Assign1 DLD

This document contains 17 questions about digital logic design and number systems including converting between binary, decimal, octal, hexadecimal and BCD. It asks students to perform operations like addition and multiplication in different bases without converting to decimal. It also asks students to represent names, numbers and playing cards using binary codes and determine values for different number systems.
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 Logic Design – CS220 Assignment # 1 Due Date:

List the first 16 numbers in base 12. Use the alphabets A and B for the last two digits. (4)

1. What is the largest binary number that can be obtained by 16 bits? Mention its decimal
equivalent. (4)

2. Convert the following binary numbers to decimal: 101110; 1110101.11; and 110110100. (4)

3. Covert the following numbers with indicated bases to decimal: (4310) 5 (50)7 (12121)3
(198)12. (4)

4. Covert the following decimal numbers to the indicated bases: (4)


(a) 7562.45 to octal
(b) 1938.257 to hexadecimal
(c) 175.175 to binary

5. Convert the hexadecimal number F3A7C2 to binary and octal (2)

6. Convert the following numbers from the given base to the other three bases indicated (20)
a. Decimal 225 to binary, octal, and hexadecimal
b. Binary 11010111 to decimal, octal, and hexadecimal
c. Octal 623 to decimal, binary, and hexadecimal
d. Hexadecimal 2AC5 to decimal, octal and binary

7. Add the following numbers without converting to decimal (6)


a. (367)8 and (715)8
b. (15F)16 and (A7)16
c. (11010101)2 and (01010111)2

8. Perform multiplication: 11110110 x 101 . (4)

9. Determine the value of the base x if (211)x = (152)8 . (4)

10. Represent decimal number 8620 in BCD and as a binary number. (4)

11. Assign a binary code in some orderly manner to the 52 playing cards. Use the minimum number
of bits. (4)
12. List the ten BCD digits with an even parity in the leftmost position. (Total of five bits per digit).
Repeat with an odd parity bit. (4)

13. Write your full name in ASCII using an eight bit code with the leftmost bit always 0. Include a
space between names and a period after a middle initial. (4)

14. Decode the following ASCII code :


(4 )

15. Show the bit configuration that represents the decimal numbers 295 (a) in binary, (b) in BCD,
and (c) in ASCII (4)

16. “Schoolhouse Rock’ had a song called ‘Little Twelvetoes’ which had an alien character with 6
fingers on each hand who could count by 12 as easily as we count by 10. If he counted to 100 in
his base 12 (duodecimal), what would that be in decimal? (5)

17. Fill out the following table: (15)

Decimal Binary Octal Hexadecimal


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

You might also like