You are on page 1of 4

Binary to Decimal Conversion:

1. Question: What is the decimal equivalent of the binary number 1101? Answer: 13
2. Question: Convert the binary number 1010 to decimal. Answer: 10
3. Question: What is the decimal representation of the binary number 111? Answer: 7
4. Question: Convert the binary number 10011 to its decimal form. Answer: 19
5. Question: Find the decimal equivalent of the binary number 110010. Answer: 50
6. Question: What is the decimal value of the binary number 1111000? Answer: 120
7. Question: Convert the binary number 1000001 to decimal. Answer: 65
8. Question: Determine the decimal representation of the binary number 10100101.
Answer: 165
9. Question: Convert the binary number 11111111 to its decimal form. Answer: 255
10. Question: What is the decimal value of the binary number 10001000? Answer: 136
11. Question: Find the decimal equivalent of the binary number 1101101. Answer: 109
12. Question: Convert the binary number 11101010 to decimal. Answer: 218
13. Question: What is the decimal representation of the binary number 11000110? Answer:
198
14. Question: Determine the decimal value of the binary number 101010101. Answer: 341
15. Question: Convert the binary number 1100010011 to its decimal form. Answer: 803
16. Question: What is the decimal value of the binary number 1001101100? Answer: 812
17. Question: Find the decimal equivalent of the binary number 10111010101. Answer:
1493
18. Question: Convert the binary number 11110000000 to decimal. Answer: 1920
19. Question: What is the decimal representation of the binary number 10101010? Answer:
170
20. Question: Determine the decimal value of the binary number 11001011001. Answer:
1625
21. Question: Convert the binary number 110110110 to its decimal form. Answer: 438
22. Question: What is the decimal value of the binary number 1001110001? Answer: 489
23. Question: Find the decimal equivalent of the binary number 10100101001. Answer:
1369
24. Question: Convert the binary number 11110111011 to decimal. Answer: 2003
25. Question: Determine the decimal value of the binary number 1100011111001. Answer:
3265
Decimal to Binary Conversion
1. Question: What is the binary representation of the decimal number 12? Answer: 1100
2. Question: Convert the decimal number 27 to binary. Answer: 11011
3. Question: What is the binary equivalent of the decimal number 63? Answer: 111111
4. Question: Convert the decimal number 42 to its binary form. Answer: 101010
5. Question: What is the binary representation of the decimal number 8? Answer: 1000
6. Question: Determine the binary equivalent of the decimal number 55. Answer: 110111
7. Question: Convert the decimal number 37 to binary. Answer: 100101
8. Question: What is the binary representation of the decimal number 99? Answer:
1100011
9. Question: Convert the decimal number 20 to its binary form. Answer: 10100
10. Question: What is the binary equivalent of the decimal number 31? Answer: 11111
11. Question: Convert the decimal number 73 to binary. Answer: 1001001
12. Question: What is the binary representation of the decimal number 50? Answer:
110010
13. Question: Determine the binary equivalent of the decimal number 123. Answer:
1111011
14. Question: Convert the decimal number 6 to binary. Answer: 110
15. Question: What is the binary representation of the decimal number 255? Answer:
11111111

Octal to Decimal Conversion


1. Question: What is the decimal equivalent of the octal number 34? Answer: 28
2. Question: Convert the octal number 75 to decimal. Answer: 61
3. Question: What is the decimal representation of the octal number 127? Answer: 87
4. Question: Convert the octal number 56 to its decimal form. Answer: 46
5. Question: What is the decimal value of the octal number 20? Answer: 16
6. Question: Find the decimal equivalent of the octal number 345. Answer: 229
7. Question: Convert the octal number 673 to decimal. Answer: 435
8. Question: Determine the decimal value of the octal number 777. Answer: 511
9. Question: Convert the octal number 1234 to its decimal form. Answer: 668
10. Question: What is the decimal value of the octal number 7777? Answer: 4095
11. Question: Find the decimal equivalent of the octal number 4321. Answer: 1777
12. Question: Convert the octal number 76543 to decimal. Answer: 20787
Hexadecimal to Decimal Conversion
1. Question: What is the decimal equivalent of the hexadecimal number 1A? Answer: 26
2. Question: Convert the hexadecimal number 3F to decimal. Answer: 63
3. Question: What is the decimal representation of the hexadecimal number 7B? Answer:
123
4. Question: Convert the hexadecimal number 2C to its decimal form. Answer: 44
5. Question: What is the decimal value of the hexadecimal number 10? Answer: 16
6. Question: Find the decimal equivalent of the hexadecimal number A5. Answer: 165
7. Question: Convert the hexadecimal number E8 to decimal. Answer: 232
8. Question: Determine the decimal value of the hexadecimal number FF. Answer: 255
9. Question: Convert the hexadecimal number 4D2 to its decimal form. Answer: 1234
10. Question: What is the decimal value of the hexadecimal number ABC? Answer: 2748
11. Question: Find the decimal equivalent of the hexadecimal number 2F1. Answer: 753
12. Question: Convert the hexadecimal number 1FF0 to decimal. Answer: 8176
13. Question: What is the decimal representation of the hexadecimal number 7FFF?
Answer: 32767
14. Question: Determine the decimal value of the hexadecimal number 123456. Answer:
1193046
15. Question: Convert the hexadecimal number FEDCBA to its decimal form. Answer:
16702650

Octal to Binary
1. Question: Convert the octal number 53 to binary. Answer: 101011
2. Question: What is the binary representation of the octal number 77? Answer: 111111
3. Question: Convert the octal number 123 to binary. Answer: 10010011
4. Question: Determine the binary equivalent of the octal number 246. Answer:
100100110
5. Question: What is the binary representation of the octal number 57? Answer: 101111
6. Question: Convert the octal number 765 to binary. Answer: 111110101
7. Question: What is the binary representation of the octal number 377? Answer:
11111111
8. Question: Convert the octal number 456 to binary. Answer: 100101110
9. Question: Determine the binary equivalent of the octal number 672. Answer:
110111010
10. Question: Convert the octal number 1234 to binary. Answer: 100100110100
Hexadecimal to Binary
1. Question: What is the binary representation of the hexadecimal number 1A? Answer:
00011010
2. Question: Convert the hexadecimal number 3F to binary. Answer: 00111111
3. Question: What is the binary equivalent of the hexadecimal number 7B? Answer:
01111011
4. Question: Convert the hexadecimal number 2C to binary. Answer: 00101100
5. Question: What is the binary representation of the hexadecimal number 10? Answer:
00010000
6. Question: Determine the binary equivalent of the hexadecimal number A5. Answer:
10100101
7. Question: Convert the hexadecimal number E8 to binary. Answer: 11101000
8. Question: What is the binary equivalent of the hexadecimal number FF? Answer:
11111111
9. Question: Convert the hexadecimal number 4D2 to binary. Answer: 10011010010
10. Question: What is the binary representation of the hexadecimal number ABC? Answer:
101010111100

You might also like