Site hosted by Angelfire.com: Build your free website today!

Menu bar
Data Structures And Number Systems
© Copyright Brian Brown, 1984-2000. All rights reserved.

Sample Problems for Decimal to Binary Conversion


To run this test requires a JavaScript enabled browser


1. The decimal number 254 in binary is

11111110
11110001
11011100
11110111


2. The decimal number 127 in binary is

1001111
1011110
1111111
1010101


3. The decimal number 8 in binary is

1011
1100
1000
1110


4. The decimal number 10 in binary is

1111
1110
1010
1100


5. The decimal number 13 in binary is

1001
1101
1010
1100


6. The decimal number 20 in binary is

10100
11100
10010
10101


7. The decimal number 1 in binary is

1101
1100
1010
0001


8. The decimal number 64 in binary is

1110100
1100000
1010001
1000000


Home | Other Courses | Feedback | Notes | Tests

© Copyright B Brown/Peter Henry. 1984-2000. All rights reserved.