Exercise 1.1.1
Create a mapping similar to figure 1-1 for the decimal number 2931 using either paper and pencil or a word document.
Exercise 1.1.2
Create a mapping similar to figure 1-2 for the binary number 110 using either paper and pencil or a word document.
Exercise1.1.3
Create a mapping similar to figure 1-3 for the binary number 11 using either paper and pencil or a word document.
Exercise 1.1.4
Create an expanded mapping similar to figure 1-3 for the binary number 10010 using either paper and pencil or a word document.
Exercise 1.1.5
Create an expanded mapping similar to figure 1-3 for the binary number 11100010 using either paper and pencil or a word document.
Exercise 1.16
Using the example in Figure 1-5 and the steps that followed, create a binary conversion for the decimal value 156.
Binary= 10011100
Exercise 1.1.7
Using the example in figure 1-5 and the steps that followed, create a binary conversion for the decimal value 255.
Binary= 1111111
Exercise 1.1.8
Using the example in figure 1-5 and the steps that followed, create a binary conversion for the decimal value 200.
Binary= 1100100
Conversion Worksheet
2^0
2^1
2^2
2^3
2^4
2^5
2^6
2^7
0
2
4
8
16
32
64
128
Binary:
0
1
0
0
0
1
1
1
0
2
0
0
0
32
64
128
Decimal:
226
.Exercise 1.1.9
Using the binary converter document, create a decimal conversion for the binary value 1001.
Decimal= 9
Exercise 1.1.10
Using the binary converter document, create a decimal conversion for the binary value 10111001.
Decimal= 1+8+16+32+128=185
Exercise 1.1.11
Using the binary converter document, create a decimal conversion for the binary value 101111.
Decimal= 1+2+4+8+32=47
Exercise 1.1.12
Using the binary converter document, create a decimal conversion for the binary value 10000001.
Decimal= 1+128=129
Lab 1.1 Review
1. Convert the