Question: 1. Exercises: Convert the following numbers from binary to decimal: 11 1011 1001 1000 1100101 Represent the following decimal numbers in binary: 4 7 15
1. Exercises:
Convert the following numbers from binary to decimal:
11
1011
1001
1000
1100101
Represent the following decimal numbers in binary:
4
7
15
37
74
197
3.Exercises:
What is the largest value that can be represented in?
2 bits
5 bits
7 bits
15 bits
1 byte
2 bytes
4 bytes
3.Exercises:
Convert the following binary numbers to hex:
1101
1111
0010
1001 1111 0101 0011
1011 0111 0001 1110
Converting from hex to binary words the same way, each hex place corresponds to 4 bits in binary.
0x4D
4 is 0100
D is (13 decimal) 1101
0x4D = 0100 1101 (the leading 0 is not necessary here, but is included to avoid errors in reading these numbers.)
5. Exercises:
Convert the following hex numbers to binary:
0x8
0xD
0x3A
0xFF
0x8E4C
6. Exercises: Use the ASCII code chart below to find the ASCII code for the characters:
E
e
*
%
4
9
Z
"
please show steps for all the answers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
