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

Practice set on NUMBER SYSTEM

The document is a practice set focused on the number system, covering conversions between decimal, binary, octal, and hexadecimal systems. It includes exercises for converting decimal to binary, binary to decimal, decimal to octal, octal to decimal, decimal to hexadecimal, hexadecimal to decimal, binary to octal, and binary to hexadecimal. Each section contains specific numbers to convert, providing a comprehensive review of number system conversions.

Uploaded by

Raj Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Practice set on NUMBER SYSTEM

The document is a practice set focused on the number system, covering conversions between decimal, binary, octal, and hexadecimal systems. It includes exercises for converting decimal to binary, binary to decimal, decimal to octal, octal to decimal, decimal to hexadecimal, hexadecimal to decimal, binary to octal, and binary to hexadecimal. Each section contains specific numbers to convert, providing a comprehensive review of number system conversions.

Uploaded by

Raj Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

# Practice set on NUMBER SYSTEM:

1. Decimal to Binary

Convert the following decimal numbers to binary:


a) 25
b) 47
c) 92
d) 135
e) 255

2. Binary to Decimal

Convert the following binary numbers to decimal:


a) 10101₂
b) 11011₂
c) 1001100₂
d) 1110011₂
e) 10101111₂

3. Decimal to Octal

Convert the following decimal numbers to octal:


a) 56
b) 128
c) 245
d) 512
e) 777

4. Octal to Decimal

Convert the following octal numbers to decimal:


a) 71₈
b) 134₈
c) 257₈
d) 640₈
e) 777₈

5. Decimal to Hexadecimal

Convert the following decimal numbers to hexadecimal:


a) 47
b) 125
c) 255
d) 1024
e) 4096

6. Hexadecimal to Decimal

Convert the following hexadecimal numbers to decimal:


a) 1BA₁₆
b) 3CF₁₆
c) 7FB₁₆
d) C78₁₆
e) FEF₁₆

7. Binary to Octal

Convert the following binary numbers to octal:


a) 101101₂
b) 110010₂
c) 10011110₂
d) 11111001₂
e) 100000111₂

8. Binary to Hexadecimal

Convert the following binary numbers to hexadecimal:


a) 101101₂
b) 11001101₂
c) 11110000₂
d) 101011111₀₂
e) 110010101001₂

You might also like