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

Ass

The document contains 15 questions about converting numbers between different numeral systems like binary, decimal, octal, and hexadecimal. The questions involve converting individual digits as well as numbers with fractions between systems like binary to decimal and vice versa. Additional questions involve subtracting numbers using ones and twos complement in binary and nines and tens complement in decimal. The final question involves converting a decimal number to different bases including base 3, 4, 7, 8, and 16.

Uploaded by

HETPATIL
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
384 views

Ass

The document contains 15 questions about converting numbers between different numeral systems like binary, decimal, octal, and hexadecimal. The questions involve converting individual digits as well as numbers with fractions between systems like binary to decimal and vice versa. Additional questions involve subtracting numbers using ones and twos complement in binary and nines and tens complement in decimal. The final question involves converting a decimal number to different bases including base 3, 4, 7, 8, and 16.

Uploaded by

HETPATIL
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Digital logic design

Assignment-1
Ch-1 Binary System
Q-1 Convert the following Decimal Number into Binary.
1
(41)10
2
(37)10
3
(128)10
4
(197.56)10
5
(205.05)10
Q-2 Convert the following binary Number into decimal.
1
(1011)2
2
(1101101)2
3
(1101.11)2
4
(1101110.011)2
5
(1010.011)2
Q-3 Convert the following octal Number into Hexadecimal.
1
(256)8
2
(2035)8
3
(1762.46)8
4
(6054.263)8
Q-4 Convert the following Hexadecimal Number into octal.
1
(2AB) 16
2
(42FD) 16
3
(4F7.AD) 16
4
(BC70.0E)16
Q-5 Convert the following octal Number into decimal.
1
(463)8
2
(2056)8
3
(2057.64)8
4
(6534.04)8
Q-6 Convert the following decimal Number into octal.
1
(287)10
2
(3956)10
3
(420.6)10
4
(8476.47)10
Q-7 Convert the following decimal Number into Hexadecimal.
1
(452)10
2
(4796)10
3
(1248.56)10
4
(8957.75)10
Q-8 Convert the following Hexadecimal Number into decimal.
1
(AB6)16
2
(2EB7)16
3
(A08F.EA) 16
4
(8E47.AB) 16

Q-9 Convert the following binary Number into Hexadecimal.


1
(10110)2
2
(1011011011)2
3
(110110111.01111)2
4
(1101101101101.101101)2
Q-10 Convert the following Hexadecimal Number into binary.
1
(C20)16
2
(F297)16
3
(AF9.B0D) 16
4
(E79A.6A4) 16
Q-11 Subtract the following decimal number using 9s complement and 10s complement
1
3570-2100
2
20-1000
3
52-17
4
46-84
5
63.75-17.5
4
73.5-112.75
Q-12 Subtract the following Binary number using 1s complement and 2s complement
1
11010-1101
2
11010-10000
3
10010-10011
4
100-110000
Q-13 Obtain the 1s and 2s complement of the following binary numbers
1
1010101
2
0111000
3
0000001
4
10000
5
00000
6
10000.10
7
0.1101
8
101100
9
0.0110
Q-14 Obtain the 9s and 10s complement of the following decimal numbers
1
52520
2
0.3267
3
90090
4
10000
5
00000
Q-15 convert the decimal no (250.5)10 to base 3, base 4, base 7, base 8, base 16

You might also like